Class ModulusImageFilter
java.lang.Object
org.itk.simple.ProcessObject
org.itk.simple.ImageFilter
org.itk.simple.ModulusImageFilter
Computes the modulus (x % dividend) pixel-wise.
The input pixel type must support the c++ modulus operator (%).
If the dividend is zero, the maximum value will be returned.
Gaetan Lehmann. Biologie du Developpement et de la Reproduction, INRA
de Jouy-en-Josas, France.
See:
 itk::simple::Modulus for the procedural interface
 itk::ModulusImageFilter for the Doxygen on the original ITK class.
C++ includes: sitkModulusImageFilter.h
- 
Field SummaryFields inherited from class org.itk.simple.ProcessObjectswigCMemOwn
- 
Constructor SummaryConstructorsModifierConstructorDescriptionitk::simple::ModulusImageFilter::ModulusImageFilter() Default Constructor that takes no arguments and initializes default parametersprotectedModulusImageFilter(long cPtr, boolean cMemoryOwn) 
- 
Method SummaryModifier and TypeMethodDescriptionvoiddelete()virtual itk::simple::ModulusImageFilter::~ModulusImageFilter() DestructorImage itk::simple::ModulusImageFilter::Execute(uint32_t constant, const Image &image2)Image itk::simple::ModulusImageFilter::Execute(uint32_t constant, const Image &image2)Image itk::simple::ModulusImageFilter::Execute(uint32_t constant, const Image &image2)protected voidfinalize()protected static longgetName()std::string itk::simple::ModulusImageFilter::GetName() const Name of this classprotected static longtoString()std::string itk::simple::ModulusImageFilter::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- 
ModulusImageFilterprotected ModulusImageFilter(long cPtr, boolean cMemoryOwn) 
- 
ModulusImageFilterpublic ModulusImageFilter()itk::simple::ModulusImageFilter::ModulusImageFilter() 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::ModulusImageFilter::~ModulusImageFilter() Destructor- Overrides:
- deletein class- ImageFilter
 
- 
getNamestd::string itk::simple::ModulusImageFilter::GetName() const Name of this class- Overrides:
- getNamein class- ProcessObject
 
- 
toStringstd::string itk::simple::ModulusImageFilter::ToString() const Print ourselves out- Overrides:
- toStringin class- ProcessObject
 
- 
execute
- 
execute
- 
execute
 
-