#include <itkIsotropicFourthOrderLevelSetImageFilter.h>
This class implements the 4th-order level set isotropic diffusion (smoothing) PDE.
Definition at line 74 of file itkIsotropicFourthOrderLevelSetImageFilter.h.
Inheritance diagram for itk::IsotropicFourthOrderLevelSetImageFilter< TInputImage, TOutputImage >:
Collaboration diagram for itk::IsotropicFourthOrderLevelSetImageFilter< TInputImage, TOutputImage >:Static Public Member Functions | |
| static Pointer | New () |
Static Public Member Functions inherited from itk::SparseFieldLevelSetImageFilter< TInputImage, TOutputImage > | |
| static Pointer | New () |
Static Public Member Functions inherited from itk::ImageToImageFilter< TInputImage, TOutputImage > | |
| static double | GetGlobalDefaultCoordinateTolerance () |
| static double | GetGlobalDefaultDirectionTolerance () |
| static void | SetGlobalDefaultCoordinateTolerance (double) |
| static void | SetGlobalDefaultDirectionTolerance (double) |
Static Public Member Functions inherited from itk::Object | |
| static bool | GetGlobalWarningDisplay () |
| static void | GlobalWarningDisplayOff () |
| static void | GlobalWarningDisplayOn () |
| static Pointer | New () |
| static void | SetGlobalWarningDisplay (bool val) |
Static Public Member Functions inherited from itk::LightObject | |
| static void | BreakOnError () |
| static Pointer | New () |
Additional Inherited Members | |
Static Public Attributes inherited from itk::SparseFieldFourthOrderLevelSetImageFilter< TInputImage, TOutputImage > | |
| static constexpr unsigned int | ImageDimension = Superclass::ImageDimension |
Static Public Attributes inherited from itk::SparseFieldLevelSetImageFilter< TInputImage, TOutputImage > | |
| static constexpr unsigned int | ImageDimension = TOutputImage::ImageDimension |
Static Public Attributes inherited from itk::FiniteDifferenceImageFilter< TInputImage, TOutputImage > | |
| static constexpr unsigned int | ImageDimension = OutputImageType::ImageDimension |
Static Public Attributes inherited from itk::InPlaceImageFilter< TInputImage, TOutputImage > | |
| static constexpr unsigned int | InputImageDimension |
| static constexpr unsigned int | InputImageDimension |
| static constexpr unsigned int | OutputImageDimension |
| static constexpr unsigned int | OutputImageDimension |
Static Public Attributes inherited from itk::ImageToImageFilter< TInputImage, TOutputImage > | |
| static constexpr unsigned int | InputImageDimension = TInputImage::ImageDimension |
| static constexpr unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
Static Public Attributes inherited from itk::ImageSource< TOutputImage > | |
| static constexpr unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
Protected Types inherited from itk::ImageToImageFilter< TInputImage, TOutputImage > | |
| using | InputToOutputRegionCopierType |
| using | OutputToInputRegionCopierType |
Static Protected Member Functions inherited from itk::ImageSource< TOutputImage > | |
| static const ImageRegionSplitterBase * | GetGlobalDefaultSplitter () |
| static ITK_THREAD_RETURN_FUNCTION_CALL_CONVENTION | ThreaderCallback (void *arg) |
Static Protected Member Functions inherited from itk::ProcessObject | |
| template<typename TSourceObject> | |
| static void | MakeRequiredOutputs (TSourceObject &sourceObject, const DataObjectPointerArraySizeType numberOfRequiredOutputs) |
| static constexpr float | progressFixedToFloat (uint32_t fixed) |
| static uint32_t | progressFloatToFixed (float f) |
Static Protected Attributes inherited from itk::SparseFieldLevelSetImageFilter< TInputImage, TOutputImage > | |
| static StatusType | m_StatusActiveChangingDown |
| static StatusType | m_StatusActiveChangingUp |
| static StatusType | m_StatusBoundaryPixel |
| static StatusType | m_StatusChanging |
| static StatusType | m_StatusNull |
| static ValueType | m_ValueOne |
| static ValueType | m_ValueZero |
| using itk::IsotropicFourthOrderLevelSetImageFilter< TInputImage, TOutputImage >::ConstPointer = SmartPointer<const Self> |
Definition at line 84 of file itkIsotropicFourthOrderLevelSetImageFilter.h.
| using itk::IsotropicFourthOrderLevelSetImageFilter< TInputImage, TOutputImage >::FunctionType = LevelSetFunctionWithRefitTerm<TOutputImage, SparseImageType> |
The level set function class with a refit term that forces the curvature of the moving front to match a prescribed curvature image.
Definition at line 97 of file itkIsotropicFourthOrderLevelSetImageFilter.h.
| using itk::IsotropicFourthOrderLevelSetImageFilter< TInputImage, TOutputImage >::Pointer = SmartPointer<Self> |
Definition at line 83 of file itkIsotropicFourthOrderLevelSetImageFilter.h.
| using itk::IsotropicFourthOrderLevelSetImageFilter< TInputImage, TOutputImage >::RadiusType = typename FunctionType::RadiusType |
The radius type for the neighborhoods.
Definition at line 100 of file itkIsotropicFourthOrderLevelSetImageFilter.h.
| using itk::IsotropicFourthOrderLevelSetImageFilter< TInputImage, TOutputImage >::Self = IsotropicFourthOrderLevelSetImageFilter |
Standard class type aliases
Definition at line 81 of file itkIsotropicFourthOrderLevelSetImageFilter.h.
| using itk::SparseFieldFourthOrderLevelSetImageFilter< TInputImage, TOutputImage >::SparseImageType |
The sparse image type used for processing the normal vectors.
Definition at line 184 of file itkSparseFieldFourthOrderLevelSetImageFilter.h.
| using itk::IsotropicFourthOrderLevelSetImageFilter< TInputImage, TOutputImage >::Superclass = SparseFieldFourthOrderLevelSetImageFilter<TInputImage, TOutputImage> |
Definition at line 82 of file itkIsotropicFourthOrderLevelSetImageFilter.h.
|
protected |
Referenced by GetNameOfClass().
|
overrideprotecteddefault |
|
virtual |
Create an object from an instance, potentially deferring to a factory. This method allows you to create an instance of an object that is exactly the same type as the referring object. This is useful in cases where an object has been cast back to a base class.
Reimplemented from itk::LightObject.
|
virtual |
|
virtual |
Reimplemented from itk::SparseFieldFourthOrderLevelSetImageFilter< TInputImage, TOutputImage >.
References IsotropicFourthOrderLevelSetImageFilter().
|
inlineoverrideprotectedvirtual |
This filter halts when the iteration count reaches the specified count.
Reimplemented from itk::FiniteDifferenceImageFilter< TInputImage, TOutputImage >.
Definition at line 119 of file itkIsotropicFourthOrderLevelSetImageFilter.h.
References itk::FiniteDifferenceImageFilter< TInputImage, TOutputImage >::GetElapsedIterations(), and m_MaxFilterIteration.
|
static |
Standard new macro
|
overrideprotectedvirtual |
Methods invoked by Print() to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.
Reimplemented from itk::FiniteDifferenceImageFilter< TInputImage, TOutputImage >.
|
virtual |
|
protected |
The LevelSetFunctionWithRefitTerm object.
Definition at line 112 of file itkIsotropicFourthOrderLevelSetImageFilter.h.
|
protected |
The number of iterations for which this filter will run.
Definition at line 115 of file itkIsotropicFourthOrderLevelSetImageFilter.h.
Referenced by Halt().