17 #include <matrix/vlTaitBryan.h>
18 #include <matrix/vlVector.h>
31 virtual std::string observer();
34 virtual void setObserver(
const std::string& newObs);
43 virtual void setOffset(
const DtVector& vec);
46 virtual DtTaitBryan offsetOrientation()
const;
49 virtual void setOffsetOrientation(
const DtTaitBryan& ori);
53 virtual DtTaitBryan orientation()
const;
60 virtual void setOrientation(
const DtTaitBryan& ori);
66 virtual void setAttachedEntity(
const DtUniqueID& entityId);
69 virtual void execute(
DtDe& de);
virtual ~DtTetherViewCommandCreator()
Definition: DtTetherViewCommand.h:84
DtUniqueID myAttachedEntity
Definition: DtTetherViewCommand.h:75
DtVrvCommandCreator is the base class for all command creators.
Definition: DtVrvCommand.h:44
DtTetherViewCommand enables tether mode.
Definition: DtTetherViewCommand.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
std::string myObserver
Definition: DtTetherViewCommand.h:72
DtVector myOffset
Definition: DtTetherViewCommand.h:73
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
DtTaitBryan myOrientation
Definition: DtTetherViewCommand.h:74
DtVrvCommand is the base class for all commands.
Definition: DtVrvCommand.h:24
Contains makVrv::DtUniqueID type.
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
DtTetherViewCommandCreator(GlobalIdConvertFunc func)
Definition: DtTetherViewCommand.h:83
voidpf uLong offset
Definition: ioapi.h:42
Contains makVrv::DtVrvCommand and makVrv::DtVrvCommandCreator Classes.
DtTetherViewCommandCreator creates DtTetherViewCommand.
Definition: DtTetherViewCommand.h:80