VR-Forces 4.8 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
vrvTerrain
DtOsgEarthHeaderParser.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2017 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
9
10
#pragma once
11
12
#include <
vrvTerrain/vrvTerrain.h
>
13
#include <
vrvCore/DtHeaderParser.h
>
14
15
namespace
makVrv
16
{
19
class
DT_DLL_VRVTERRAIN
DtOsgEarthHeaderParser
:
public
DtHeaderParser
20
{
21
public
:
22
friend
class
DtOsgEarthHeaderParserCreator
;
23
25
virtual
~
DtOsgEarthHeaderParser
();
26
29
virtual
bool
isValid();
30
31
protected
:
34
DtOsgEarthHeaderParser
(
const
std::string& filePath);
35
36
private
:
38
DtOsgEarthHeaderParser
();
39
40
};
41
44
class
DT_DLL_VRVTERRAIN
DtOsgEarthHeaderParserCreator
:
public
DtHeaderParserCreator
45
{
46
public
:
47
49
DtOsgEarthHeaderParserCreator
();
50
52
virtual
~
DtOsgEarthHeaderParserCreator
();
53
55
virtual
DtHeaderParser
* create(
DtDe
& de,
const
std::string& filePath)
const
;
56
57
};
58
}
59
60
makVrv::DtHeaderParserCreator
Abstact header parser creator class.
Definition:
DtHeaderParser.h:64
DtHeaderParser.h
Contains makVrv::DtHeaderParser class.
makVrv::DtHeaderParser
Abstract header parser class.
Definition:
DtHeaderParser.h:24
makVrv::DtOsgEarthHeaderParser
DtOsgEarthHeaderParser parses coordinate system info from osgEarth file.
Definition:
DtOsgEarthHeaderParser.h:19
vrvTerrain.h
Contains DLL export macros.
makVrv::DtOsgEarthHeaderParserCreator
DtOsgEarthHeaderParserCreator class.
Definition:
DtOsgEarthHeaderParser.h:44
DT_DLL_VRVTERRAIN
#define DT_DLL_VRVTERRAIN
Definition:
vrvTerrain.h:19
makVrv::DtDe
The DtDe is the core component of any VR-Vantage application.
Definition:
DtDe.h:69
Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (
www.mak.com
)