![]() |
VR-Forces 4.5 Class Documentation
|
The example meters per second updater that will be registered by the exampleHudUpdaterPlugin. More...

Public Member Functions | |
| DtExampleMetersPerSecondUpdater () | |
| virtual | ~DtExampleMetersPerSecondUpdater () |
| virtual std::string | value (double time) |
| returns the updater value as a string for sending to GL Studio | |
Public Member Functions inherited from makVrv::DtGlStudioObjectAttributeUpdater | |
| DtGlStudioObjectAttributeUpdater () | |
| virtual | ~DtGlStudioObjectAttributeUpdater () |
| virtual void | init (DtSmoother *smoother, DtDe *de) |
| initialize with a HUD object's smoother | |
| virtual std::string | value () |
| just to make the base class happy since this particular type of updater needs a time to function properly | |
Public Member Functions inherited from makVrv::DtGlStudioAttributeUpdater | |
| DtGlStudioAttributeUpdater () | |
| virtual | ~DtGlStudioAttributeUpdater () |
| virtual bool | isDirty () |
Protected Attributes | |
| DtVector | myVelocity |
Protected Attributes inherited from makVrv::DtGlStudioObjectAttributeUpdater | |
| DtSmoother * | mySmoother |
| DtDe * | myDe |
Protected Attributes inherited from makVrv::DtGlStudioAttributeUpdater | |
| DtSignalConnectionManager | myEntityConnections |
| bool | myIsDirty |
The example meters per second updater that will be registered by the exampleHudUpdaterPlugin.
| makVrv::DtExampleMetersPerSecondUpdater::DtExampleMetersPerSecondUpdater | ( | ) |
|
virtual |
|
virtual |
returns the updater value as a string for sending to GL Studio
Implements makVrv::DtGlStudioObjectAttributeUpdater.
|
protected |