Handle to access vertices of the mesh. More...
#include <Handles.hpp>
Additional Inherited Members | |
Public Member Functions inherited from lvr2::BaseHandle< Index > | |
BaseHandle (Index idx) | |
Index | idx () const |
bool | operator!= (const BaseHandle &other) const |
bool | operator< (const BaseHandle &other) const |
bool | operator== (const BaseHandle &other) const |
void | setIdx (Index idx) |
Protected Attributes inherited from lvr2::BaseHandle< Index > | |
Index | m_idx |
Handle to access vertices of the mesh.
Definition at line 146 of file Handles.hpp.