newspeoplefor developersdocumentationdownloads

nAnimKeyArray< TYPE > Class Template Reference

#include <nanimkeyarray.h>

Inheritance diagram for nAnimKeyArray< TYPE >:

nArray< TYPE > List of all members.

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

template<class TYPE>
nAnimKeyArray< TYPE >::nAnimKeyArray  ) 
 

constructor with default parameters

Definition at line 32 of file nanimkeyarray.h.

template<class TYPE>
nAnimKeyArray< TYPE >::nAnimKeyArray int  initialSize,
int  initialGrow
 

constuctor with initial size and grow size

Definition at line 42 of file nanimkeyarray.h.


Member Function Documentation

template<class TYPE>
bool nAnimKeyArray< TYPE >::Sample float  sampleTime,
nAnimLoopType::Type  loopType,
TYPE &  result
 

get sampled key

Definition at line 53 of file nanimkeyarray.h.


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

Copyright © 1999-2005 by the contributing authors. Ideas, requests, problems: Send feedback.