Package org.itk.simple
Class ZeroFluxNeumannPadImageFilter
java.lang.Object
org.itk.simple.ProcessObject
org.itk.simple.ImageFilter
org.itk.simple.ZeroFluxNeumannPadImageFilter
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
-
Field Summary
Fields inherited from class org.itk.simple.ProcessObject
swigCMemOwn
-
Constructor Summary
ConstructorsModifierConstructorDescriptionitk::simple::ZeroFluxNeumannPadImageFilter::ZeroFluxNeumannPadImageFilter() Default Constructor that takes no arguments and initializes default parametersprotected
ZeroFluxNeumannPadImageFilter
(long cPtr, boolean cMemoryOwn) -
Method Summary
Modifier and TypeMethodDescriptionvoid
delete()
virtual itk::simple::ZeroFluxNeumannPadImageFilter::~ZeroFluxNeumannPadImageFilter() DestructorImage itk::simple::ZeroFluxNeumannPadImageFilter::Execute(const Image &image1) Execute the filter on the input imageprotected void
finalize()
protected static long
getName()
std::string itk::simple::ZeroFluxNeumannPadImageFilter::GetName() const Name of this classstd::vector<unsigned int> itk::simple::ZeroFluxNeumannPadImageFilter::GetPadLowerBound() conststd::vector<unsigned int> itk::simple::ZeroFluxNeumannPadImageFilter::GetPadUpperBound() constvoid
setPadLowerBound
(VectorUInt32 PadLowerBound) Self& itk::simple::ZeroFluxNeumannPadImageFilter::SetPadLowerBound(std::vector< unsigned int > PadLowerBound)void
setPadUpperBound
(VectorUInt32 PadUpperBound) Self& itk::simple::ZeroFluxNeumannPadImageFilter::SetPadUpperBound(std::vector< unsigned int > PadUpperBound)protected static long
toString()
std::string itk::simple::ZeroFluxNeumannPadImageFilter::ToString() const Print ourselves outMethods inherited from class org.itk.simple.ImageFilter
getCPtr, swigRelease
Methods inherited from class org.itk.simple.ProcessObject
abort, addCommand, debugOff, debugOn, getCPtr, getDebug, getGlobalDefaultCoordinateTolerance, getGlobalDefaultDebug, getGlobalDefaultDirectionTolerance, getGlobalDefaultNumberOfThreads, getGlobalDefaultThreader, getGlobalWarningDisplay, getNumberOfThreads, getNumberOfWorkUnits, getProgress, globalDefaultDebugOff, globalDefaultDebugOn, globalWarningDisplayOff, globalWarningDisplayOn, hasCommand, removeAllCommands, setDebug, setGlobalDefaultCoordinateTolerance, setGlobalDefaultDebug, setGlobalDefaultDirectionTolerance, setGlobalDefaultNumberOfThreads, setGlobalDefaultThreader, setGlobalWarningDisplay, setNumberOfThreads, setNumberOfWorkUnits, swigRelease
-
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
-
swigRelease
-
finalize
protected void finalize()- Overrides:
finalize
in classImageFilter
-
delete
public void delete()virtual itk::simple::ZeroFluxNeumannPadImageFilter::~ZeroFluxNeumannPadImageFilter() Destructor- Overrides:
delete
in classImageFilter
-
setPadLowerBound
Self& itk::simple::ZeroFluxNeumannPadImageFilter::SetPadLowerBound(std::vector< unsigned int > PadLowerBound) -
getPadLowerBound
std::vector<unsigned int> itk::simple::ZeroFluxNeumannPadImageFilter::GetPadLowerBound() const -
setPadUpperBound
Self& itk::simple::ZeroFluxNeumannPadImageFilter::SetPadUpperBound(std::vector< unsigned int > PadUpperBound) -
getPadUpperBound
std::vector<unsigned int> itk::simple::ZeroFluxNeumannPadImageFilter::GetPadUpperBound() const -
getName
std::string itk::simple::ZeroFluxNeumannPadImageFilter::GetName() const Name of this class- Overrides:
getName
in classProcessObject
-
toString
std::string itk::simple::ZeroFluxNeumannPadImageFilter::ToString() const Print ourselves out- Overrides:
toString
in classProcessObject
-
execute
Image itk::simple::ZeroFluxNeumannPadImageFilter::Execute(const Image &image1) Execute the filter on the input image
-