|  | VTK
    9.0.1
    | 
 
 
 
Go to the documentation of this file.
   64 #ifndef vtkMNITransformWriter_h 
   65 #define vtkMNITransformWriter_h 
   68 #include "vtkIOMINCModule.h"  
   88   vtkSetStringMacro(FileName);
 
   89   vtkGetStringMacro(FileName);
 
  120   virtual int GetNumberOfTransforms();
 
  126   vtkSetStringMacro(Comments);
 
  127   vtkGetStringMacro(Comments);
 
  133   virtual void Write();
 
  150   virtual int WriteFile();
 
  
Superclass for all sources, filters, and sinks in VTK.
create and manipulate ordered lists of objects
a simple class to control print indentation
static vtkAlgorithm * New()
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...