|
Slicer
4.10
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
|
Read a surface file from Freesurfer tools. More...
#include <Libs/FreeSurfer/vtkFSSurfaceReader.h>


Public Types | |
| enum | { FS_QUAD_FILE_MAGIC_NUMBER = (-1 & 0x00ffffff), FS_NEW_QUAD_FILE_MAGIC_NUMBER = (-3 & 0x00ffffff), FS_TRIANGLE_FILE_MAGIC_NUMBER = (-2 & 0x00ffffff), FS_NUM_VERTS_IN_QUAD_FACE = 4, FS_NUM_VERTS_IN_TRI_FACE = 3, FS_MAX_NUM_FACES_PER_VERTEX = 10 } |
| old previous versions constants More... | |
| typedef vtkAbstractPolyDataReader | Superclass |
Public Member Functions | |
| virtual const char * | GetClassName () |
| virtual int | IsA (const char *type) |
| void | PrintSelf (ostream &os, vtkIndent indent) VTK_OVERRIDE |
Static Public Member Functions | |
| static int | IsTypeOf (const char *type) |
| static vtkFSSurfaceReader * | New () |
| static vtkFSSurfaceReader * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
| int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *outputVector) VTK_OVERRIDE |
| vtkFSSurfaceReader () | |
| ~vtkFSSurfaceReader () | |
Read a surface file from Freesurfer tools.
Reads a surface file from FreeSurfer and output PolyData. Use the SetFileName function to specify the file name.
Definition at line 34 of file vtkFSSurfaceReader.h.
| typedef vtkAbstractPolyDataReader vtkFSSurfaceReader::Superclass |
Definition at line 38 of file vtkFSSurfaceReader.h.
| anonymous enum |
old previous versions constants
Definition at line 42 of file vtkFSSurfaceReader.h.
|
protected |
|
protected |
|
virtual |
|
virtual |
|
static |
|
static |
| void vtkFSSurfaceReader::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) |
|
protected |
|
static |
1.8.14