25 virtual bool isEnabled()
const;
26 virtual void setEnabled(
bool state);
28 virtual bool isLifeformsUpright()
const;
29 virtual void setLifeformsUpright(
bool state);
31 virtual bool isOrientationClamped()
const;
32 virtual void setOrientationClamped(
bool state);
34 virtual float range()
const;
35 virtual void setRange(
const float& newRange);
37 virtual void execute(
DtDe& de);
#define DT_DLL_VRVVRL
Definition: vrvVrl.h:19
DtVrvCommandCreator is the base class for all command creators.
Definition: DtVrvCommand.h:44
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
DtGroundClampingCommandCreator creates DtGroundClampingCommands.
Definition: DtGroundClampingCommand.h:48
bool myLifeformsUpright
Definition: DtGroundClampingCommand.h:41
DtGroundClampingCommand enables or disables ground clamping.
Definition: DtGroundClampingCommand.h:19
bool myClampOrientation
Definition: DtGroundClampingCommand.h:42
DtGroundClampingCommandCreator(GlobalIdConvertFunc func)
Definition: DtGroundClampingCommand.h:51
float myRange
Definition: DtGroundClampingCommand.h:43
DtVrvCommand is the base class for all commands.
Definition: DtVrvCommand.h:24
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
Contains makVrv::DtVrvCommand and makVrv::DtVrvCommandCreator Classes.
Contains DLL export macros.
virtual ~DtGroundClampingCommandCreator()
Definition: DtGroundClampingCommand.h:52
bool myState
Definition: DtGroundClampingCommand.h:40