|
|
|
|
Documentation |
|
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages Search
NL3D::CTrackSampledCommon Class ReferenceAbstract Base class for CTrackSampledQuat and CTrackSampledVector.
More...
#include <track_sampled_common.h>
Inheritance diagram for NL3D::CTrackSampledCommon:
List of all members.
Detailed Description
Abstract Base class for CTrackSampledQuat and CTrackSampledVector.
-
Author:
-
Lionel Berenguier , Nevrax France
-
Date:
-
2002
Definition at line 45 of file track_sampled_common.h.
Member Enumeration Documentation
enum NL3D::CTrackSampledCommon::TEvalType [protected]
|
|
Constructor & Destructor Documentation
NL3D::CTrackSampledCommon::CTrackSampledCommon |
( |
|
) |
|
|
NL3D::CTrackSampledCommon::~CTrackSampledCommon |
( |
|
) |
[virtual] |
|
Member Function Documentation
void NL3D::CTrackSampledCommon::buildCommon |
( |
const std::vector< uint16 > & |
timeList, |
|
|
float |
beginTime, |
|
|
float |
endTime |
|
) |
[protected] |
|
|
Definition at line 211 of file track_sampled_common.cpp.
References _BeginTime, _DeltaTime, _OODeltaTime, _OOTotalRange, _TimeBlocks, _TotalRange, NLMISC::clamp, EvalDiscard, EvalInterpolate, EvalKey0, NLMISC::CObjectVector< CTimeBlock >::getPtr, nlassert, NLMISC::CObjectVector< CTimeBlock >::size, t, and NL3D::TAnimationTime.
Referenced by NL3D::CTrackSampledVector::eval, and NL3D::CTrackSampledQuat::eval. |
TAnimationTime NL3D::CTrackSampledCommon::getBeginTime |
( |
|
) |
const [virtual] |
|
TAnimationTime NL3D::CTrackSampledCommon::getEndTime |
( |
|
) |
const [virtual] |
|
bool NL3D::CTrackSampledCommon::getLoopMode |
( |
|
) |
const [virtual] |
|
void NL3D::CTrackSampledCommon::serialCommon |
( |
NLMISC::IStream & |
f |
) |
[protected] |
|
void NL3D::CTrackSampledCommon::setLoopMode |
( |
bool |
mode |
) |
|
|
Member Data Documentation
float NL3D::CTrackSampledCommon::_BeginTime [protected]
|
|
float NL3D::CTrackSampledCommon::_DeltaTime [protected]
|
|
float NL3D::CTrackSampledCommon::_EndTime [protected]
|
|
bool NL3D::CTrackSampledCommon::_LoopMode [protected]
|
|
float NL3D::CTrackSampledCommon::_OODeltaTime [protected]
|
|
float NL3D::CTrackSampledCommon::_OOTotalRange [protected]
|
|
float NL3D::CTrackSampledCommon::_TotalRange [protected]
|
|
The documentation for this class was generated from the following files:
|
|