VR-Link API Documentation for HLA 1.3
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
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 Fri May 15 06:36:13 EDT 2015 from SVN revision 153263
Copyright © 2005-2014 VT MÄK. All Rights Reserved (
www.mak.com
)