![]() |
|
HdTupleType represents zero, one, or more values of the same HdType. More...
Public Member Functions | |
bool | operator< (HdTupleType const &rhs) const |
bool | operator== (HdTupleType const &rhs) const |
bool | operator!= (HdTupleType const &rhs) const |
Public Attributes | |
HdType | type |
size_t | count |
HdTupleType represents zero, one, or more values of the same HdType.
It can be used to represent fixed-size array types, as well as single values. See HdType for more discussion about arrays.