VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Member Functions | Protected Attributes
makVrv::DtTrackViewCommand Class Reference

DtTrackViewCommand enables or disables tracks. More...

Inheritance diagram for makVrv::DtTrackViewCommand:
Inheritance graph
[legend]

Public Member Functions

 DtTrackViewCommand ()
 CTOR.
virtual ~DtTrackViewCommand ()
 DTOR.
virtual std::string observer ()
 Return the name of the observer that this command will control.
virtual void setObserver (const std::string &newObs)
 Set the name of the observer that this command will control.
virtual DtVector worldPosition ()
 Get the positin the observer will be set to, in WGS84 geocentric coordinates.
virtual void setWorldPosition (const DtVector &vec)
 Set the position the observer will be set to, in WGS84 geocentric coordinates.
virtual DtUniqueID trackedEntity () const
 Get the element ID of the entity that will be tracked.
virtual void setTrackedEntity (const DtUniqueID &entityElementID)
 Set the element ID of the entity that will be tracked.
virtual void execute (DtDe &de)
 Execute the command.
- Public Member Functions inherited from makVrv::DtVrvCommand
 DtVrvCommand ()
virtual ~DtVrvCommand ()
virtual
vrvControlToolkit::DtVrvControlTypeEnum 
commandType ()

Protected Attributes

std::string myObserver
DtUniqueID myTrackedEntity
DtVector myWorldPos
- Protected Attributes inherited from makVrv::DtVrvCommand
vrvControlToolkit::DtVrvControlTypeEnum myCommandType

Detailed Description

DtTrackViewCommand enables or disables tracks.

Constructor & Destructor Documentation

makVrv::DtTrackViewCommand::DtTrackViewCommand ( )

CTOR.

virtual makVrv::DtTrackViewCommand::~DtTrackViewCommand ( )
virtual

DTOR.

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

Execute the command.

Implements makVrv::DtVrvCommand.

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:

Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)