Type trait specialization providing metadata about the Scene type for the NDEVR type system.
More...
|
|
static const bool | Boolean = false |
| | Whether this type is a boolean.
|
|
static const bool | Buffer = false |
| | Whether this type is a buffer.
|
|
static const bool | Color = false |
| | Whether this type is a color.
|
|
static const uint01 | Dimensions = 0 |
| | Number of dimensions (0 for non-spatial types).
|
|
static const bool | Enum = false |
| | Whether this type is an enum.
|
|
static const bool | Float = false |
| | Whether this type is a floating-point type.
|
|
static const bool | Integer = false |
| | Whether this type is an integer.
|
|
static const bool | Number = false |
| | Whether this type is numeric.
|
|
static const bool | Pointer = false |
| | Whether this type is a pointer.
|
|
static const bool | Primitive = true |
| | Whether this type is a primitive.
|
|
static const bool | String = false |
| | Whether this type is a string.
|
|
static const bool | Unsigned = false |
| | Whether this type is unsigned.
|
|
static const bool | Vector = false |
| | Whether this type is a vector.
|
Type trait specialization providing metadata about the Scene type for the NDEVR type system.
Definition at line 183 of file Scene.h.
◆ VectorSub()
The documentation for this struct was generated from the following file: