![]() |
VR-Forces 4.0.4 Class Documentation
|
The DtFeatureFieldValueParser will create a map of all the field/ value pairs in feature file. More...
Public Types | |
| typedef std::map< std::string, std::set< std::string > > | FeatureFieldValueMap |
| Map of feature fields to a set of values. | |
Public Member Functions | |
| DtFeatureFieldValueParser (DtDe &de) | |
| CTOR. | |
| ~DtFeatureFieldValueParser () | |
| DTOR. | |
| bool | getFeatureFieldValuePairs (const std::string &fileName, FeatureFieldValueMap &mapOut) const |
| Load the gdb file, parse for features in the rule map, and create create props for them. | |
Protected Attributes | |
| DtDe & | myDe |
The DtFeatureFieldValueParser will create a map of all the field/ value pairs in feature file.
| typedef std::map<std::string, std::set<std::string> > makVrv::DtFeatureFieldValueParser::FeatureFieldValueMap |
Map of feature fields to a set of values.
| bool makVrv::DtFeatureFieldValueParser::getFeatureFieldValuePairs | ( | const std::string & | fileName, |
| FeatureFieldValueMap & | mapOut | ||
| ) | const |
Load the gdb file, parse for features in the rule map, and create create props for them.
The resulting props are nameless, so they must be renamed later
DtDe& makVrv::DtFeatureFieldValueParser::myDe [protected] |