VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtCDBSubstrate.h
Go to the documentation of this file.
1 
2 
3 #pragma once
5 #include <set>
6 
7 namespace makVrv { namespace oe { namespace CDB {
8 
11  class DT_DLL_OSGEARTH_CDB_UTILS DtCDBSubstrate : public osg::Referenced
12  {
13  public:
14 
18  virtual ~DtCDBSubstrate();
20  bool readXmlNode(osgDB::XmlNode::Children::iterator& subIter);
22  std::string getPrimaryMaterial() const;
23 
24  protected:
25 
26 
27  private:
29  float myThickness;
31  std::set<DtCDBBaseMaterial> myMaterialList;
32 
33  };
34 
35 
36 }}} // namespace mak::osgEarth::CDB
37 

Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)