14 #include <unordered_map>
58 virtual bool readFeatureMappingFile(
const std::string& path,
59 const std::string& daymarkMappingsFileName );
67 virtual void getAttributeValue(
const std::string& attr,
68 const std::string& valueString );
72 typedef std::unordered_map<std::string, std::vector<std::string> >
DaymarkMap;
73 typedef std::unordered_map<std::string, std::vector<std::string> >::iterator
DaymarkMapIter;
Virtual base class. Allows for RTTI and proper virtual destruction. Used by Creators, Factories, Providers, Assemblers and User Interfaces.
Definition: DtVirtualBaseClass.h:19
The DtNavigationFeatureStringParser parses the object attributes found in the strings used by streame...
Definition: DtNavigationFeatureStringParser.h:42
std::unordered_map< std::string, std::vector< std::string > > DaymarkMap
Definition: DtNavMarkStringParser.h:72
Contains makVrv::DtNavigationFeatureStringParser class.
The DtNavMarkStringParser parses the daymark attributes found in the strings used by streamed daymark...
Definition: DtNavMarkStringParser.h:39
std::unordered_map< std::string, std::vector< std::string > >::iterator DaymarkMapIter
Definition: DtNavMarkStringParser.h:73
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
DtNavMarkStringParser creator.
Definition: DtNavMarkStringParser.h:80
DaymarkMap myDaymarkData
Definition: DtNavMarkStringParser.h:74
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