58 #ifndef SPLATCLOUDSELECTION_HH 59 #define SPLATCLOUDSELECTION_HH 109 #endif // SPLATCLOUDSELECTION_HH
std::vector< int > getVertexSelection(MeshT *_mesh)
Get the current vertex selection.
void clearVertexSelection(MeshT *_mesh)
Set all vertices to unselected.
void invertVertexSelection(MeshT *_mesh)
invert vertex selection
void unselectVertices(MeshT *_mesh, const std::vector< int > &_vertices)
Unselect given vertices of a mesh.
void selectAllVertices(MeshT *_mesh)
Select all vertices of a mesh.
void selectVertices(MeshT *_mesh, const std::vector< int > &_vertices)
Select given vertices of a mesh.