18 #ifndef itkLevelSetEquationRegionTerm_h
19 #define itkLevelSetEquationRegionTerm_h
25 template<
typename TInput,
26 typename TLevelSetContainer >
46 using HessianType =
typename LevelSetContainerType::HessianType;
55 #endif // itkLevelSetEquationRegionTerm_h
Light weight base class for most itk classes.
typename LevelSetContainerType::HessianType HessianType
typename LevelSetContainerType::OutputType LevelSetOutputType
TLevelSetContainer LevelSetContainerType
LevelSetEquationRegionTerm()
typename LevelSetContainerType::Pointer LevelSetContainerPointer
Abstract class to represents a term in the level-set evolution PDE.
typename LevelSetContainerType::InputType LevelSetInputType
virtual ~LevelSetEquationRegionTerm()=default
typename LevelSetContainerType::GradientType GradientType
typename InputType::Pointer InputPointer