|  | VTK
    9.0.1
    | 
 
 
 
Go to the documentation of this file.
   71 #ifndef vtkMNITagPointWriter_h 
   72 #define vtkMNITagPointWriter_h 
   74 #include "vtkIOMINCModule.h"  
  152   vtkSetStringMacro(Comments);
 
  153   vtkGetStringMacro(Comments);
 
  159   int Write() 
override;
 
  170   vtkSetStringMacro(FileName);
 
  171   vtkGetStringMacro(FileName);
 
  197   void CloseFile(ostream* fp);
 
  
represent and manipulate 3D points
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
virtual const char * GetDescriptiveName()
Get the name of this file format.
virtual int FillInputPortInformation(int port, vtkInformation *info)
Fill the input port information objects for this algorithm.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual int Write()
Write data to output.
virtual void SetPoints(vtkPoints *points)
virtual void WriteData()=0
vtkIntArray * StructureIds
virtual vtkMTimeType GetMTime()
Return this object's modified time.
a simple class to control print indentation
dynamic, self-adjusting array of int
abstract class to write data to file(s)
A writer for MNI tag point files.
void WriteData() override
abstract class to specify dataset behavior
static vtkAlgorithm * New()
vtkStringArray * LabelText
abstract class for specifying dataset behavior
a vtkAbstractArray subclass for strings
virtual const char * GetFileExtensions()
Get the extension for this file format.
dynamic, self-adjusting array of double
virtual vtkPoints * GetPoints()
vtkTypeUInt32 vtkMTimeType