VR-Link API Documentation for HLA Evolved
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
include
mtl
envMTLReader.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 1992-2010 VT MAK
3
** All rights reserved.
4
******************************************************************************/
5
6
10
11
#ifndef envMTLReader_H__
12
#define envMTLReader_H__
13
14
#include "
envReader.h
"
15
#include "
mtl.h
"
16
17
#ifdef DtUSE_UTILITIES_NAMESPACE
18
namespace
DtUSE_UTILITIES_NAMESPACE
19
{
20
#endif
21
22
25
class
DT_DLL_MTL
DtEnvMTLReader
:
public
DtEnvReader
26
{
27
public
:
28
30
DtEnvMTLReader
();
31
33
virtual
~
DtEnvMTLReader
();
34
38
virtual
DtEnvironment
readFile(
const
DtString
& filename,
bool
& success);
39
40
protected
:
41
void
processObject(
const
DtlObjPtr
& newList);
42
43
protected
:
44
45
DtEnvironment
*
myCurrentEnvironment
;
46
DtEnvValueWP
myCurrentRoot
;
47
48
};
49
#ifdef DtUSE_UTILITIES_NAMESPACE
50
}
51
#endif
52
53
#endif
Document ID: Generated on Wed Aug 14 15:35:11 EDT 2013 from SVN revision 130445
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)