VR-Link API Documentation for HLA 1.3
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
include
mtl
envMtlWriter.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 envMtlWriter_H_
12
#define envMtlWriter_H_
13
14
#include "
envWriter.h
"
15
#include <
vlutil/vlString.h
>
16
17
#ifdef DtUSE_UTILITIES_NAMESPACE
18
namespace
DtUSE_UTILITIES_NAMESPACE
19
{
20
#endif
21
22
25
class
DT_DLL_MTL
DtEnvMTLWriter
:
public
DtEnvWriter
26
{
27
public
:
28
30
DtEnvMTLWriter
();
31
33
virtual
~
DtEnvMTLWriter
();
34
36
virtual
bool
writeFile(
DtEnvironment
& environment,
const
DtString
& filename);
37
38
protected
:
39
40
virtual
void
writeValue(
DtEnvValueSP
val,std::ofstream& outfile);
41
42
DtEnvironment
*
myCurrentEnvironment
;
43
DtEnvValueSP
myCurrentRoot
;
44
int
myIndentLevel
;
45
46
};
47
48
#ifdef DtUSE_UTILITIES_NAMESPACE
49
}
50
#endif
51
52
#endif
Document ID: Generated on Wed Oct 23 22:25:48 EDT 2013 from SVN revision 132765
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)