64 #ifndef vtkMNITransformWriter_h 65 #define vtkMNITransformWriter_h 67 #include "vtkIOMINCModule.h" 88 vtkSetStringMacro(FileName);
102 return "MNI Transform"; }
123 virtual int GetNumberOfTransforms();
129 vtkSetStringMacro(Comments);
136 virtual void Write();
147 int WriteLinearTransform(ostream &outfile,
149 int WriteThinPlateSplineTransform(ostream &outfile,
151 int WriteGridTransform(ostream &outfile,
154 virtual int WriteTransform(ostream &outfile,
157 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
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.
create and manipulate ordered lists of objects
static vtkAlgorithm * New()