 |
ITK
5.4.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkCurvatureFlowFunction_h
19 #define itkCurvatureFlowFunction_h
43 template <
typename TImage>
73 static constexpr
unsigned int ImageDimension = Superclass::ImageDimension;
86 ComputeGlobalTimeStep(
void * GlobalData)
const override;
96 auto * ans =
new GlobalDataStruct();
109 delete (GlobalDataStruct *)GlobalData;
128 ComputeUpdate(
const NeighborhoodType & it,
130 const FloatOffsetType & offset = FloatOffsetType(0.0))
override;
137 struct GlobalDataStruct
141 ~GlobalDataStruct() =
default;
143 ScalarValueType m_MaxChange;
147 CurvatureFlowFunction();
148 ~CurvatureFlowFunction()
override =
default;
155 #ifndef ITK_MANUAL_INSTANTIATION
156 # include "itkCurvatureFlowFunction.hxx"
typename ConstNeighborhoodIterator< TImage >::RadiusType RadiusType
const TimeStepType & GetTimeStep() const
PixelType ScalarValueType
A templated class holding a n-Dimensional vector.
Light weight base class for most itk classes.
This class encapsulate the finite difference equation which drives a curvature flow denoising algorit...
typename ImageType::PixelType PixelType
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
void * GetGlobalDataPointer() const override
Const version of NeighborhoodIterator, defining iteration of a local N-dimensional neighborhood of pi...
void SetTimeStep(const TimeStepType &t)
void ReleaseGlobalDataPointer(void *GlobalData) const override