65 #ifndef vtkMetaImageWriter_h
66 #define vtkMetaImageWriter_h
68 #include "vtkIOImageModule.h"
90 void SetFileName(
VTK_FILEPATH const char* fname)
override;
93 return this->MHDFileName;
100 virtual void SetRAWFileName(
VTK_FILEPATH const char* fname);
101 virtual VTK_FILEPATH VTK_FUTURE_CONST
char* GetRAWFileName() VTK_FUTURE_CONST;
104 virtual
void SetCompression(
bool compress) { this->Compress = compress; }
109 void Write()
override;
123 vtkmetaio::MetaImage* MetaImagePtr;
vtkSetFilePathMacro(FileName)
Specify file name for the image file.
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()