7#ifndef OPENSUBDIV3_VTR_TYPES_H
8#define OPENSUBDIV3_VTR_TYPES_H
10#include "../version.h"
17namespace OPENSUBDIV_VERSION {
39static const Index INDEX_INVALID = -1;
52static const int VALENCE_LIMIT = ((1 << 16) - 1);
72using namespace OPENSUBDIV_VERSION;
ConstArray< LocalIndex > ConstLocalIndexArray
Array< LocalIndex > LocalIndexArray
std::vector< Index > IndexVector
ConstArray< Index > ConstIndexArray
unsigned short LocalIndex
bool IndexIsValid(Index index)
Array< Index > IndexArray