nAnimKeyArray< TYPE > Class Template Reference
#include <nanimkeyarray.h>
Inheritance diagram for nAnimKeyArray< TYPE >:

Detailed Description
template<class TYPE>
class nAnimKeyArray< TYPE >
A specialized nArray for working with sparsely set animation keys (no fixed frame rate). Note: TYPE must be a version of nAnimKey!
(C) 2005 Radon Labs GmbH
Definition at line 17 of file nanimkeyarray.h.
Public Member Functions | |
| nAnimKeyArray () | |
| constructor with default parameters | |
| nAnimKeyArray (int initialSize, int initialGrow) | |
| constuctor with initial size and grow size | |
| bool | Sample (float sampleTime, nAnimLoopType::Type loopType, TYPE &result) |
| get sampled key | |
Constructor & Destructor Documentation
|
|||||||||
|
constructor with default parameters
Definition at line 32 of file nanimkeyarray.h. |
|
||||||||||||||||
|
constuctor with initial size and grow size
Definition at line 42 of file nanimkeyarray.h. |
Member Function Documentation
|
||||||||||||||||||||
|
get sampled key
Definition at line 53 of file nanimkeyarray.h. |
The documentation for this class was generated from the following file: