68 #ifndef vtkMNITagPointWriter_h
69 #define vtkMNITagPointWriter_h
71 #include "vtkIOMINCModule.h"
107 this->SetPoints(0, points); }
110 return this->GetPoints(0); }
153 vtkSetStringMacro(Comments);
171 vtkSetStringMacro(FileName);
199 void CloseFile(ostream *fp);
vtkStringArray * LabelText
A writer for MNI tag point files.
abstract class to specify dataset behavior
a vtkAbstractArray subclass for strings
abstract class for specifying dataset behavior
virtual const char * GetDescriptiveName()
Get the name of this file format.
vtkTypeUInt64 vtkMTimeType
dynamic, self-adjusting array of double
abstract class to write data to file(s)
dynamic, self-adjusting array of int
a simple class to control print indentation
vtkIntArray * StructureIds
virtual vtkMTimeType GetMTime()
Return this object's modified time.
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.
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 entension 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
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
represent and manipulate 3D points