![]() |
OpenMesh
|
#include <OpenMesh/Tools/Subdivider/Uniform/SubdividerT.hh>
#include <OpenMesh/Core/Utils/vector_cast.hh>
#include <OpenMesh/Core/Utils/Property.hh>
#include <vector>
#include <cmath>
Go to the source code of this file.
Classes | |
class | OpenMesh::Subdivider::Uniform::ModifiedButterflyT< MeshType, RealType > |
Modified Butterfly subdivision algorithm. More... | |
Namespaces | |
OpenMesh | |
Martin, 26.12.2004: 1) replaced resize(size()-1) with pop_back(), since the later is more efficient 2) replaced interface_.set_heap_position(entry(0), -1); with reset_heap_position() 3) added const modifier to various functions TODO: in the moment the heap does not conform to the HeapInterface specification, i.e., copies are passed instead of references. | |
OpenMesh::Subdivider::Uniform | |
The modified butterfly scheme of Denis Zorin, Peter Schröder and Wim Sweldens, `‘Interpolating subdivision for meshes with arbitrary topology,’' in Proceedings of SIGGRAPH 1996, ACM SIGGRAPH, 1996, pp. 189-192.
Clement Courbet - cleme nt.c ourbe t@ec p.fr