VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtTerrainProjectHeaderParser.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 DtTerrainProjectHeaderParser_H_
11 #define DtTerrainProjectHeaderParser_H_
12 
14 #include <vrvCore/DtHeaderParser.h>
15 
16 namespace makVrv
17 {
22  {
23 
24  public:
25 
27  DtTerrainProjectHeaderParser(DtDe& de, const std::string& filePath);
28 
31 
34  virtual bool isValid();
35 
36  protected:
37 
40  virtual bool getView3DFilename(std::string& fileNameOut);
41 
42  protected:
44  };
45 
49  {
50 
51  public:
52 
55 
58 
60  virtual DtHeaderParser* create(DtDe& de, const std::string& filePath) const;
61 
62  };
63 }
64 
65 #endif
66 
Contains makVrv::DtTerrainToolkitHeaderParser class.
Abstact header parser creator class.
Definition: DtHeaderParser.h:66
DtTerrainProjectHeaderParserCreator class.
Definition: DtTerrainProjectHeaderParser.h:48
Contains makVrv::DtHeaderParser class declaration.
DtTerrainToolkitHeaderParser parses coordinate system info from terrain toolkit readable files...
Definition: DtTerrainToolkitHeaderParser.h:21
Abstract header parser class.
Definition: DtHeaderParser.h:23
DtTerrainToolkitHeaderParser tries to find the 3d Window record in a .mtd or .mtp file...
Definition: DtTerrainProjectHeaderParser.h:21
DtDe & myDe
Definition: DtTerrainProjectHeaderParser.h:43
#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:76

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)