Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
PrimitiveAnimationChannelClass< T >::KeyClass Class Reference

#include <prim_anim.h>

Public Member Functions

 KeyClass (void)
 
 KeyClass (const T &value, float time)
 
float Get_Time (void) const
 
const T & Get_Value (void) const
 
T & Get_Value (void)
 
float Set_Time (float time)
 
void Set_Value (const T &value)
 

Detailed Description

template<class T>
class PrimitiveAnimationChannelClass< T >::KeyClass

Definition at line 77 of file prim_anim.h.

Constructor & Destructor Documentation

◆ KeyClass() [1/2]

template<class T>
PrimitiveAnimationChannelClass< T >::KeyClass::KeyClass ( void )
inline

Definition at line 80 of file prim_anim.h.

◆ KeyClass() [2/2]

template<class T>
PrimitiveAnimationChannelClass< T >::KeyClass::KeyClass ( const T & value,
float time )
inline

Definition at line 83 of file prim_anim.h.

Member Function Documentation

◆ Get_Time()

template<class T>
float PrimitiveAnimationChannelClass< T >::KeyClass::Get_Time ( void ) const
inline

Definition at line 87 of file prim_anim.h.

◆ Get_Value() [1/2]

template<class T>
T & PrimitiveAnimationChannelClass< T >::KeyClass::Get_Value ( void )
inline

Definition at line 89 of file prim_anim.h.

◆ Get_Value() [2/2]

template<class T>
const T & PrimitiveAnimationChannelClass< T >::KeyClass::Get_Value ( void ) const
inline

Definition at line 88 of file prim_anim.h.

◆ Set_Time()

template<class T>
float PrimitiveAnimationChannelClass< T >::KeyClass::Set_Time ( float time)
inline

Definition at line 91 of file prim_anim.h.

◆ Set_Value()

template<class T>
void PrimitiveAnimationChannelClass< T >::KeyClass::Set_Value ( const T & value)
inline

Definition at line 92 of file prim_anim.h.


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