30 virtual void setDistance(
const float& d);
33 virtual float baseMSLAltitude()
const;
36 virtual void setBaseMSLAltitude(
const float& alt);
45 virtual void execute(
DtDe& de);
DtVrvCommandCreator is the base class for all command creators.
Definition: DtVrvCommand.h:44
DtFogCommandCreator(GlobalIdConvertFunc func)
Definition: DtFogCommand.h:58
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 ~DtFogCommandCreator()
Definition: DtFogCommand.h:59
DT_DLL_VRVCORE double distance(const makVrv::DtCoordinateSystem &, const DtVector &from, const DtVector &to)
Returns the distance from the two points. Coordinates are in local database coordinates The coordinat...
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
DtFogCommand enables or disables fog.
Definition: DtFogCommand.h:20
float myDistance
Definition: DtFogCommand.h:48
DtFogCommandCreator creates DtFogCommands.
Definition: DtFogCommand.h:55
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:72
Contains makVrv::DtVrvCommand and makVrv::DtVrvCommandCreator Classes.
float myBaseMSLAltitude
Definition: DtFogCommand.h:49