11 #ifndef envMtlWriter_H_
12 #define envMtlWriter_H_
17 #ifdef DtUSE_UTILITIES_NAMESPACE
18 namespace DtUSE_UTILITIES_NAMESPACE
40 virtual void writeValue(
DtEnvValueSP val,std::ofstream& outfile);
48 #ifdef DtUSE_UTILITIES_NAMESPACE
Contains the DtEnvWriterClass.
DtBoost::shared_ptr< DtEnvValue > DtEnvValueSP
Definition: envValue.h:29
DtEnvironment * myCurrentEnvironment
Definition: envMtlWriter.h:42
int myIndentLevel
Definition: envMtlWriter.h:44
Contains the DtString class declaration.
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
A writer to the MTL file format.
Definition: envMtlWriter.h:25
#define DT_DLL_MTL
Definition: vlMachineTypes.h:106
Instances of DtString are used to represent strings.
Definition: vlString.h:29
DtEnvValueSP myCurrentRoot
Definition: envMtlWriter.h:43