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" 
   34 namespace OpenSubdiv {
 
   35 namespace OPENSUBDIV_VERSION {
 
   87     void initializeSelection();
 
   98 using namespace OPENSUBDIV_VERSION;
 
SparseSelector(Refinement &refine)
void selectVertex(Index pVertex)
bool isSelectionEmpty() const 
void selectFace(Index pFace)
SparseTag const & getParentVertexSparseTag(Index v) const 
void setRefinement(Refinement &refine)
SparseTag const & getParentFaceSparseTag(Index f) const 
void selectEdge(Index pEdge)
SparseTag const & getParentEdgeSparseTag(Index e) const 
Refinement & getRefinement() const