Slicer
4.10
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
|
#include "vtkFreeSurferExport.h"
#include <vtk_zlib.h>
#include <cstdio>
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) |