60 virtual bool paperMap()
const;
63 virtual void setPaperMap(
bool enabled );
66 virtual void execute(
DtDe& de);
DtVrvCommandCreator is the base class for all command creators.
Definition: DtVrvCommand.h:44
DtPaperMapCommand holds the state of whether the use of layer masks in .earth files.
Definition: DtPaperMapCommand.h:43
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
virtual ~DtPaperMapCommandCreator()
DTOR.
Definition: DtPaperMapCommand.h:85
DtPaperMapCommandCreator(GlobalIdConvertFunc func)
CTOR.
Definition: DtPaperMapCommand.h:78
bool myPaperMap
Definition: DtPaperMapCommand.h:69
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
DtPaperMapCommandCreator creates DtPaperMapCommand.
Definition: DtPaperMapCommand.h:74
DtVrvCommand is the base class for all commands.
Definition: DtVrvCommand.h:24
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
Contains makVrv::DtVrvCommand and makVrv::DtVrvCommandCreator Classes.