13 #include <matrix/vlVector.h>
26 virtual std::string observer();
27 virtual void setObserver(
const std::string& newObs);
29 virtual void execute(
DtDe& de);
DtVrvCommandCreator is the base class for all command creators.
Definition: DtVrvCommand.h:44
DtDetachViewCommandCreator creates DtDetachViewCommands.
Definition: DtDetachViewCommand.h:37
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
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
std::string myObserver
Definition: DtDetachViewCommand.h:32
virtual ~DtDetachViewCommandCreator()
Definition: DtDetachViewCommand.h:41
DtVrvCommand is the base class for all commands.
Definition: DtVrvCommand.h:24
DtDetachViewCommandCreator(GlobalIdConvertFunc func)
Definition: DtDetachViewCommand.h:40
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:72
DtDetachViewCommand detaches the observer (if attached) and leaves it at the current position and ori...
Definition: DtDetachViewCommand.h:20
Contains makVrv::DtVrvCommand and makVrv::DtVrvCommandCreator Classes.