![]() |
OpenMesh
|
#include <OpenMesh/Core/System/config.h>
#include <OpenMesh/Core/Mesh/Status.hh>
Go to the source code of this file.
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::Attributes | |
Enumerations | |
enum | OpenMesh::Attributes::AttributeBits { OpenMesh::Attributes::None = 0, OpenMesh::Attributes::Normal = 1, OpenMesh::Attributes::Color = 2, OpenMesh::Attributes::PrevHalfedge = 4, OpenMesh::Attributes::Status = 8, OpenMesh::Attributes::TexCoord1D = 16, OpenMesh::Attributes::TexCoord2D = 32, OpenMesh::Attributes::TexCoord3D = 64, OpenMesh::Attributes::TextureIndex = 128 } |
Attribute bits. More... | |
This file provides some macros containing attribute usage.