67 #ifndef vtkMNITransformWriter_h
68 #define vtkMNITransformWriter_h
71 #include "vtkIOMINCModule.h"
91 vtkSetFilePathMacro(FileName);
92 vtkGetFilePathMacro(FileName);
123 virtual int GetNumberOfTransforms();
129 vtkSetStringMacro(Comments);
130 vtkGetStringMacro(Comments);
136 virtual void Write();
153 virtual int WriteFile();
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual vtkTypeBool ProcessRequest(vtkInformation *request, vtkInformationVector **inInfo, vtkInformationVector *outInfo)
Upstream/Downstream requests form the generalized interface through which executives invoke a algorit...
Superclass for all sources, filters, and sinks in VTK.
a simple class to control print indentation
create and manipulate ordered lists of objects
static vtkAlgorithm * New()