![]() |
OpenMesh
|
Go to the source code of this file.
Classes | |
struct | OpenMesh::Subdivider::Adaptive::CompositeTraits |
Adaptive Composite Subdivision framework. More... | |
struct | OpenMesh::Subdivider::Adaptive::CompositeTraits::State |
Storage type for intermediate states and the final flag of a mesh entity. More... | |
struct | OpenMesh::Subdivider::Adaptive::CompositeTraits::FaceT< Base, Refs > |
struct | OpenMesh::Subdivider::Adaptive::CompositeTraits::EdgeT< Base, Refs > |
struct | OpenMesh::Subdivider::Adaptive::CompositeTraits::VertexT< Base, Refs > |
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::Adaptive | |
Typedefs | |
typedef CompositeTraits::state_t | OpenMesh::Subdivider::Adaptive::state_t |
Adaptive Composite Subdivision framework. | |
typedef CompositeTraits::final_t | OpenMesh::Subdivider::Adaptive::final_t |
typedef CompositeTraits::State | OpenMesh::Subdivider::Adaptive::State |
Mesh traits for adaptive composite subdivider.