Class BitwiseNotImageFilter


public class BitwiseNotImageFilter extends ImageFilter
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
  • 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

      protected static long getCPtr(BitwiseNotImageFilter obj)
    • swigRelease

      protected static long swigRelease(BitwiseNotImageFilter obj)
    • finalize

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

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

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

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

      public Image execute(Image image1)
      Image itk::simple::BitwiseNotImageFilter::Execute(Image &&image1) Execute the filter on the input image