Class OrImageFilter
java.lang.Object
org.itk.simple.ProcessObject
org.itk.simple.ImageFilter
org.itk.simple.OrImageFilter
Implements the OR bitwise operator pixel-wise between two images.
This class is templated over the types of the two input images and the
type of the output image. Numeric conversions (castings) are done by
the C++ defaults.
Since the bitwise OR operation is only defined in C++ for integer
types, the images passed to this filter must comply with the
requirement of using integer pixel type.
The total operation over one pixel will be
Where "|" is the boolean OR operator in C++.
See:
 itk::simple::Or for the procedural interface
 itk::OrImageFilter for the Doxygen on the original ITK class.
C++ includes: sitkOrImageFilter.h
- 
Field SummaryFields inherited from class org.itk.simple.ProcessObjectswigCMemOwn
- 
Constructor SummaryConstructorsModifierConstructorDescriptionitk::simple::OrImageFilter::OrImageFilter() Default Constructor that takes no arguments and initializes default parametersprotectedOrImageFilter(long cPtr, boolean cMemoryOwn) 
- 
Method SummaryModifier and TypeMethodDescriptionvoiddelete()virtual itk::simple::OrImageFilter::~OrImageFilter() DestructorImage itk::simple::OrImageFilter::Execute(int constant, const Image &image2)Image itk::simple::OrImageFilter::Execute(int constant, const Image &image2)Image itk::simple::OrImageFilter::Execute(int constant, const Image &image2)protected voidfinalize()protected static longgetCPtr(OrImageFilter obj) getName()std::string itk::simple::OrImageFilter::GetName() const Name of this classprotected static longswigRelease(OrImageFilter obj) toString()std::string itk::simple::OrImageFilter::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- 
OrImageFilterprotected OrImageFilter(long cPtr, boolean cMemoryOwn) 
- 
OrImageFilterpublic OrImageFilter()itk::simple::OrImageFilter::OrImageFilter() 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::OrImageFilter::~OrImageFilter() Destructor- Overrides:
- deletein class- ImageFilter
 
- 
getNamestd::string itk::simple::OrImageFilter::GetName() const Name of this class- Overrides:
- getNamein class- ProcessObject
 
- 
toStringstd::string itk::simple::OrImageFilter::ToString() const Print ourselves out- Overrides:
- toStringin class- ProcessObject
 
- 
execute
- 
execute
- 
execute
 
-