23 #ifndef vtkMNITransformWriter_h
24 #define vtkMNITransformWriter_h
27 #include "vtkIOMINCModule.h"
29 VTK_ABI_NAMESPACE_BEGIN
48 vtkSetFilePathMacro(FileName);
49 vtkGetFilePathMacro(FileName);
80 virtual int GetNumberOfTransforms();
86 vtkSetStringMacro(Comments);
87 vtkGetStringMacro(Comments);
110 virtual int WriteFile();
120 VTK_ABI_NAMESPACE_END
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()