VR-Forces 4.7 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
osgearth_cdb_utils
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
10
#include <
osgearth_cdb_utils/DtCDBCompositeMaterial.h
>
11
12
namespace
makVrv {
namespace
oe {
namespace
CDB
13
{
14
17
class
DT_DLL_OSGEARTH_CDB_UTILS
DtCDBCompositeMaterialTable
:
public
osg::Referenced
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
;
39
compositeMapType
myCompositeMaterialMap
;
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
)