66 #ifndef vtkMNITransformWriter_h
67 #define vtkMNITransformWriter_h
88 vtkSetStringMacro(FileName);
89 vtkGetStringMacro(FileName);
101 return "MNI Transform"; }
116 virtual int GetNumberOfTransforms();
120 vtkSetStringMacro(Comments);
121 vtkGetStringMacro(Comments);
125 virtual void Write();
136 int WriteLinearTransform(ostream &outfile,
138 int WriteThinPlateSplineTransform(ostream &outfile,
140 int WriteGridTransform(ostream &outfile,
143 virtual int WriteTransform(ostream &outfile,
146 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)