21 class DtPropAdderCreator;
22 class DtAgentManagerInterface;
41 void setAdderCreator(
const std::string& extension,
48 static std::string extractFileExtension(
const std::string& fileToOpen );
52 typedef std::map<std::string,DtPropAdderCreator*>
CreatorMap;
Virtual base class. Allows for RTTI and proper virtual destruction. Used by Creators, Factories, Providers, Assemblers and User Interfaces.
Definition: DtVirtualBaseClass.h:19
CreatorMap myCreators
Definition: DtPropAdderFactory.h:53
The DtPropAdder will create props from feature files containing prop point features and add them to t...
Definition: DtPropAdder.h:29
Contains makVrv::DtVirtualBaseClass class.
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
A factory for creating prop adders.
Definition: DtPropAdderFactory.h:27
Creator class for creating a DtPropAdder.
Definition: DtPropAdder.h:53
std::map< std::string, DtPropAdderCreator * > CreatorMap
Definition: DtPropAdderFactory.h:52
The abstract interface necessary for agents.
Definition: DtAgentManagerInterface.h:33
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 DLL export macros.