HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
openvdb::OPENVDB_VERSION_NAME::ValueTraits< T, false > Struct Template Reference

#include <Types.h>

Public Types

using ElementType = T
 

Static Public Attributes

static const bool IsVec = false
 
static const bool IsQuat = false
 
static const bool IsMat = false
 
static const bool IsScalar = true
 
static const int Size = 1
 
static const int Elements = 1
 

Detailed Description

template<typename T>
struct openvdb::OPENVDB_VERSION_NAME::ValueTraits< T, false >

Definition at line 306 of file Types.h.

Member Typedef Documentation

template<typename T >
using openvdb::OPENVDB_VERSION_NAME::ValueTraits< T, false >::ElementType = T

Definition at line 314 of file Types.h.

Member Data Documentation

template<typename T >
const int openvdb::OPENVDB_VERSION_NAME::ValueTraits< T, false >::Elements = 1
static

Definition at line 313 of file Types.h.

template<typename T >
const bool openvdb::OPENVDB_VERSION_NAME::ValueTraits< T, false >::IsMat = false
static

Definition at line 310 of file Types.h.

template<typename T >
const bool openvdb::OPENVDB_VERSION_NAME::ValueTraits< T, false >::IsQuat = false
static

Definition at line 309 of file Types.h.

template<typename T >
const bool openvdb::OPENVDB_VERSION_NAME::ValueTraits< T, false >::IsScalar = true
static

Definition at line 311 of file Types.h.

template<typename T >
const bool openvdb::OPENVDB_VERSION_NAME::ValueTraits< T, false >::IsVec = false
static

Definition at line 308 of file Types.h.

template<typename T >
const int openvdb::OPENVDB_VERSION_NAME::ValueTraits< T, false >::Size = 1
static

Definition at line 312 of file Types.h.


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