70 #ifndef __vtkMNITagPointWriter_h
71 #define __vtkMNITagPointWriter_h
106 this->SetPoints(0, points); }
109 return this->GetPoints(0); }
142 vtkSetStringMacro(Comments);
143 vtkGetStringMacro(Comments);
virtual int FillInputPortInformation(int port, vtkInformation *info)
vtkStringArray * LabelText
A writer for MNI tag point files.
abstract class to specify dataset behavior
static vtkDataSetWriter * New()
void PrintSelf(ostream &os, vtkIndent indent)
a vtkAbstractArray subclass for strings
abstract class for specifying dataset behavior
virtual const char * GetDescriptiveName()
dynamic, self-adjusting array of double
dynamic, self-adjusting array of int
virtual unsigned long GetMTime()
a simple class to control print indentation
vtkIntArray * StructureIds
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
virtual void SetPoints(vtkPoints *points)
virtual const char * GetFileExtensions()
virtual vtkPoints * GetPoints()
write any type of vtk dataset to file
represent and manipulate 3D points