Package org.itk.simple
Class BitwiseNotImageFilter
java.lang.Object
org.itk.simple.ProcessObject
org.itk.simple.ImageFilter
org.itk.simple.BitwiseNotImageFilter
Implements pixel-wise generic operation on one image.
This class is parameterized over the type of the input image and the
type of the output image. It is also parameterized by the operation to
be applied, using a Functor style.
UnaryFunctorImageFilter allows the output dimension of the filter to be larger than the input
dimension. Thus subclasses of the UnaryFunctorImageFilter (like the CastImageFilter ) can be used to promote a 2D image to a 3D image, etc.
See:
UnaryGeneratorImageFilter
BinaryFunctorImageFilter TernaryFunctorImageFilter
itk::simple::BitwiseNot for the procedural interface
itk::UnaryFunctorImageFilter for the Doxygen on the original ITK class.
C++ includes: sitkBitwiseNotImageFilter.h
-
Field Summary
Fields inherited from class org.itk.simple.ProcessObject
swigCMemOwn
-
Constructor Summary
ConstructorsModifierConstructorDescriptionitk::simple::BitwiseNotImageFilter::BitwiseNotImageFilter() Default Constructor that takes no arguments and initializes default parametersprotected
BitwiseNotImageFilter
(long cPtr, boolean cMemoryOwn) -
Method Summary
Modifier and TypeMethodDescriptionvoid
delete()
virtual itk::simple::BitwiseNotImageFilter::~BitwiseNotImageFilter() DestructorImage itk::simple::BitwiseNotImageFilter::Execute(Image &&image1) Execute the filter on the input imageprotected void
finalize()
protected static long
getName()
std::string itk::simple::BitwiseNotImageFilter::GetName() const Name of this classprotected static long
toString()
std::string itk::simple::BitwiseNotImageFilter::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
-
BitwiseNotImageFilter
protected BitwiseNotImageFilter(long cPtr, boolean cMemoryOwn) -
BitwiseNotImageFilter
public BitwiseNotImageFilter()itk::simple::BitwiseNotImageFilter::BitwiseNotImageFilter() 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::BitwiseNotImageFilter::~BitwiseNotImageFilter() Destructor- Overrides:
delete
in classImageFilter
-
getName
std::string itk::simple::BitwiseNotImageFilter::GetName() const Name of this class- Overrides:
getName
in classProcessObject
-
toString
std::string itk::simple::BitwiseNotImageFilter::ToString() const Print ourselves out- Overrides:
toString
in classProcessObject
-
execute
Image itk::simple::BitwiseNotImageFilter::Execute(Image &&image1) Execute the filter on the input image
-