vtkPichonFastMarching.h File Reference

#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< FMleafVecFMleaf
 these typedef are for tclwrapper...
typedef std::vector< intVecInt

Enumerations

enum  fmstatus {
  fmsDONE, fmsKNOWN, fmsTRIAL, fmsFAR,
  fmsOUT
}

Define Documentation

#define BAND_OUT   3

outside margin

Referenced by vtkPichonFastMarchingExecute().

#define DATE_VERSION   "2003-1-27/20:00EST"
#define GRANULARITY_PROGRESS   20
#define INF   1e20
#define MAJOR_VERSION   3
#define MASK_BIT   256
#define MINOR_VERSION   1

Typedef Documentation

typedef enum fmstatus FMstatus
typedef std::vector<FMleaf> VecFMleaf

these typedef are for tclwrapper...

typedef std::vector<int> VecInt

Enumeration Type Documentation

enum fmstatus
Enumerator:
fmsDONE 
fmsKNOWN 
fmsTRIAL 
fmsFAR 
fmsOUT 

Generated on 6 Apr 2011 for Slicer3 by  doxygen 1.6.1