Class ModulusImageFilter


public class ModulusImageFilter extends ImageFilter
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
  • Constructor Details

    • ModulusImageFilter

      protected ModulusImageFilter(long cPtr, boolean cMemoryOwn)
    • ModulusImageFilter

      public ModulusImageFilter()
      itk::simple::ModulusImageFilter::ModulusImageFilter() Default Constructor that takes no arguments and initializes default parameters
  • Method Details

    • getCPtr

      protected static long getCPtr(ModulusImageFilter obj)
    • swigRelease

      protected static long swigRelease(ModulusImageFilter obj)
    • finalize

      protected void finalize()
      Overrides:
      finalize in class ImageFilter
    • delete

      public void delete()
      virtual itk::simple::ModulusImageFilter::~ModulusImageFilter() Destructor
      Overrides:
      delete in class ImageFilter
    • getName

      public String getName()
      std::string itk::simple::ModulusImageFilter::GetName() const Name of this class
      Overrides:
      getName in class ProcessObject
    • toString

      public String toString()
      std::string itk::simple::ModulusImageFilter::ToString() const Print ourselves out
      Overrides:
      toString in class ProcessObject
    • execute

      public Image execute(Image image1, Image image2)
      Image itk::simple::ModulusImageFilter::Execute(uint32_t constant, const Image &image2)
    • execute

      public Image execute(Image image1, long constant)
      Image itk::simple::ModulusImageFilter::Execute(uint32_t constant, const Image &image2)
    • execute

      public Image execute(long constant, Image image2)
      Image itk::simple::ModulusImageFilter::Execute(uint32_t constant, const Image &image2)