17 #include <matrix/vlTaitBryan.h>
18 #include <matrix/vlVector.h>
31 virtual std::string observer();
34 virtual void setObserver(
const std::string& newObs);
44 virtual void setOffset(
const DtVector& vec);
50 virtual void setAttachedEntity(
const DtUniqueID& entityId);
55 virtual DtVector trackedLocation()
const;
58 virtual void setTrackedLocation(
const DtVector& location);
61 virtual void execute(
DtDe& de);
DtUniqueID myAttachedEntity
Definition: DtTetherLocationTrackViewCommand.h:66
DtVrvCommandCreator is the base class for all command creators.
Definition: DtVrvCommand.h:44
DtVector myOffset
Definition: DtTetherLocationTrackViewCommand.h:65
virtual ~DtTetherLocationTrackViewCommandCreator()
Definition: DtTetherLocationTrackViewCommand.h:80
DtTetherLocationTrackViewCommand enables Tether track on the named observer.
Definition: DtTetherLocationTrackViewCommand.h:24
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
DtVector myTrackedLocation
Definition: DtTetherLocationTrackViewCommand.h:67
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
DtVrvCommand is the base class for all commands.
Definition: DtVrvCommand.h:24
Contains makVrv::DtUniqueID type.
std::string myObserver
Definition: DtTetherLocationTrackViewCommand.h:64
DtTetherLocationTrackViewCommandCreator creates DtTetherLocationTrackViewCommands.
Definition: DtTetherLocationTrackViewCommand.h:73
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:70
DtTetherLocationTrackViewCommandCreator(GlobalIdConvertFunc func)
Definition: DtTetherLocationTrackViewCommand.h:77
voidpf uLong offset
Definition: ioapi.h:42
Contains makVrv::DtVrvCommand and makVrv::DtVrvCommandCreator Classes.