VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtCDBCompositeMaterialTable.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2016 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 #pragma once
11 
12 namespace makVrv { namespace oe { namespace CDB
13 {
14 
18  {
19  public:
20 
22  DtCDBCompositeMaterialTable(const std::string& compositeMaterialFile);
24  virtual ~DtCDBCompositeMaterialTable();
26  const DtCDBCompositeMaterial* getCompositeMaterial(int index) const;
27 
28  protected:
29 
31  void loadXmlFile(const std::string& compositeMaterialFile);
32 
33 
34  private:
35 
37  typedef std::map<int, osg::ref_ptr<DtCDBCompositeMaterial> > compositeMapType;
40  };
41 
42 }}} // namespace mak::osgEarth::CDB
43 

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)