58#ifndef SPLATCLOUDSELECTION_HH
59#define SPLATCLOUDSELECTION_HH
78namespace SplatCloudSelection {
void invertVertexSelection(MeshT *_mesh)
invert vertex selection
void selectVertices(MeshT *_mesh, const std::vector< int > &_vertices)
Select given vertices of a mesh.
std::vector< int > getVertexSelection(MeshT *_mesh)
Get the current 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 clearVertexSelection(MeshT *_mesh)
Set all vertices to unselected.