Slicer
4.10
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
|
#include "FreeSurferConfigure.h"
#include "vtkFreeSurferExport.h"
#include <vtkAbstractPolyDataReader.h>
Go to the source code of this file.
Classes | |
class | vtkFSSurfaceReader |
Read a surface file from Freesurfer tools. More... | |
Macros | |
#define | FS_CALC_NORMALS 0 |
#define | FS_DEBUG 0 |
Prints debugging info. More... | |
#define FS_CALC_NORMALS 0 |
This code can calc normals but it doesn't seem to do so very well (bug?) and vtkPolyDataNormals does it anyway.
Definition at line 24 of file vtkFSSurfaceReader.h.
#define FS_DEBUG 0 |
Prints debugging info.
Definition at line 20 of file vtkFSSurfaceReader.h.