![]() |
|
Represents the shape of a value type (or that of an element in an array). More...
Public Member Functions | |
SdfTupleDimensions (size_t m) | |
SdfTupleDimensions (size_t m, size_t n) | |
SdfTupleDimensions (const size_t(&s)[2]) | |
SDF_API bool | operator== (const SdfTupleDimensions &rhs) const |
bool | operator!= (const SdfTupleDimensions &rhs) const |
Public Attributes | |
size_t | d [2] |
size_t | size |
Represents the shape of a value type (or that of an element in an array).
Definition at line 46 of file valueTypeName.h.