NDEVR
API Documentation
ObjectInfo< Scene, false, false >

Type trait specialization providing metadata about the Scene type for the NDEVR type system. More...

Inheritance diagram for ObjectInfo< Scene, false, false >:
[legend]
Collaboration diagram for ObjectInfo< Scene, false, false >:
[legend]

Static Public Member Functions

static constexpr ObjectInfo< Scene, false, false > VectorSub ()
 Returns the ObjectInfo for the vector sub-type (identity for Scene).

Static Public Attributes

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.

Detailed Description

Type trait specialization providing metadata about the Scene type for the NDEVR type system.


Definition at line 183 of file Scene.h.

Member Function Documentation

◆ VectorSub()

constexpr ObjectInfo< Scene, false, false > ObjectInfo< Scene, false, false >::VectorSub ( )
inlinestaticconstexpr

Returns the ObjectInfo for the vector sub-type (identity for Scene).


Returns
An ObjectInfo instance for Scene.

Definition at line 202 of file Scene.h.


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