DtTrackHistoryUpdater updates a track history model with the current position of the scene object it's attached to each tick.
More...
Detailed Description
DtTrackHistoryUpdater updates a track history model with the current position of the scene object it's attached to each tick.
Constructor & Destructor Documentation
| makVrv::DtTrackHistoryUpdater::DtTrackHistoryUpdater |
( |
DtDe & |
de, |
|
|
DtUniqueID |
id |
|
) |
| |
| virtual makVrv::DtTrackHistoryUpdater::~DtTrackHistoryUpdater |
( |
| ) |
|
|
virtual |
Member Function Documentation
| virtual void makVrv::DtTrackHistoryUpdater::update |
( |
DtTime |
tNow | ) |
|
|
virtual |
| virtual bool makVrv::DtTrackHistoryUpdater::needsUpdate |
( |
DtTime |
tNow | ) |
|
|
virtual |
The check function called by DtTickableManager to verify if an update is required.
If this function returns true, the DtTickableManager will then call update().
- Parameters
-
| [in] | tNow | is the current time-stamp. |
- Return values
-
| true | if this object needs to be ticked. |
| false | otherwise. |
Reimplemented from makVrv::DtTickable.
| virtual void makVrv::DtTrackHistoryUpdater::attachRibbonModel |
( |
DtUniqueID |
id | ) |
|
|
virtual |
attach a ribbon model to update (referenced by its unique ID)
Member Data Documentation
| DtTime makVrv::DtTrackHistoryUpdater::myLastUpdateTime |
|
protected |
| DtDe& makVrv::DtTrackHistoryUpdater::myDe |
|
protected |
| DtUniqueID makVrv::DtTrackHistoryUpdater::myUniqueId |
|
protected |
The documentation for this class was generated from the following file: