HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
TsTraits< T > Struct Template Reference

#include <types.h>

Static Public Attributes

static const bool isSupportedSplineValueType = false
 
static const bool interpolatable = true
 
static const bool extrapolatable = false
 
static const bool supportsTangents = true
 
static const T zero
 

Detailed Description

template<typename T>
struct TsTraits< T >

Definition at line 131 of file types.h.

Member Data Documentation

template<typename T>
const bool TsTraits< T >::extrapolatable = false
static

Definition at line 144 of file types.h.

template<typename T>
const bool TsTraits< T >::interpolatable = true
static

Definition at line 138 of file types.h.

template<typename T>
const bool TsTraits< T >::isSupportedSplineValueType = false
static

Definition at line 134 of file types.h.

template<typename T>
const bool TsTraits< T >::supportsTangents = true
static

Definition at line 148 of file types.h.

template<typename T>
const T TsTraits< T >::zero
static

Definition at line 151 of file types.h.


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