66 #ifndef __vtkMNITransformWriter_h
67 #define __vtkMNITransformWriter_h
87 vtkSetStringMacro(FileName);
88 vtkGetStringMacro(FileName);
100 return "MNI Transform"; }
115 virtual int GetNumberOfTransforms();
119 vtkSetStringMacro(Comments);
120 vtkGetStringMacro(Comments);
124 virtual void Write();
135 int WriteLinearTransform(ostream &outfile,
137 int WriteThinPlateSplineTransform(ostream &outfile,
139 int WriteGridTransform(ostream &outfile,
142 virtual int WriteTransform(ostream &outfile,
145 virtual int WriteFile();
virtual int ProcessRequest(vtkInformation *request, vtkInformationVector **inInfo, vtkInformationVector *outInfo)
Superclass for all sources, filters, and sinks in VTK.
a simple class to control print indentation
create and manipulate unsorted lists of objects
static vtkAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent)