70 #ifndef vtkMNITagPointWriter_h
71 #define vtkMNITagPointWriter_h
107 this->SetPoints(0, points); }
110 return this->GetPoints(0); }
143 vtkSetStringMacro(Comments);
144 vtkGetStringMacro(Comments);
155 vtkSetStringMacro(FileName);
156 vtkGetStringMacro(FileName);
183 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()
dynamic, self-adjusting array of double
abstract class to write data to file(s)
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 int FillInputPortInformation(int port, vtkInformation *info)
virtual void SetPoints(vtkPoints *points)
virtual const char * GetFileExtensions()
virtual vtkPoints * GetPoints()
static vtkAlgorithm * New()
virtual void WriteData()=0
void PrintSelf(ostream &os, vtkIndent indent)
represent and manipulate 3D points