VR-Link API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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 "environment.h"
15 
16 #ifdef DtUSE_UTILITIES_NAMESPACE
17 namespace DtUSE_UTILITIES_NAMESPACE
18 {
19 #endif
20 
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
virtual ~DtEnvWriter()
Default DTOR.
Definition: envWriter.h:28
The abstract interface for environment writers.
Definition: envWriter.h:23
A Flyweight class for manipulating objects and their hierarchy The DtEnvironment wraps a DtEnvValuSP ...
Definition: environment.h:29
Contains DtEnvironment class.
#define DT_DLL_MTL
Definition: vlMachineTypes.h:106
Instances of DtString are used to represent strings.
Definition: vlString.h:29

Document ID: Generated on Mon Apr 25 03:39:01 EDT 2022 from SVN revision 242502
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)