Field3D
|
#include <Traits.h>
Static Public Member Functions | |
static int | dataDims () |
Static Public Attributes | |
static const int | k_dataDims = 3 |
Dimensions of the given data type. i.e. 3 for V3f, 1 for float. | |
Traits class that lets us answer how many components are in a given data type
|
inlinestatic |
Definition at line 178 of file Traits.h.
References k_dataDims.
Referenced by Hdf5Util::readSimpleData(), and Hdf5Util::writeSimpleData().
|
static |
Dimensions of the given data type. i.e. 3 for V3f, 1 for float.
Definition at line 177 of file Traits.h.
Referenced by dataDims().