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

#include <knotData.h>

+ Inheritance diagram for Ts_TypedKnotData< T >:

Public Member Functions

 Ts_TypedKnotData ()
 
bool operator== (const Ts_TypedKnotData< T > &other) const
 
T GetPreValue () const
 
T GetPreTanSlope () const
 
T GetPreTanHeight () const
 
T GetPostTanSlope () const
 
T GetPostTanHeight () const
 
- Public Member Functions inherited from Ts_KnotData
 Ts_KnotData ()
 
bool operator== (const Ts_KnotData &other) const
 
TsTime GetPreTanWidth () const
 
TsTime GetPostTanWidth () const
 
void SetPreTanWidth (const TsTime width)
 
void SetPostTanWidth (const TsTime width)
 

Public Attributes

T value
 
T preValue
 
T preTanSlope
 
T postTanSlope
 
- Public Attributes inherited from Ts_KnotData
TsTime time
 
TsTime preTanWidth
 
TsTime postTanWidth
 
TsInterpMode nextInterp: 3
 
TsCurveType curveType: 2
 
bool dualValued: 1
 

Additional Inherited Members

- Static Public Member Functions inherited from Ts_KnotData
static Ts_KnotDataCreate (TfType valueType)
 

Detailed Description

template<typename T>
struct Ts_TypedKnotData< T >

Definition at line 138 of file knotData.h.

Constructor & Destructor Documentation

template<typename T >
Ts_TypedKnotData< T >::Ts_TypedKnotData ( )

Definition at line 241 of file knotData.h.

Member Function Documentation

template<typename T >
T Ts_TypedKnotData< T >::GetPostTanHeight ( ) const

Definition at line 302 of file knotData.h.

template<typename T >
T Ts_TypedKnotData< T >::GetPostTanSlope ( ) const

Definition at line 296 of file knotData.h.

template<typename T >
T Ts_TypedKnotData< T >::GetPreTanHeight ( ) const

Definition at line 290 of file knotData.h.

template<typename T >
T Ts_TypedKnotData< T >::GetPreTanSlope ( ) const

Definition at line 284 of file knotData.h.

template<typename T >
T Ts_TypedKnotData< T >::GetPreValue ( ) const

Definition at line 278 of file knotData.h.

template<typename T >
bool Ts_TypedKnotData< T >::operator== ( const Ts_TypedKnotData< T > &  other) const

Definition at line 257 of file knotData.h.

Member Data Documentation

template<typename T>
T Ts_TypedKnotData< T >::postTanSlope

Definition at line 167 of file knotData.h.

template<typename T>
T Ts_TypedKnotData< T >::preTanSlope

Definition at line 163 of file knotData.h.

template<typename T>
T Ts_TypedKnotData< T >::preValue

Definition at line 159 of file knotData.h.

template<typename T>
T Ts_TypedKnotData< T >::value

Definition at line 156 of file knotData.h.


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