Developer Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Mesh Property Handles

Classes

struct  ACG::SceneGraph::OpenMesh::VPropHandleT< T >
 
struct  ACG::SceneGraph::OpenMesh::HPropHandleT< T >
 
struct  ACG::SceneGraph::OpenMesh::EPropHandleT< T >
 
struct  ACG::SceneGraph::OpenMesh::FPropHandleT< T >
 
struct  ACG::SceneGraph::OpenMesh::MPropHandleT< T >
 

Detailed Description

All custom properties are represented by the property handles. The handle mechanism allows to add arbitrary data to the mesh items. It stores the value type (by construction) and a 'reference' to the property. Use the mesh object to access the property values.

See also
OpenMesh::PropertyT, OpenMesh::BaseKernel, OpenMesh::Concepts::KernelT, Using (custom) properties, Using STL algorithms, Storing custom properties