64 #ifndef vtkMetaImageWriter_h
65 #define vtkMetaImageWriter_h
91 virtual void SetRAWFileName(
const char* fname);
92 virtual char* GetRAWFileName();
97 this->Compress = compress;
101 return this->Compress;
106 virtual void Write();
112 vtkSetStringMacro(MHDFileName);
121 vtkmetaio::MetaImage * MetaImagePtr;
a simple class to control print indentation
static vtkImageWriter * New()
virtual void SetFileName(const char *)
void PrintSelf(ostream &os, vtkIndent indent)
#define VTKIOIMAGE_EXPORT