SdfTupleDimensions Struct Reference

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
 

Detailed Description

Represents the shape of a value type (or that of an element in an array).

Definition at line 46 of file valueTypeName.h.


The documentation for this struct was generated from the following file: