17 #ifndef __itkFastMarchingSegmentationModule_h
18 #define __itkFastMarchingSegmentationModule_h
37 template <
unsigned int NDimension>
54 itkStaticConstMacro(Dimension,
unsigned int, NDimension);
77 itkSetMacro( StoppingValue,
double );
78 itkGetMacro( StoppingValue,
double );
82 itkSetMacro( DistanceFromSeeds,
double );
83 itkGetMacro( DistanceFromSeeds,
double );
89 void PrintSelf(std::ostream& os,
Indent indent)
const;
103 void operator=(
const Self&);
109 #ifndef ITK_MANUAL_INSTANTIATION
110 # include "itkFastMarchingSegmentationModule.hxx"
Light weight base class for most itk classes.
Class applies a single-phase level set segmentation method.
ImageSpatialObject< NDimension, FeaturePixelType > FeatureSpatialObjectType
Image< FeaturePixelType, NDimension > FeatureImageType
SmartPointer< const Self > ConstPointer
Representation of a Landmark based on the spatial object classes.
FastMarchingSegmentationModule Self
double m_DistanceFromSeeds
LandmarkSpatialObject< NDimension > InputSpatialObjectType
SinglePhaseLevelSetSegmentationModule< NDimension > Superclass
Class applies a fast marching segmentation method.
Image< OutputPixelType, NDimension > OutputImageType
Implementation of an image as spatial object.
SmartPointer< Self > Pointer
Control indentation during Print() invocation.
Superclass::SpatialObjectPointer SpatialObjectPointer
Templated n-dimensional image class.
ImageSpatialObject< NDimension, OutputPixelType > OutputSpatialObjectType
Superclass::SpatialObjectType SpatialObjectType