VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DtHeaderParser.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2008 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtHeaderParser.h,v $ $Revision: 1.10 $ $State: Exp $
7 ******************************************************************************/
8 
12 
13 #ifndef DtHeaderParser_H_
14 #define DtHeaderParser_H_
15 
16 #include <vrvCore/vrvCore.h>
18 #include <string>
19 
20 namespace makVrv
21 {
22  class DtDe;
23 
27  {
28 
29  public:
30 
32  DtHeaderParser(const std::string& filePath);
33 
35  virtual ~DtHeaderParser();
36 
39  virtual bool isValid() = 0;
40 
42  virtual const std::string& terrainCoordinateSystem();
43 
45  virtual const std::string& terrainCoordinateSystemParameters();
46 
48  virtual const std::string& filePath();
49 
50  typedef std::list<makArchives::DtTerrainPatchRecord> TerrainPatchRecords;
51 
53  const TerrainPatchRecords& terrainPatchRecords() const;
54 
55  protected:
56 
57  std::string myFilePath;
61 
62  };
63 
67  {
68 
69  public:
70 
73 
75  virtual ~DtHeaderParserCreator();
76 
78  virtual DtHeaderParser* create(DtDe& de, const std::string& filePath) const = 0;
79 
80  };
81 }
82 
83 #endif
84 

Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)