Loading...
Searching...
No Matches
SdfTupleDimensions Struct Reference

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

#include <valueTypeName.h>

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.

Constructor & Destructor Documentation

◆ SdfTupleDimensions() [1/4]

SdfTupleDimensions ( )
inline

Definition at line 49 of file valueTypeName.h.

◆ SdfTupleDimensions() [2/4]

SdfTupleDimensions ( size_t  m)
inline

Definition at line 50 of file valueTypeName.h.

◆ SdfTupleDimensions() [3/4]

SdfTupleDimensions ( size_t  m,
size_t  n 
)
inline

Definition at line 51 of file valueTypeName.h.

◆ SdfTupleDimensions() [4/4]

SdfTupleDimensions ( const size_t(&)  s[2])
inline

Definition at line 52 of file valueTypeName.h.

Member Function Documentation

◆ operator!=()

bool operator!= ( const SdfTupleDimensions rhs) const
inline

Definition at line 57 of file valueTypeName.h.

Member Data Documentation

◆ d

size_t d[2]

Definition at line 62 of file valueTypeName.h.

◆ size

size_t size

Definition at line 63 of file valueTypeName.h.


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