VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtStealthMtlHeaderParser.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 DtStealthMtlHeaderParser_H_
11 #define DtStealthMtlHeaderParser_H_
12 
13 #include <vrvTerrain/vrvTerrain.h>
14 #include <vrvCore/DtHeaderParser.h>
15 
16 namespace makVrv
17 {
21  {
22 
23  public:
24 
26  DtStealthMtlHeaderParser(const std::string& filePath);
27 
29  virtual ~DtStealthMtlHeaderParser();
30 
33  virtual bool isValid();
34 
35  protected:
36 
38  void addTerrainPatchRecord(const std::string& filename);
39 
40  };
41 
45  {
46 
47  public:
48 
51 
54 
56  virtual DtHeaderParser* create(DtDe& de, const std::string& filePath) const;
57 
58  };
59 }
60 
61 #endif
62 
DtStealthMtlHeaderParser parses coordinate system info and file lists from mtl files.
Definition: DtStealthMtlHeaderParser.h:20
Abstact header parser creator class.
Definition: DtHeaderParser.h:66
Contains makVrv::DtHeaderParser class declaration.
Abstract header parser class.
Definition: DtHeaderParser.h:23
Contains DLL export macros.
#define DT_DLL_VRVTERRAIN
Definition: vrvTerrain.h:19
DtStealthMtlHeaderParserCreator class.
Definition: DtStealthMtlHeaderParser.h:44
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 Wed Mar 27 22:49:11 EDT 2024 from SVN revision 264633
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)