10 #ifndef __vtkFSSurfaceScalarReader_h 11 #define __vtkFSSurfaceScalarReader_h 13 #include "FreeSurferConfigure.h" 14 #include "vtkFreeSurferExport.h" 17 #include <vtkDataReader.h> 33 void PrintSelf(ostream& os, vtkIndent indent) VTK_OVERRIDE;
35 vtkFloatArray *GetOutput();
36 void SetOutput(vtkFloatArray *output);
45 FS_NEW_SCALAR_MAGIC_NUMBER = 16777215,
53 int ReadInt3 (FILE* iFile,
int& oInt);
54 int ReadInt2 (FILE* iFile,
int& oInt);
int VTK_FreeSurfer_EXPORT ReadInt3(FILE *iFile, int &oInt)
int VTK_FreeSurfer_EXPORT ReadInt2(FILE *iFile, int &oInt)
int VTK_FreeSurfer_EXPORT ReadFloat(FILE *iFile, float &oFloat)
Read a surface scalar file from Freesurfer tools.