10 #ifndef DtHeaderParserFactory_H_
11 #define DtHeaderParserFactory_H_
24 class DtHeaderParserCreator;
33 typedef std::map<std::string, DtHeaderParserCreator*>
CreatorMap;
43 virtual void addCreator(
const std::string& creatorName,
47 virtual void mapFileExtensionToHeaderParser(
const std::string& extension,
48 const std::string& creatorName);
57 static std::string extractFileExtension(
const std::string& fileToOpen );
Definition: terrainDbFactory.h:39
Virtual base class. Allows for RTTI and proper virtual destruction. Used by Creators, Factories, Providers, Assemblers and User Interfaces.
Definition: DtVirtualBaseClass.h:19
Contains makVrv::DtDe class.
Contains makVrv::DtVirtualBaseClass class.
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
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.