VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtOpenFlightHeaderParser.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 DtOpenFlightHeaderParser_H_
11 #define DtOpenFlightHeaderParser_H_
12 
13 #include <vrvTerrain/vrvTerrain.h>
14 #include <vrvCore/DtHeaderParser.h>
15 
16 #include <vlutil/vlNetTypes.h>
17 #include <fstream>
18 
19 namespace makVrv
20 {
24  {
25 
26  public:
27 
29  DtOpenFlightHeaderParser(const std::string& filePath);
30 
32  virtual ~DtOpenFlightHeaderParser();
33 
36  virtual bool isValid();
37 
38  protected:
39 
40  struct OpenflightHeader;
41 
43  virtual bool parseOpenFlightHeader(const OpenflightHeader& header);
44  };
45 
49  {
50  public:
51 
54 
57 
59  virtual DtHeaderParser* create(DtDe& de, const std::string& filePath) const;
60 
61  };
62 }
63 
64 #endif
65 
66 
Abstact header parser creator class.
Definition: DtHeaderParser.h:66
Contains makVrv::DtHeaderParser class declaration.
Abstract header parser class.
Definition: DtHeaderParser.h:23
DtOpenFlightHeaderParserCreator class.
Definition: DtOpenFlightHeaderParser.h:48
Contains DLL export macros.
DtOpenFlightHeaderParser parses coordinate system info from openFlight files.
Definition: DtOpenFlightHeaderParser.h:23
#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:72

Document ID: Generated on Tue Sep 24 19:28:17 EDT 2024 from SVN revision 269799
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)