12 #include <boost/unordered_map.hpp>
22 typedef boost::unordered_map<std::string,std::string>
AttributeMap;
44 void addAttribute(
const std::string& key,
const std::string& value);
47 void removeAttribute(
const std::string& key);
51 std::string* findAttribute(
const std::string& key);
52 const std::string* findAttribute(
const std::string& key)
const;
The feature specification contains all the data regarding a feature object. Feature specifications ar...
Definition: DtFeatureSpecification.h:19
AttributeMap myAttributes
Definition: DtFeatureSpecification.h:58
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
bool operator==(const DtTextureAtlasIndexParser::StringOrFloatAttrib &lhs, const DtTextureAtlasIndexParser::StringOrFloatAttrib &rhs)
needed for search comparison code
Definition: DtTextureAtlasIndexParser.h:160
DT_DLL_terrainCS bool operator!=(const DtDegMinSec &lhs, const DtDegMinSec &rhs)
boost::unordered_map< std::string, std::string > AttributeMap
Definition: DtFeatureSpecification.h:22
Contains DLL export macros.