VR-Forces 4.6 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
osgdb_osgearth_model_cdb
DtCDBModelSource.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
11
#include "
DtCDBModelOptions.h
"
12
13
namespace
makVrv {
namespace
oe {
namespace
CDB
14
{
19
class
CDBModelSource
:
public
ModelSource
20
{
21
public
:
23
CDBModelSource
(
const
ModelSourceOptions
& options);
24
26
Status
initialize
(
const
osgDB::Options* dbOptions);
27
29
osg::Node*
createNodeImplementation
(
const
Map* map,
ProgressCallback
* progress);
30
31
protected
:
32
34
void
ChangeCachePath
(std::string& optionString);
35
37
CDBModelOptions
myCdbModelOptions
;
39
osg::ref_ptr<osgDB::Options>
myDbOptions
;
40
};
41
42
} } }
// namespace makVrv::oe::CDB
Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (
www.mak.com
)