17 #ifndef __itkFastMarchingAndShapeDetectionLevelSetSegmentationModule_h
18 #define __itkFastMarchingAndShapeDetectionLevelSetSegmentationModule_h
37 template <
unsigned int NDimension>
55 itkStaticConstMacro(Dimension,
unsigned int, NDimension);
77 { m_FastMarchingModule->SetStoppingValue( d ); }
79 {
return m_FastMarchingModule->GetStoppingValue(); }
84 { m_FastMarchingModule->SetDistanceFromSeeds( d ); }
86 {
return m_FastMarchingModule->GetDistanceFromSeeds(); }
92 void PrintSelf(std::ostream& os,
Indent indent)
const;
105 void operator=(
const Self&);
110 #ifndef ITK_MANUAL_INSTANTIATION
111 # include "itkFastMarchingAndShapeDetectionLevelSetSegmentationModule.hxx"
SinglePhaseLevelSetSegmentationModule< NDimension > Superclass
Light weight base class for most itk classes.
Superclass::SpatialObjectType SpatialObjectType
FastMarchingSegmentationModule< Dimension > FastMarchingModuleType
Class applies a single-phase level set segmentation method.
Superclass::SpatialObjectPointer SpatialObjectPointer
SmartPointer< Self > Pointer
virtual double GetStoppingValue() const
FastMarchingAndShapeDetectionLevelSetSegmentationModule Self
ShapeDetectionLevelSetModuleType::Pointer m_ShapeDetectionLevelSetModule
ShapeDetectionLevelSetSegmentationModule< Dimension > ShapeDetectionLevelSetModuleType
SmartPointer< const Self > ConstPointer
Superclass::OutputSpatialObjectType OutputSpatialObjectType
FastMarchingModuleType::Pointer m_FastMarchingModule
Superclass::FeatureSpatialObjectType FeatureSpatialObjectType
Superclass::OutputPixelType OutputPixelType
virtual double GetDistanceFromSeeds() const
Representation of a Landmark based on the spatial object classes.
virtual void SetStoppingValue(double d)
Superclass::FeatureImageType FeatureImageType
virtual void SetDistanceFromSeeds(double d)
Superclass::OutputImageType OutputImageType
Class applies a fast marching segmentation method.
Control indentation during Print() invocation.
This class applies the ShapeDetectionLevelSet segmentation method.
LandmarkSpatialObject< NDimension > InputSpatialObjectType
This class applies the ShapeDetectionLevelSet segmentation method.
Superclass::InputImageType InputImageType