VR-Forces 5.0.2 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtMetaFileHeaderParser.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2011 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 #include <vrvTerrain/vrvTerrain.h>
12 #include <vrvCore/DtHeaderParser.h>
13 
14 namespace makVrv
15 {
20  {
21  public:
22 
24  DtMetaFileHeaderParser(DtDe& de, const std::string& filePath);
25 
27  virtual ~DtMetaFileHeaderParser();
28 
31  virtual bool isValid();
32 
33  protected:
34 
35  std::string dataFileNameFromMetaFile(const std::string& name) const;
36 
37  protected:
39 
40  };
41 
45  : public DtHeaderParserCreator
46  {
47  public:
48 
51 
54 
56  virtual DtHeaderParser* create(DtDe& de, const std::string& filePath) const;
57 
58  };
59 }
Abstact header parser creator class.
Definition: DtHeaderParser.h:66
Contains makVrv::DtHeaderParser class declaration.
DtMetaFileHeaderParserCreator class.
Definition: DtMetaFileHeaderParser.h:44
Abstract header parser class.
Definition: DtHeaderParser.h:23
DtDe & myDe
Definition: DtMetaFileHeaderParser.h:38
DtMetaFileHeaderParser parses coordinate system info from meta files.
Definition: DtMetaFileHeaderParser.h:19
Contains DLL export macros.
#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

Document ID: Generated on Sun Dec 4 20:22:03 EST 2022 from SVN revision 249613
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)