 |
OpenMesh
|
Go to the documentation of this file.
56 #ifndef OPENMESH_ATTRIBUTES_HH
57 #define OPENMESH_ATTRIBUTES_HH
63 #include <OpenMesh/Core/System/config.h>
64 #include <OpenMesh/Core/Mesh/Status.hh>
71 namespace Attributes {
102 #endif // OPENMESH_ATTRIBUTES_HH defined
@ TexCoord3D
Add 3D texture coordinates (vertices, halfedges)
Definition: Attributes.hh:93
@ Color
Add colors to mesh item (vertices/faces/edges)
Definition: Attributes.hh:88
@ Normal
Add normals to mesh item (vertices/faces)
Definition: Attributes.hh:87
@ Status
Add status to mesh item (all items)
Definition: Attributes.hh:90
@ TexCoord1D
Add 1D texture coordinates (vertices, halfedges)
Definition: Attributes.hh:91
@ None
Clear all attribute bits.
Definition: Attributes.hh:86
@ TexCoord2D
Add 2D texture coordinates (vertices, halfedges)
Definition: Attributes.hh:92
@ PrevHalfedge
Add storage for previous halfedge (halfedges). The bit is set by default in the DefaultTraits.
Definition: Attributes.hh:89
@ TextureIndex
Add texture index (faces)
Definition: Attributes.hh:94
Martin, 26.12.2004: 1) replaced resize(size()-1) with pop_back(), since the later is more efficient 2...
Definition: MeshItems.hh:64
AttributeBits
Attribute bits.
Definition: Attributes.hh:84
Project OpenMesh,
© Computer Graphics Group, RWTH Aachen.
Documentation generated using
doxygen
.