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