# Home    # nevrax.com   
Nevrax
Nevrax.org
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#License
Docs
 
Documentation  
Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages   Search  

NL3D::CKey Template Class Reference

Interface for a key of a keyframer. More...

#include <key.h>

Inheritance diagram for NL3D::CKey

Inheritance graph
[legend]
List of all members.

Public Types

typedef T TValueType
 synonym for T. More...


Public Methods

void serial (NLMISC::IStream& f) throw (NLMISC::EStream)
 Serial. More...


Public Attributes

Value
 The key value. More...

float OODeltaTime

Detailed Description

template<class T> template class NL3D::CKey

Interface for a key of a keyframer.

Author(s):
Cyril 'Hulud' Corvazier , Nevrax France
Date:
2001

Definition at line 50 of file key.h.


Member Typedef Documentation

template<classT>
typedef T NL3D::CKey<T>::TValueType
 

synonym for T.

Definition at line 54 of file key.h.


Member Function Documentation

template<classT>
void NL3D::CKey<T>::serial ( NLMISC::IStream & f ) throw (NLMISC::EStream) [inline]
 

Serial.

Reimplemented in NL3D::CKeyTCB, NL3D::CKeyBezier, NL3D::CKeyTCB< NLMISC::CAngleAxis >, and NL3D::CKeyBezier< NLMISC::CQuat >.

Definition at line 59 of file key.h.


Member Data Documentation

template<classT>
float NL3D::CKey<T>::OODeltaTime
 

Definition at line 76 of file key.h.

template<classT>
T NL3D::CKey<T>::Value
 

The key value.

Definition at line 69 of file key.h.


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