19#ifndef itkLevelSetEquationLaplacianTerm_h
20#define itkLevelSetEquationLaplacianTerm_h
26#include "vnl/vnl_matrix_fixed.h"
45template <
typename TInput,
46 typename TLevelSetContainer>
84 static constexpr unsigned int ImageDimension = InputImageType::ImageDimension;
137#ifndef ITK_MANUAL_INSTANTIATION
138# include "itkLevelSetEquationLaplacianTerm.hxx"
Const version of NeighborhoodIterator, defining iteration of a local N-dimensional neighborhood of pi...
itk::Size< VDimension > RadiusType
Vector< LevelSetOutputRealType, Self::ImageDimension > NeighborhoodScalesType
~LevelSetEquationLaplacianTerm() override=default
typename LevelSetContainerType::OutputRealType LevelSetOutputRealType
LevelSetOutputRealType Value(const LevelSetInputIndexType &iP) override
LevelSetOutputRealType Value(const LevelSetInputIndexType &iP, const LevelSetDataType &iData) override
ZeroFluxNeumannBoundaryCondition< InputImageType > DefaultBoundaryConditionType
ConstNeighborhoodIterator< InputImageType, DefaultBoundaryConditionType > NeighborhoodType
typename LevelSetContainerType::LevelSetDataType LevelSetDataType
void UpdatePixel(const LevelSetInputIndexType &iP, const LevelSetOutputRealType &oldValue, const LevelSetOutputRealType &newValue) override
typename ConstNeighborhoodIterator< InputImageType >::RadiusType RadiusType
void Initialize(const LevelSetInputIndexType &) override
void InitializeParameters() override
LevelSetEquationLaplacianTerm()
LevelSetOutputRealType LaplacianSpeed(const LevelSetInputIndexType &iP) const
static constexpr unsigned int ImageDimension
LevelSetEquationLaplacianTerm Self
LevelSetEquationTermBase< TInput, TLevelSetContainer > Superclass
typename LevelSetContainerType::InputIndexType LevelSetInputIndexType
SmartPointer< Self > Pointer
SmartPointer< const Self > ConstPointer
typename LevelSetContainerType::LevelSetIdentifierType LevelSetIdentifierType
typename LevelSetContainerType::LevelSetDataType LevelSetDataType
typename LevelSetContainerType::LevelSetType LevelSetType
typename LevelSetContainerType::HessianType LevelSetHessianType
typename LevelSetContainerType::Pointer LevelSetContainerPointer
HeavisideStepFunctionBase< LevelSetOutputRealType, LevelSetOutputRealType > HeavisideType
typename LevelSetContainerType::OutputRealType LevelSetOutputRealType
LevelSetEquationTermBase()
typename HeavisideType::ConstPointer HeavisideConstPointer
typename InputImageType::PixelType InputPixelType
typename InputImageType::Pointer InputImagePointer
typename LevelSetContainerType::GradientType LevelSetGradientType
typename LevelSetContainerType::LevelSetPointer LevelSetPointer
TLevelSetContainer LevelSetContainerType
typename LevelSetContainerType::InputIndexType LevelSetInputIndexType
typename NumericTraits< InputPixelType >::RealType InputPixelRealType
typename LevelSetContainerType::OutputType LevelSetOutputPixelType
Implements transparent reference counting.
A templated class holding a n-Dimensional vector.
A function object that determines a neighborhood of values at an image boundary according to a Neuman...
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....