27 #ifndef vtkMNITagPointWriter_h
28 #define vtkMNITagPointWriter_h
30 #include "vtkIOMINCModule.h"
33 VTK_ABI_NAMESPACE_BEGIN
109 vtkSetStringMacro(Comments);
110 vtkGetStringMacro(Comments);
116 int Write()
override;
127 vtkSetFilePathMacro(FileName);
128 vtkGetFilePathMacro(FileName);
154 void CloseFile(ostream* fp);
161 VTK_ABI_NAMESPACE_END
vtkStringArray * LabelText
A writer for MNI tag point files.
void WriteData() override
vtkTypeUInt32 vtkMTimeType
abstract class to specify dataset behavior
a vtkAbstractArray subclass for strings
concrete class for storing a set of points
virtual const char * GetDescriptiveName()
Get the name of this file format.
dynamic, self-adjusting array of double
abstract class to write data to file(s)
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
dynamic, self-adjusting array of int
a simple class to control print indentation
vtkIntArray * StructureIds
virtual vtkMTimeType GetMTime()
Return this object's modified time.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
virtual int FillInputPortInformation(int port, vtkInformation *info)
Fill the input port information objects for this algorithm.
virtual void SetPoints(vtkPoints *points)
Set the points (unless you set them as inputs).
virtual const char * GetFileExtensions()
Get the extension for this file format.
virtual int Write()
Write data to output.
virtual vtkPoints * GetPoints()
Set the points (unless you set them as inputs).
static vtkAlgorithm * New()
virtual void WriteData()=0
represent and manipulate 3D points