16 #include <matrix/vlTaitBryan.h>
17 #include <matrix/vlVector.h>
34 virtual std::string observer();
37 virtual void setObserver(
const std::string& newObs);
45 virtual void setWorldPosition(
const DtVector& vec);
53 virtual void setTrackedEntity(
const DtUniqueID& entityElementID );
56 virtual void execute(
DtDe& de);
DtUniqueID myTrackedEntity
Definition: DtTrackViewCommand.h:60
DtVrvCommandCreator is the base class for all command creators.
Definition: DtVrvCommand.h:44
DtTrackViewCommandCreator(GlobalIdConvertFunc func)
Definition: DtTrackViewCommand.h:69
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:66
DtVector myWorldPos
Definition: DtTrackViewCommand.h:61
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
DtTrackViewCommand enables or disables tracks.
Definition: DtTrackViewCommand.h:24
unsigned long long DtUniqueID
Definition: DtUniqueID.h:19
std::string myObserver
Definition: DtTrackViewCommand.h:59
DtVrvCommand is the base class for all commands.
Definition: DtVrvCommand.h:24
Contains makVrv::DtUniqueID type.
virtual ~DtTrackViewCommandCreator()
Definition: DtTrackViewCommand.h:70
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
Contains makVrv::DtVrvCommand and makVrv::DtVrvCommandCreator Classes.