VR-Link API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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 
26 {
27 public:
28 
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 
45 
46 };
47 
48 #ifdef DtUSE_UTILITIES_NAMESPACE
49 }
50 #endif
51 
52 #endif

Document ID: Generated on Thu Feb 22 04:26:36 EST 2018 from SVN revision 186468
Copyright © 2005-2016 VT MÄK. All Rights Reserved (www.mak.com)