#include <itkZeroFluxNeumannPadImageFilter.h>
Increase the image size by padding according to the zero-flux Neumann boundary condition.
A filter which extends the image size and fill the missing pixels according to a Neumann boundary condition where first, upwind derivatives on the boundary are zero. This is a useful condition in solving some classes of differential equations.
For example, invoking this filter on an image with a corner like:
returns the following padded image:
Definition at line 62 of file itkZeroFluxNeumannPadImageFilter.h.
Static Public Member Functions | |
static Pointer | New () |
![]() | |
static Pointer | New () |
![]() | |
static Pointer | New () |
![]() | |
static double | GetGlobalDefaultCoordinateTolerance () |
static double | GetGlobalDefaultDirectionTolerance () |
static void | SetGlobalDefaultCoordinateTolerance (double) |
static void | SetGlobalDefaultDirectionTolerance (double) |
![]() | |
static bool | GetGlobalWarningDisplay () |
static void | GlobalWarningDisplayOff () |
static void | GlobalWarningDisplayOn () |
static Pointer | New () |
static void | SetGlobalWarningDisplay (bool val) |
![]() | |
static void | BreakOnError () |
static Pointer | New () |
Static Public Attributes | |
static constexpr unsigned int | ImageDimension = TInputImage::ImageDimension |
static constexpr unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
![]() | |
static constexpr unsigned int | ImageDimension = TInputImage::ImageDimension |
![]() | |
static constexpr unsigned int | ImageDimension = TInputImage::ImageDimension |
![]() | |
static constexpr unsigned int | InputImageDimension = TInputImage::ImageDimension |
static constexpr unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
![]() | |
static constexpr unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
Private Attributes | |
ZeroFluxNeumannBoundaryCondition< TInputImage, TOutputImage > | m_InternalBoundaryCondition {} |
Additional Inherited Members | |
![]() | |
using | InputToOutputRegionCopierType |
using | OutputToInputRegionCopierType |
![]() | |
static const ImageRegionSplitterBase * | GetGlobalDefaultSplitter () |
static ITK_THREAD_RETURN_FUNCTION_CALL_CONVENTION | ThreaderCallback (void *arg) |
![]() | |
template<typename TSourceObject> | |
static void | MakeRequiredOutputs (TSourceObject &sourceObject, const DataObjectPointerArraySizeType numberOfRequiredOutputs) |
static constexpr float | progressFixedToFloat (uint32_t fixed) |
static uint32_t | progressFloatToFixed (float f) |
![]() | |
bool | m_DynamicMultiThreading { true } |
![]() | |
TimeStamp | m_OutputInformationMTime {} |
bool | m_Updating {} |
![]() | |
std::atomic< int > | m_ReferenceCount {} |
using itk::ZeroFluxNeumannPadImageFilter< TInputImage, TOutputImage >::ConstPointer = SmartPointer<const Self> |
Definition at line 71 of file itkZeroFluxNeumannPadImageFilter.h.
using itk::ZeroFluxNeumannPadImageFilter< TInputImage, TOutputImage >::IndexType = typename Superclass::InputImageIndexType |
Definition at line 93 of file itkZeroFluxNeumannPadImageFilter.h.
using itk::PadImageFilter< TInputImage, TOutputImage >::InputImageIndexType |
Definition at line 72 of file itkPadImageFilter.h.
using itk::PadImageFilter< TInputImage, TOutputImage >::InputImagePixelType |
Definition at line 68 of file itkPadImageFilter.h.
using itk::PadImageFilter< TInputImage, TOutputImage >::InputImageRegionType |
Definition at line 64 of file itkPadImageFilter.h.
using itk::PadImageFilter< TInputImage, TOutputImage >::InputImageSizeType |
Definition at line 74 of file itkPadImageFilter.h.
using itk::PadImageFilter< TInputImage, TOutputImage >::OutputImageIndexType |
Typedef to describe the output and input image index and size types.
Definition at line 71 of file itkPadImageFilter.h.
using itk::PadImageFilter< TInputImage, TOutputImage >::OutputImagePixelType |
Typedef to describe the type of pixel.
Definition at line 67 of file itkPadImageFilter.h.
using itk::PadImageFilter< TInputImage, TOutputImage >::OutputImageRegionType |
Typedef to describe the output and input image region types.
Definition at line 63 of file itkPadImageFilter.h.
using itk::PadImageFilter< TInputImage, TOutputImage >::OutputImageSizeType |
Definition at line 73 of file itkPadImageFilter.h.
using itk::ZeroFluxNeumannPadImageFilter< TInputImage, TOutputImage >::Pointer = SmartPointer<Self> |
Definition at line 70 of file itkZeroFluxNeumannPadImageFilter.h.
using itk::ZeroFluxNeumannPadImageFilter< TInputImage, TOutputImage >::RegionType = typename Superclass::InputImageRegionType |
Definition at line 82 of file itkZeroFluxNeumannPadImageFilter.h.
using itk::ZeroFluxNeumannPadImageFilter< TInputImage, TOutputImage >::Self = ZeroFluxNeumannPadImageFilter |
Standard class type aliases.
Definition at line 68 of file itkZeroFluxNeumannPadImageFilter.h.
using itk::ZeroFluxNeumannPadImageFilter< TInputImage, TOutputImage >::SizeType = typename Superclass::InputImageSizeType |
Definition at line 94 of file itkZeroFluxNeumannPadImageFilter.h.
using itk::ZeroFluxNeumannPadImageFilter< TInputImage, TOutputImage >::Superclass = PadImageFilter<TInputImage, TOutputImage> |
Definition at line 69 of file itkZeroFluxNeumannPadImageFilter.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::PadImageFilter< TInputImage, TOutputImage >.
|
overridevirtual |
Reimplemented from itk::PadImageFilter< TInputImage, TOutputImage >.
References ZeroFluxNeumannPadImageFilter().
|
static |
Method for creation through the object factory.
|
staticconstexpr |
ImageDimension constants
Definition at line 97 of file itkZeroFluxNeumannPadImageFilter.h.
|
private |
Definition at line 110 of file itkZeroFluxNeumannPadImageFilter.h.
|
staticconstexpr |
Definition at line 98 of file itkZeroFluxNeumannPadImageFilter.h.