Package org.itk.simple
Class ConstantPadImageFilter
java.lang.Object
org.itk.simple.ProcessObject
org.itk.simple.ImageFilter
org.itk.simple.ConstantPadImageFilter
Increase the image size by padding with a constant value.
ConstantPadImageFilter changes the output image region. If the output image region is larger
than the input image region, the extra pixels are filled in by a
constant value. The output image region must be specified.
Visual explanation of padding regions.
This filter is implemented as a multithreaded filter. It provides a
DynamicThreadedGenerateData() method for its implementation.
See:
WrapPadImageFilter , MirrorPadImageFilter
itk::simple::ConstantPad for the procedural interface
itk::ConstantPadImageFilter for the Doxygen on the original ITK class.
C++ includes: sitkConstantPadImageFilter.h
-
Field Summary
Fields inherited from class org.itk.simple.ProcessObject
swigCMemOwn
-
Constructor Summary
ConstructorsModifierConstructorDescriptionitk::simple::ConstantPadImageFilter::ConstantPadImageFilter() Default Constructor that takes no arguments and initializes default parametersprotected
ConstantPadImageFilter
(long cPtr, boolean cMemoryOwn) -
Method Summary
Modifier and TypeMethodDescriptionvoid
delete()
virtual itk::simple::ConstantPadImageFilter::~ConstantPadImageFilter() DestructorImage itk::simple::ConstantPadImageFilter::Execute(const Image &image1) Execute the filter on the input imageprotected void
finalize()
double
double itk::simple::ConstantPadImageFilter::GetConstant() const Set/Get the pad value.protected static long
getName()
std::string itk::simple::ConstantPadImageFilter::GetName() const Name of this classstd::vector<unsigned int> itk::simple::ConstantPadImageFilter::GetPadLowerBound() conststd::vector<unsigned int> itk::simple::ConstantPadImageFilter::GetPadUpperBound() constvoid
setConstant
(double Constant) Self& itk::simple::ConstantPadImageFilter::SetConstant(double Constant) Set/Get the pad value.void
setPadLowerBound
(VectorUInt32 PadLowerBound) Self& itk::simple::ConstantPadImageFilter::SetPadLowerBound(std::vector< unsigned int > PadLowerBound)void
setPadUpperBound
(VectorUInt32 PadUpperBound) Self& itk::simple::ConstantPadImageFilter::SetPadUpperBound(std::vector< unsigned int > PadUpperBound)protected static long
toString()
std::string itk::simple::ConstantPadImageFilter::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
-
ConstantPadImageFilter
protected ConstantPadImageFilter(long cPtr, boolean cMemoryOwn) -
ConstantPadImageFilter
public ConstantPadImageFilter()itk::simple::ConstantPadImageFilter::ConstantPadImageFilter() 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::ConstantPadImageFilter::~ConstantPadImageFilter() Destructor- Overrides:
delete
in classImageFilter
-
setPadLowerBound
Self& itk::simple::ConstantPadImageFilter::SetPadLowerBound(std::vector< unsigned int > PadLowerBound) -
getPadLowerBound
std::vector<unsigned int> itk::simple::ConstantPadImageFilter::GetPadLowerBound() const -
setPadUpperBound
Self& itk::simple::ConstantPadImageFilter::SetPadUpperBound(std::vector< unsigned int > PadUpperBound) -
getPadUpperBound
std::vector<unsigned int> itk::simple::ConstantPadImageFilter::GetPadUpperBound() const -
setConstant
public void setConstant(double Constant) Self& itk::simple::ConstantPadImageFilter::SetConstant(double Constant) Set/Get the pad value. Default is Zero. -
getConstant
public double getConstant()double itk::simple::ConstantPadImageFilter::GetConstant() const Set/Get the pad value. Default is Zero. -
getName
std::string itk::simple::ConstantPadImageFilter::GetName() const Name of this class- Overrides:
getName
in classProcessObject
-
toString
std::string itk::simple::ConstantPadImageFilter::ToString() const Print ourselves out- Overrides:
toString
in classProcessObject
-
execute
Image itk::simple::ConstantPadImageFilter::Execute(const Image &image1) Execute the filter on the input image
-