VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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 {
20  {
21  public:
23 
25  virtual ~DtOsgEarthHeaderParser();
26 
29  virtual bool isValid();
30 
31  protected:
34  DtOsgEarthHeaderParser(const std::string& filePath);
35 
36  private:
39 
40  };
41 
45  {
46  public:
47 
50 
53 
55  virtual DtHeaderParser* create(DtDe& de, const std::string& filePath) const;
56 
57  };
58 }
59 
60 
Abstact header parser creator class.
Definition: DtHeaderParser.h:64
Contains makVrv::DtHeaderParser class.
Abstract header parser class.
Definition: DtHeaderParser.h:24
DtOsgEarthHeaderParser parses coordinate system info from osgEarth file.
Definition: DtOsgEarthHeaderParser.h:19
Contains DLL export macros.
DtOsgEarthHeaderParserCreator class.
Definition: DtOsgEarthHeaderParser.h:44
#define DT_DLL_VRVTERRAIN
Definition: vrvTerrain.h:19
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)