VR-Forces Developer's Guide
Home
Modules
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
vrvTerrain
DtMetaFlightHeaderParser.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2008 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
9
10
#ifndef DtMetaFlightHeaderParser_H_
11
#define DtMetaFlightHeaderParser_H_
12
13
#include <
vrvTerrain/vrvTerrain.h
>
14
#include <
vrvCore/DtHeaderParser.h
>
15
#include <string>
16
17
namespace
makVrv
18
{
21
class
DT_DLL_VRVTERRAIN
DtMetaFlightHeaderParser
:
public
DtHeaderParser
22
{
23
24
public
:
25
27
DtMetaFlightHeaderParser
(
const
std::string& filePath);
28
30
virtual
~
DtMetaFlightHeaderParser
();
31
34
virtual
bool
isValid();
35
36
protected
:
37
38
};
39
42
class
DT_DLL_VRVTERRAIN
DtMetaFlightHeaderParserCreator
:
public
DtHeaderParserCreator
43
{
44
public
:
45
47
DtMetaFlightHeaderParserCreator
();
48
50
virtual
~
DtMetaFlightHeaderParserCreator
();
51
53
virtual
DtHeaderParser
* create(
DtDe
& de,
const
std::string& filePath)
const
;
54
55
};
56
}
57
58
#endif
59
makVrv::DtHeaderParserCreator
Abstact header parser creator class.
Definition:
DtHeaderParser.h:66
DtHeaderParser.h
Contains makVrv::DtHeaderParser class declaration.
makVrv::DtHeaderParser
Abstract header parser class.
Definition:
DtHeaderParser.h:23
vrvTerrain.h
Contains DLL export macros.
makVrv::DtMetaFlightHeaderParserCreator
DtMetaFlightHeaderParserCreator class.
Definition:
DtMetaFlightHeaderParser.h:42
DT_DLL_VRVTERRAIN
#define DT_DLL_VRVTERRAIN
Definition:
vrvTerrain.h:19
makVrv::DtDe
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition:
DtDe.h:76
makVrv::DtMetaFlightHeaderParser
DtMetaFlightHeaderParser parses coordinate system info from MetaFlight files.
Definition:
DtMetaFlightHeaderParser.h:21
Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (
www.mak.com
)