19 #ifndef itkLevelSetEquationAdvectionTerm_h
20 #define itkLevelSetEquationAdvectionTerm_h
26 #include "vnl/vnl_matrix_fixed.h"
50 template<
typename TInput,
51 typename TLevelSetContainer >
91 static constexpr
unsigned int ImageDimension = InputImageType::ImageDimension;
113 void Update()
override;
116 void InitializeParameters()
override;
151 void GenerateAdvectionImage();
156 #ifndef ITK_MANUAL_INSTANTIATION
157 #include "itkLevelSetEquationAdvectionTerm.hxx"
typename Superclass::LevelSetIdentifierType LevelSetIdentifierType
typename Superclass::LevelSetOutputPixelType LevelSetOutputPixelType
typename Superclass::LevelSetContainerType LevelSetContainerType
LevelSetGradientType VectorType
typename Superclass::HeavisideType HeavisideType
Light weight base class for most itk classes.
typename Superclass::LevelSetPointer LevelSetPointer
typename ConstNeighborhoodIterator< InputImageType >::RadiusType RadiusType
Const version of NeighborhoodIterator, defining iteration of a local N-dimensional neighborhood of pi...
typename Superclass::InputImageType InputImageType
typename Superclass::LevelSetType LevelSetType
Abstract class to represents a term in the level-set evolution PDE.
typename Superclass::LevelSetHessianType LevelSetHessianType
typename Superclass::LevelSetInputIndexType LevelSetInputIndexType
A templated class holding a n-Dimensional vector.
typename AdvectionImageType::Pointer AdvectionImagePointer
LevelSetOutputRealType m_DerivativeSigma
typename Superclass::HeavisideConstPointer HeavisideConstPointer
typename Superclass::LevelSetOutputRealType LevelSetOutputRealType
typename Superclass::InputPixelType InputPixelType
typename Superclass::InputPixelRealType InputPixelRealType
typename Superclass::LevelSetGradientType LevelSetGradientType
AdvectionImagePointer m_AdvectionImage
typename Superclass::RadiusType RadiusType
typename Superclass::LevelSetContainerPointer LevelSetContainerPointer
typename Superclass::InputImagePointer InputImagePointer
Derived class to represents an advection term in the level-set evolution PDE.
typename Superclass::LevelSetDataType LevelSetDataType
Templated n-dimensional image class.
bool m_AutoGenerateAdvectionImage