65 #ifndef vtkMetaImageWriter_h 66 #define vtkMetaImageWriter_h 68 #include "vtkIOImageModule.h" 94 virtual void SetRAWFileName(
const char* fname);
95 virtual char* GetRAWFileName();
100 this->Compress = compress;
104 return this->Compress;
109 void Write()
override;
115 vtkSetStringMacro(MHDFileName);
123 vtkmetaio::MetaImage * MetaImagePtr;
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation
virtual void Write()
The main interface which triggers the writer to start.
static vtkImageWriter * New()
virtual void SetFileName(const char *)
Specify file name for the image file.