1 #ifndef HANDLETOPROPHANDLE_HH_ 
    2 #define HANDLETOPROPHANDLE_HH_ 
    4 #include <OpenMesh/Core/Mesh/Handles.hh> 
    5 #include <OpenMesh/Core/Utils/Property.hh> 
    9     template<
typename ElementT, 
typename T>
 
Contains all the mesh ingredients like the polygonal mesh, the triangle mesh, different mesh kernels ...
Definition: MeshItems.hh:59
 
Handle for a vertex entity.
Definition: Handles.hh:121
 
Handle for a halfedge entity.
Definition: Handles.hh:128
 
Handle for a edge entity.
Definition: Handles.hh:135
 
Handle for a face entity.
Definition: Handles.hh:142
 
Handle type for meshes to simplify some template programming.
Definition: Handles.hh:149
 
Definition: HandleToPropHandle.hh:10
 
Handle representing a vertex property.
Definition: Property.hh:417
 
Handle representing a halfedge property.
Definition: Property.hh:432
 
Handle representing an edge property.
Definition: Property.hh:447
 
Handle representing a face property.
Definition: Property.hh:462
 
Handle representing a mesh property.
Definition: Property.hh:477