18 #ifndef itkLaplacianSegmentationLevelSetFunction_h
19 #define itkLaplacianSegmentationLevelSetFunction_h
33 template<
typename TImageType,
typename TFeatureImageType = TImageType >
106 #ifndef ITK_MANUAL_INSTANTIATION
107 #include "itkLaplacianSegmentationLevelSetFunction.hxx"
Light weight base class for most itk classes.
virtual ~LaplacianSegmentationLevelSetFunction()
SmartPointer< const Self > ConstPointer
LaplacianSegmentationLevelSetFunction()
SegmentationLevelSetFunction< TImageType, TFeatureImageType > Superclass
Superclass::ImageType ImageType
virtual void CalculateSpeedImage() override
ConstNeighborhoodIterator< TImageType >::RadiusType RadiusType
Superclass::RadiusType RadiusType
SmartPointer< Self > Pointer
static const unsigned int ImageDimension
Superclass::ScalarValueType ScalarValueType
Superclass::ScalarValueType ScalarValueType
virtual void Initialize(const RadiusType &r) override
void SetAdvectionWeight(const ScalarValueType value) override
virtual void SetPropagationWeight(const ScalarValueType p)
Superclass::FeatureScalarType FeatureScalarType
This function is used in LaplacianSegmentationImageFilter to segment structures in an image based Lap...
Superclass::RadiusType RadiusType
FeatureImageType::PixelType FeatureScalarType
Superclass::ImageType ImageType
TFeatureImageType FeatureImageType
virtual void Initialize(const RadiusType &r) override
Define additional traits for native types such as int or float.
virtual void SetCurvatureWeight(const ScalarValueType c)
virtual void SetAdvectionWeight(const ScalarValueType a)
static const unsigned int ImageDimension
LaplacianSegmentationLevelSetFunction Self
void operator=(const Self &)