17 #ifndef __itkGeodesicActiveContourLevelSetSegmentationModule_h
18 #define __itkGeodesicActiveContourLevelSetSegmentationModule_h
35 template <
unsigned int NDimension>
53 itkStaticConstMacro(Dimension,
unsigned int, NDimension);
73 void PrintSelf(std::ostream& os,
Indent indent)
const;
81 void operator=(
const Self&);
87 #ifndef ITK_MANUAL_INSTANTIATION
88 # include "itkGeodesicActiveContourLevelSetSegmentationModule.hxx"
Light weight base class for most itk classes.
Superclass::InputSpatialObjectType InputSpatialObjectType
Class applies a single-phase level set segmentation method.
SmartPointer< const Self > ConstPointer
This class applies the GeodesicActiveContourLevelSet segmentation method.
Superclass::SpatialObjectType SpatialObjectType
Superclass::SpatialObjectPointer SpatialObjectPointer
SmartPointer< Self > Pointer
Superclass::OutputPixelType OutputPixelType
Superclass::InputImageType InputImageType
GeodesicActiveContourLevelSetSegmentationModule Self
Control indentation during Print() invocation.
Superclass::OutputImageType OutputImageType
Superclass::FeatureSpatialObjectType FeatureSpatialObjectType
Superclass::FeatureImageType FeatureImageType
Superclass::OutputSpatialObjectType OutputSpatialObjectType
SinglePhaseLevelSetSegmentationModule< NDimension > Superclass