Slicer  4.8
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
Namespaces | Functions
vtkFSIO.h File Reference
#include "vtkFreeSurferExport.h"
#include <vtk_zlib.h>
#include <cstdio>
Include dependency graph for vtkFSIO.h:

Go to the source code of this file.

Namespaces

 vtkFSIO
 Some IO functions for irregular FreeSurface files.
 

Functions

int VTK_FreeSurfer_EXPORT vtkFSIO::ReadFloat (FILE *iFile, float &oFloat)
 
int VTK_FreeSurfer_EXPORT vtkFSIO::ReadFloatZ (gzFile iFile, float &oFloat)
 
int VTK_FreeSurfer_EXPORT vtkFSIO::ReadInt (FILE *iFile, int &oInt)
 
int VTK_FreeSurfer_EXPORT vtkFSIO::ReadInt2 (FILE *iFile, int &oInt)
 
int VTK_FreeSurfer_EXPORT vtkFSIO::ReadInt2Z (gzFile iFile, int &oInt)
 
int VTK_FreeSurfer_EXPORT vtkFSIO::ReadInt3 (FILE *iFile, int &oInt)
 
int VTK_FreeSurfer_EXPORT vtkFSIO::ReadInt3Z (gzFile iFile, int &oInt)
 
int VTK_FreeSurfer_EXPORT vtkFSIO::ReadIntZ (gzFile iFile, int &oInt)
 
int VTK_FreeSurfer_EXPORT vtkFSIO::ReadShort (FILE *iFile, short &oShort)
 
int VTK_FreeSurfer_EXPORT vtkFSIO::ReadShortZ (gzFile iFile, short &oShort)
 
int VTK_FreeSurfer_EXPORT vtkFSIO::WriteInt (FILE *iFile, int iInt)
 For testing purposes. More...
 
int VTK_FreeSurfer_EXPORT vtkFSIO::WriteInt2 (FILE *iFile, int iInt)
 
int VTK_FreeSurfer_EXPORT vtkFSIO::WriteInt3 (FILE *iFile, int iInt)