51#ifndef OPENMESH_VDPM_TRAITS_HH
52#define OPENMESH_VDPM_TRAITS_HH
60#include <OpenMesh/Tools/VDPM/VHierarchy.hh>
91 node_handle_ = _node_handle;
#define VertexAttributes(_i)
Macro for defining the vertex attributes. See Specifying your MyMesh.
#define HalfedgeAttributes(_i)
Macro for defining the halfedge attributes. See Specifying your MyMesh.
#define FaceAttributes(_i)
Macro for defining the face attributes. See Specifying your MyMesh.
#define EdgeAttributes(_i)
Macro for defining the edge attributes. See Specifying your MyMesh.
#define VertexTraits
Macro for defining the vertex traits. See Specifying your MyMesh.
@ Normal
Add normals to mesh item (vertices/faces)
@ Status
Add status to mesh item (all items)
@ PrevHalfedge
Add storage for previous halfedge (halfedges). The bit is set by default in the DefaultTraits.