24 #ifndef OPENSUBDIV3_VTR_TYPES_H
25 #define OPENSUBDIV3_VTR_TYPES_H
27 #include "../version.h"
29 #include "../vtr/array.h"
34 namespace OPENSUBDIV_VERSION {
56 static const Index INDEX_INVALID = -1;
58 inline bool IndexIsValid(Index index) {
return (index != INDEX_INVALID); }
69 static const int VALENCE_LIMIT = ((1 << 16) - 1);
89 using namespace OPENSUBDIV_VERSION;
std::vector< Index > IndexVector
Array< Index > IndexArray
bool IndexIsValid(Index index)
Array< LocalIndex > LocalIndexArray
unsigned short LocalIndex
ConstArray< Index > ConstIndexArray
ConstArray< LocalIndex > ConstLocalIndexArray