VR-Link API Documentation for HLA 1516
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
include
mtl
envWriter.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 envWriter_H__
12
#define envWriter_H__
13
14
#include "
env.h
"
15
16
#ifdef DtUSE_UTILITIES_NAMESPACE
17
namespace
DtUSE_UTILITIES_NAMESPACE
18
{
19
#endif
20
23
class
DT_DLL_MTL
DtEnvWriter
24
{
25
public
:
26
28
virtual
~DtEnvWriter
() {}
29
30
virtual
bool
writeFile(
DtEnvironment
& environment,
const
DtString
& filename) = 0;
31
};
32
33
#ifdef DtUSE_UTILITIES_NAMESPACE
34
}
35
#endif
36
37
#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
)