VR-Forces Developer's Guide
Home
Modules
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
vrvTerrain
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
{
20
class
DT_DLL_VRVTERRAIN
DtStealthMtlHeaderParser
:
public
DtHeaderParser
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
44
class
DT_DLL_VRVTERRAIN
DtStealthMtlHeaderParserCreator
:
public
DtHeaderParserCreator
45
{
46
47
public
:
48
50
DtStealthMtlHeaderParserCreator
();
51
53
virtual
~
DtStealthMtlHeaderParserCreator
();
54
56
virtual
DtHeaderParser
* create(
DtDe
& de,
const
std::string& filePath)
const
;
57
58
};
59
}
60
61
#endif
62
makVrv::DtStealthMtlHeaderParser
DtStealthMtlHeaderParser parses coordinate system info and file lists from mtl files.
Definition:
DtStealthMtlHeaderParser.h:20
makVrv::DtHeaderParserCreator
Abstact header parser creator class.
Definition:
DtHeaderParser.h:66
DtHeaderParser.h
Contains makVrv::DtHeaderParser class declaration.
makVrv::DtHeaderParser
Abstract header parser class.
Definition:
DtHeaderParser.h:23
vrvTerrain.h
Contains DLL export macros.
DT_DLL_VRVTERRAIN
#define DT_DLL_VRVTERRAIN
Definition:
vrvTerrain.h:19
makVrv::DtStealthMtlHeaderParserCreator
DtStealthMtlHeaderParserCreator class.
Definition:
DtStealthMtlHeaderParser.h:44
makVrv::DtDe
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
char
Document ID: Generated on Tue Sep 24 19:28:17 EDT 2024 from SVN revision 269799
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (
www.mak.com
)