Class WrapPadImageFilter
java.lang.Object
org.itk.simple.ProcessObject
org.itk.simple.ImageFilter
org.itk.simple.WrapPadImageFilter
Increase the image size by padding with replicants of the input image
value.
WrapPadImageFilter changes the image bounds of an image. Added pixels are filled in with
a wrapped replica of the input image. For instance, if the output
image needs a pixel that is two pixels to the left of the
LargestPossibleRegion of the input image, the value assigned will be
from the pixel two pixels inside the right boundary of the
LargestPossibleRegion. The image bounds of the output must be
specified.
Visual explanation of padding regions.
This filter is implemented as a multithreaded filter. It provides a
ThreadedGenerateData() method for its implementation.
See:
 MirrorPadImageFilter , ConstantPadImageFilter
 itk::simple::WrapPad for the procedural interface
 itk::WrapPadImageFilter for the Doxygen on the original ITK class.
C++ includes: sitkWrapPadImageFilter.h
- 
Field SummaryFields inherited from class org.itk.simple.ProcessObjectswigCMemOwn
- 
Constructor SummaryConstructorsModifierConstructorDescriptionitk::simple::WrapPadImageFilter::WrapPadImageFilter() Default Constructor that takes no arguments and initializes default parametersprotectedWrapPadImageFilter(long cPtr, boolean cMemoryOwn) 
- 
Method SummaryModifier and TypeMethodDescriptionvoiddelete()virtual itk::simple::WrapPadImageFilter::~WrapPadImageFilter() DestructorImage itk::simple::WrapPadImageFilter::Execute(const Image &image1) Execute the filter on the input imageprotected voidfinalize()protected static longgetName()std::string itk::simple::WrapPadImageFilter::GetName() const Name of this classstd::vector<unsigned int> itk::simple::WrapPadImageFilter::GetPadLowerBound() conststd::vector<unsigned int> itk::simple::WrapPadImageFilter::GetPadUpperBound() constvoidsetPadLowerBound(VectorUInt32 PadLowerBound) Self& itk::simple::WrapPadImageFilter::SetPadLowerBound(std::vector< unsigned int > PadLowerBound)voidsetPadUpperBound(VectorUInt32 PadUpperBound) Self& itk::simple::WrapPadImageFilter::SetPadUpperBound(std::vector< unsigned int > PadUpperBound)protected static longtoString()std::string itk::simple::WrapPadImageFilter::ToString() const Print ourselves outMethods inherited from class org.itk.simple.ImageFiltergetCPtr, swigReleaseMethods inherited from class org.itk.simple.ProcessObjectabort, 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- 
WrapPadImageFilterprotected WrapPadImageFilter(long cPtr, boolean cMemoryOwn) 
- 
WrapPadImageFilterpublic WrapPadImageFilter()itk::simple::WrapPadImageFilter::WrapPadImageFilter() Default Constructor that takes no arguments and initializes default parameters
 
- 
- 
Method Details- 
getCPtr
- 
swigRelease
- 
finalizeprotected void finalize()- Overrides:
- finalizein class- ImageFilter
 
- 
deletepublic void delete()virtual itk::simple::WrapPadImageFilter::~WrapPadImageFilter() Destructor- Overrides:
- deletein class- ImageFilter
 
- 
setPadLowerBoundSelf& itk::simple::WrapPadImageFilter::SetPadLowerBound(std::vector< unsigned int > PadLowerBound)
- 
getPadLowerBoundstd::vector<unsigned int> itk::simple::WrapPadImageFilter::GetPadLowerBound() const
- 
setPadUpperBoundSelf& itk::simple::WrapPadImageFilter::SetPadUpperBound(std::vector< unsigned int > PadUpperBound)
- 
getPadUpperBoundstd::vector<unsigned int> itk::simple::WrapPadImageFilter::GetPadUpperBound() const
- 
getNamestd::string itk::simple::WrapPadImageFilter::GetName() const Name of this class- Overrides:
- getNamein class- ProcessObject
 
- 
toStringstd::string itk::simple::WrapPadImageFilter::ToString() const Print ourselves out- Overrides:
- toStringin class- ProcessObject
 
- 
execute
 
-