24 #ifndef OPENSUBDIV3_VTR_SPARSE_SELECTOR_H 25 #define OPENSUBDIV3_VTR_SPARSE_SELECTOR_H 27 #include "../version.h" 29 #include "../vtr/types.h" 30 #include "../vtr/refinement.h" 35 namespace OPENSUBDIV_VERSION {
87 void initializeSelection();
98 using namespace OPENSUBDIV_VERSION;
void setRefinement(Refinement &refine)
void selectVertex(Index pVertex)
Refinement & getRefinement() const
SparseSelector(Refinement &refine)
void selectFace(Index pFace)
SparseTag const & getParentVertexSparseTag(Index v) const
bool isSelectionEmpty() const
SparseTag const & getParentEdgeSparseTag(Index e) const
SparseTag const & getParentFaceSparseTag(Index f) const
void selectEdge(Index pEdge)