17 #ifndef __itkFastMarchingAndGeodesicActiveContourLevelSetSegmentationModule_h
18 #define __itkFastMarchingAndGeodesicActiveContourLevelSetSegmentationModule_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 "itkFastMarchingAndGeodesicActiveContourLevelSetSegmentationModule.hxx"
Light weight base class for most itk classes.
FastMarchingAndGeodesicActiveContourLevelSetSegmentationModule Self
Class applies a single-phase level set segmentation method.
GeodesicActiveContourLevelSetSegmentationModule< Dimension > GeodesicActiveContourLevelSetModuleType
SmartPointer< Self > Pointer
Superclass::OutputSpatialObjectType OutputSpatialObjectType
Superclass::SpatialObjectType SpatialObjectType
virtual double GetDistanceFromSeeds() const
SmartPointer< const Self > ConstPointer
FastMarchingModuleType::Pointer m_FastMarchingModule
Representation of a Landmark based on the spatial object classes.
virtual void SetDistanceFromSeeds(double d)
This class applies the GeodesicActiveContourLevelSet segmentation method.
SinglePhaseLevelSetSegmentationModule< NDimension > Superclass
Superclass::OutputImageType OutputImageType
Class applies a fast marching segmentation method.
Superclass::FeatureSpatialObjectType FeatureSpatialObjectType
Superclass::OutputPixelType OutputPixelType
virtual double GetStoppingValue() const
LandmarkSpatialObject< NDimension > InputSpatialObjectType
Control indentation during Print() invocation.
GeodesicActiveContourLevelSetModuleType::Pointer m_GeodesicActiveContourLevelSetModule
virtual void SetStoppingValue(double d)
This class applies the GeodesicActiveContourLevelSet segmentation method.
Superclass::SpatialObjectPointer SpatialObjectPointer
FastMarchingSegmentationModule< Dimension > FastMarchingModuleType
Superclass::FeatureImageType FeatureImageType
Superclass::InputImageType InputImageType