DtTrackViewCommand enables or disables tracks.
More...
Detailed Description
DtTrackViewCommand enables or disables tracks.
Constructor & Destructor Documentation
| makVrv::DtTrackViewCommand::DtTrackViewCommand |
( |
| ) |
|
| virtual makVrv::DtTrackViewCommand::~DtTrackViewCommand |
( |
| ) |
|
|
virtual |
Member Function Documentation
| virtual std::string makVrv::DtTrackViewCommand::observer |
( |
| ) |
|
|
virtual |
Return the name of the observer that this command will control.
| virtual void makVrv::DtTrackViewCommand::setObserver |
( |
const std::string & |
newObs | ) |
|
|
virtual |
Set the name of the observer that this command will control.
| virtual DtVector makVrv::DtTrackViewCommand::worldPosition |
( |
| ) |
|
|
virtual |
Get the positin the observer will be set to, in WGS84 geocentric coordinates.
| virtual void makVrv::DtTrackViewCommand::setWorldPosition |
( |
const DtVector & |
vec | ) |
|
|
virtual |
Set the position the observer will be set to, in WGS84 geocentric coordinates.
| virtual DtUniqueID makVrv::DtTrackViewCommand::trackedEntity |
( |
| ) |
const |
|
virtual |
Get the element ID of the entity that will be tracked.
Tracking an entity means that the observer's orientation will be set to face the tracked entity
| virtual void makVrv::DtTrackViewCommand::setTrackedEntity |
( |
const DtUniqueID & |
entityElementID | ) |
|
|
virtual |
Set the element ID of the entity that will be tracked.
| virtual void makVrv::DtTrackViewCommand::execute |
( |
DtDe & |
de | ) |
|
|
virtual |
Member Data Documentation
| std::string makVrv::DtTrackViewCommand::myObserver |
|
protected |
| DtUniqueID makVrv::DtTrackViewCommand::myTrackedEntity |
|
protected |
| DtVector makVrv::DtTrackViewCommand::myWorldPos |
|
protected |
The documentation for this class was generated from the following file: