35 virtual std::string create(
const std::string& visual,
const std::string& simulation,
const std::string& outDir =
"");
38 virtual std::string outputDirectory(
const std::string& visual,
const std::string& outDir)
const;
39 virtual std::string mtdName(
const std::string& visual)
const;
Virtual base class. Allows for RTTI and proper virtual destruction. Used by Creators, Factories, Providers, Assemblers and User Interfaces.
Definition: DtVirtualBaseClass.h:19
makVrv::DtDe & myDe
Definition: mtdCreator.h:42
#define DT_DLL_VRFGUICORE
Contains DLL export macros.
Definition: vrfGuiCore.h:25
This class will create a VRF .mtd file with the specified visual and simulation terrains. If the.
Definition: mtdCreator.h:26
Contains makVrv::DtVirtualBaseClass class.
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