VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
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/shapeVectorInit.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 Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (
www.mak.com
)