28 virtual std::string observerName();
31 virtual void setObserverName(
const std::string& newObs);
34 virtual std::string savedViewFilename()
const;
37 virtual void setSavedViewFilename(
const std::string&
filename);
40 virtual std::string savedViewDisplayName()
const;
43 virtual void setSavedViewDisplayName(
const std::string& viewName);
46 virtual float smoothTime()
const;
49 virtual void setSmoothTime(
float time);
52 virtual void execute(
DtDe& de);
DtVrvCommandCreator is the base class for all command creators.
Definition: DtVrvCommand.h:44
DtUseSavedViewCommandCreator creates DtUseSavedViewCommands.
Definition: DtUseSavedViewCommand.h:63
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 mySavedViewFilename
Definition: DtUseSavedViewCommand.h:57
DtUseSavedViewCommandCreator(GlobalIdConvertFunc func)
Definition: DtUseSavedViewCommand.h:66
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
std::string myObserverName
Definition: DtUseSavedViewCommand.h:55
float mySmoothTime
Definition: DtUseSavedViewCommand.h:58
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:76
Contains makVrv::DtVrvCommand and makVrv::DtVrvCommandCreator Classes.
virtual ~DtUseSavedViewCommandCreator()
Definition: DtUseSavedViewCommand.h:70
DtUseSavedViewCommand sets a integer parameter of a sensor mode.
Definition: DtUseSavedViewCommand.h:19
std::string mySavedViewDisplayName
Definition: DtUseSavedViewCommand.h:56