#include "vtkImageData.h"#include "vtkImageToImageFilter.h"#include "vtkSlicerBaseLogic.h"#include <vector>#include <algorithm>#include "vtkPichonFastMarchingPDF.h"Go to the source code of this file.
Classes | |
| struct | FMleaf |
| struct | FMnode |
| class | vtkPichonFastMarching |
Defines | |
| #define | BAND_OUT 3 |
| outside margin | |
| #define | DATE_VERSION "2003-1-27/20:00EST" |
| #define | GRANULARITY_PROGRESS 20 |
| #define | INF 1e20 |
| pretty big | |
| #define | MAJOR_VERSION 3 |
| #define | MASK_BIT 256 |
| #define | MINOR_VERSION 1 |
Typedefs | |
| typedef enum fmstatus | FMstatus |
| typedef std::vector< FMleaf > | VecFMleaf |
| these typedef are for tclwrapper... | |
| typedef std::vector< int > | VecInt |
Enumerations | |
| enum | fmstatus { fmsDONE, fmsKNOWN, fmsTRIAL, fmsFAR, fmsOUT } |
| #define BAND_OUT 3 |
outside margin
Referenced by vtkPichonFastMarchingExecute().
| #define DATE_VERSION "2003-1-27/20:00EST" |
Referenced by vtkPichonFastMarching::cxxVersionString().
| #define GRANULARITY_PROGRESS 20 |
Referenced by vtkPichonFastMarchingExecute().
| #define INF 1e20 |
| #define MAJOR_VERSION 3 |
Referenced by vtkPichonFastMarching::cxxMajorVersion(), and vtkPichonFastMarching::cxxVersionString().
| #define MASK_BIT 256 |
| #define MINOR_VERSION 1 |
Referenced by vtkPichonFastMarching::cxxVersionString().
| enum fmstatus |
1.6.1