67 #ifndef vtkMNITransformWriter_h 68 #define vtkMNITransformWriter_h 70 #include "vtkIOMINCModule.h" 91 vtkSetStringMacro(FileName);
92 vtkGetStringMacro(FileName);
105 return "MNI Transform"; }
126 virtual int GetNumberOfTransforms();
132 vtkSetStringMacro(Comments);
133 vtkGetStringMacro(Comments);
139 virtual void Write();
150 int WriteLinearTransform(ostream &outfile,
152 int WriteThinPlateSplineTransform(ostream &outfile,
154 int WriteGridTransform(ostream &outfile,
157 virtual int WriteTransform(ostream &outfile,
160 virtual int WriteFile();
virtual int ProcessRequest(vtkInformation *request, vtkInformationVector **inInfo, vtkInformationVector *outInfo)
Upstream/Downstream requests form the generalized interface through which executives invoke a algorit...
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
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()