OpenMesh
OpenMesh::MeshHandle Struct Reference

Handle type for meshes to simplify some template programming. More...

#include <OpenMesh/Core/Mesh/Handles.hh>

Inheritance diagram for OpenMesh::MeshHandle:
Collaboration diagram for OpenMesh::MeshHandle:

Public Member Functions

 MeshHandle (int _idx=-1)
 
- Public Member Functions inherited from OpenMesh::BaseHandle
 BaseHandle (int _idx=-1)
 
int idx () const
 Get the underlying index of this handle.
 
bool is_valid () const
 The handle is valid iff the index is not negative.
 
void reset ()
 reset handle to be invalid
 
void invalidate ()
 reset handle to be invalid
 
bool operator== (const BaseHandle &_rhs) const
 
bool operator!= (const BaseHandle &_rhs) const
 
bool operator< (const BaseHandle &_rhs) const
 
void __increment ()
 
void __decrement ()
 
void __increment (int amount)
 
void __decrement (int amount)
 

Detailed Description

Handle type for meshes to simplify some template programming.


The documentation for this struct was generated from the following file:

Project OpenMesh, ©  Computer Graphics Group, RWTH Aachen. Documentation generated using doxygen .