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
vantageTerrainImplementation
featureDataLoader.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2010 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
8
10
11
#pragma once
12
13
#include <
vantageTerrainImplementation/vantageTerrainImplementationDefines.h
>
14
#include <string>
15
#include <memory>
16
#include <list>
17
#include <vlutil/vlSmartPointers.h>
18
#include "
shape/shapeVectorInitializer.h
"
19
20
class
DtString
;
21
class
DtTdbMetafile
;
22
class
DtTerrainDatabase
;
23
class
DtTdbManager
;
24
class
Coordinate_System
;
25
class
DtFilename;
26
class
DtVectorNetwork
;
27
namespace
makVrv
28
{
29
class
DtDePathConfiguration;
30
}
31
34
class
DT_DLL_vantageTerrainImplementation
DtFeatureDataLoader
35
{
36
public
:
37
DtFeatureDataLoader
();
38
virtual
~
DtFeatureDataLoader
();
39
43
virtual
DtTerrainDatabase
* loadFeatureData(
const
DtString
& mtfFilename,
44
const
makVrv::DtDePathConfiguration
& pathConfig,
45
const
Coordinate_System
* coordSys);
46
47
protected
:
49
virtual
void
exportVectorNetwork(
const
DtVectorNetwork
& net);
50
51
52
protected
:
53
DtTdbManager
*
myTdbManager
;
54
};
55
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
)