19 #include <matrix/vlTaitBryan.h>
20 #include <matrix/vlVector.h>
37 virtual std::string observer();
40 virtual void setObserver(
const std::string& newObs);
48 virtual void setWorldPosition(
const DtVector& vec);
56 virtual void setTrackedEntity(
const DtUniqueID& entityElementID );
59 virtual void execute(
DtDe& de);
DtUniqueID myTrackedEntity
Definition: DtTrackViewCommand.h:63
DtVrvCommandCreator is the base class for all command creators.
Definition: DtVrvCommand.h:44
DtTrackViewCommandCreator(GlobalIdConvertFunc func)
Definition: DtTrackViewCommand.h:72
boost::function< DtUniqueID(const std::string &)> GlobalIdConvertFunc
typedef for the function that takes a protocol specific id (as a string) and looks up the DtUniqueID ...
Definition: DtVrvCommand.h:40
DtTrackViewCommandCreator creates DtTrackViewCommand.
Definition: DtTrackViewCommand.h:69
DtVector myWorldPos
Definition: DtTrackViewCommand.h:64
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
DtTrackViewCommand enables or disables tracks.
Definition: DtTrackViewCommand.h:27
unsigned long long DtUniqueID
Definition: DtUniqueID.h:22
std::string myObserver
Definition: DtTrackViewCommand.h:62
DtVrvCommand is the base class for all commands.
Definition: DtVrvCommand.h:24
Contains makVrv::DtUniqueID type.
virtual ~DtTrackViewCommandCreator()
Definition: DtTrackViewCommand.h:73
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
Contains makVrv::DtVrvCommand and makVrv::DtVrvCommandCreator Classes.