VR-Forces 5.0.1 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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 {
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 
43  {
44  public:
45 
48 
51 
53  virtual DtHeaderParser* create(DtDe& de, const std::string& filePath) const;
54 
55  };
56 }
57 
58 #endif
59 
Abstact header parser creator class.
Definition: DtHeaderParser.h:66
Contains makVrv::DtHeaderParser class declaration.
Abstract header parser class.
Definition: DtHeaderParser.h:23
Contains DLL export macros.
DtMetaFlightHeaderParserCreator class.
Definition: DtMetaFlightHeaderParser.h:42
#define DT_DLL_VRVTERRAIN
Definition: vrvTerrain.h:19
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:70
DtMetaFlightHeaderParser parses coordinate system info from MetaFlight files.
Definition: DtMetaFlightHeaderParser.h:21

Document ID: Generated on Mon Jun 20 00:38:30 EDT 2022 from SVN revision 244029
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)