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