Class ZeroFluxNeumannPadImageFilter

java.lang.Object
org.itk.simple.ProcessObject
org.itk.simple.ImageFilter
org.itk.simple.ZeroFluxNeumannPadImageFilter

public class ZeroFluxNeumannPadImageFilter extends ImageFilter
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: Gaetan Lehmann. Biologie du Developpement et de la Reproduction, INRA de Jouy-en-Josas, France. See: WrapPadImageFilter , MirrorPadImageFilter , ConstantPadImageFilter , ZeroFluxNeumannBoundaryCondition itk::simple::ZeroFluxNeumannPad for the procedural interface itk::ZeroFluxNeumannPadImageFilter for the Doxygen on the original ITK class. C++ includes: sitkZeroFluxNeumannPadImageFilter.h
  • Constructor Details

    • ZeroFluxNeumannPadImageFilter

      protected ZeroFluxNeumannPadImageFilter(long cPtr, boolean cMemoryOwn)
    • ZeroFluxNeumannPadImageFilter

      public ZeroFluxNeumannPadImageFilter()
      itk::simple::ZeroFluxNeumannPadImageFilter::ZeroFluxNeumannPadImageFilter() Default Constructor that takes no arguments and initializes default parameters
  • Method Details

    • getCPtr

      protected static long getCPtr(ZeroFluxNeumannPadImageFilter obj)
    • swigRelease

      protected static long swigRelease(ZeroFluxNeumannPadImageFilter obj)
    • finalize

      protected void finalize()
      Overrides:
      finalize in class ImageFilter
    • delete

      public void delete()
      virtual itk::simple::ZeroFluxNeumannPadImageFilter::~ZeroFluxNeumannPadImageFilter() Destructor
      Overrides:
      delete in class ImageFilter
    • setPadLowerBound

      public void setPadLowerBound(VectorUInt32 PadLowerBound)
      Self& itk::simple::ZeroFluxNeumannPadImageFilter::SetPadLowerBound(std::vector< unsigned int > PadLowerBound)
    • getPadLowerBound

      public VectorUInt32 getPadLowerBound()
      std::vector<unsigned int> itk::simple::ZeroFluxNeumannPadImageFilter::GetPadLowerBound() const
    • setPadUpperBound

      public void setPadUpperBound(VectorUInt32 PadUpperBound)
      Self& itk::simple::ZeroFluxNeumannPadImageFilter::SetPadUpperBound(std::vector< unsigned int > PadUpperBound)
    • getPadUpperBound

      public VectorUInt32 getPadUpperBound()
      std::vector<unsigned int> itk::simple::ZeroFluxNeumannPadImageFilter::GetPadUpperBound() const
    • getName

      public String getName()
      std::string itk::simple::ZeroFluxNeumannPadImageFilter::GetName() const Name of this class
      Overrides:
      getName in class ProcessObject
    • toString

      public String toString()
      std::string itk::simple::ZeroFluxNeumannPadImageFilter::ToString() const Print ourselves out
      Overrides:
      toString in class ProcessObject
    • execute

      public Image execute(Image image1)
      Image itk::simple::ZeroFluxNeumannPadImageFilter::Execute(const Image &image1) Execute the filter on the input image