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);
abstract class to specify dataset behavior
dynamic, self-adjusting array of double
a simple class to control print indentation
dynamic, self-adjusting array of int
A writer for MNI tag point files.
virtual vtkPoints * GetPoints()
virtual void SetWeights(vtkDoubleArray *a)
Set the weights (unless the input PointData has an array called Weights).
virtual void SetLabelText(vtkStringArray *a)
Set the labels (unless the input PointData has an array called LabelText).
void CloseFile(ostream *fp)
static vtkMNITagPointWriter * New()
virtual void WriteData(vtkPointSet *inputs[2])
vtkIntArray * StructureIds
virtual void SetPoints(vtkPoints *points)
virtual void SetStructureIds(vtkIntArray *a)
Set the structure ids (unless the input PointData has an array called StructureIds).
vtkStringArray * LabelText
virtual void SetPoints(int port, vtkPoints *points)
Set the points (unless you set them as inputs).
int FillInputPortInformation(int port, vtkInformation *info)
Fill the input port information objects for this algorithm.
virtual vtkPoints * GetPoints(int port)
virtual int Write()
Write the file.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
virtual void SetPatientIds(vtkIntArray *a)
Set the structure ids (unless the input PointData has an array called PatientIds).
virtual vtkMTimeType GetMTime()
Get the MTime.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual const char * GetDescriptiveName()
Get the name of this file format.
virtual const char * GetFileExtensions()
Get the entension for this file format.
abstract class for specifying dataset behavior
represent and manipulate 3D points
a vtkAbstractArray subclass for strings
abstract class to write data to file(s)
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.
vtkTypeUInt64 vtkMTimeType