12 namespace makVrv {
namespace oe {
namespace CDB {
25 bool readXmlNode(osgDB::XmlNode::Children::iterator& subIter);
27 unsigned int getNumberOfBaseMaterialInPrimarySubstrate()
const;
29 std::string getBaseMaterial(
unsigned int index)
const;
31 unsigned int getBaseMaterialWeight(
unsigned int index)
const;
float myThickness
Substrate Thickness (in meters)
Definition: DtCDBSubstrate.h:39
#define DT_DLL_OSGEARTH_CDB_UTILS
Definition: DtCDBExport.h:18
std::vector< DtCDBBaseMaterial > myMaterialList
Ordered list of base material in the substrate.
Definition: DtCDBSubstrate.h:41
Utility class to manage CDB Base Material in substrate (can also be used to load CDBMaterials_ToProce...
CDB Base Material class. Hold Base Material name / description.
Definition: DtCDBSubstrate.h:16