VR-Forces 4.6.1 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 Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)