53 #ifndef vtkMetaImageWriter_h
54 #define vtkMetaImageWriter_h
56 #include "vtkIOImageModule.h"
64 VTK_ABI_NAMESPACE_BEGIN
79 void SetFileName(
VTK_FILEPATH const char* fname)
override;
82 return this->MHDFileName;
89 virtual void SetRAWFileName(
VTK_FILEPATH const char* fname);
90 virtual VTK_FILEPATH VTK_FUTURE_CONST
char* GetRAWFileName() VTK_FUTURE_CONST;
93 virtual
void SetCompression(
bool compress) { this->Compress = compress; }
98 void Write()
override;
112 vtkmetaio::MetaImage* MetaImagePtr;
115 VTK_ABI_NAMESPACE_END
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()