Class SinImageFilter


public class SinImageFilter extends ImageFilter
Computes the sine of each pixel. The computations are performed using std::sin(x). See: itk::simple::Sin for the procedural interface itk::SinImageFilter for the Doxygen on the original ITK class. C++ includes: sitkSinImageFilter.h
  • Constructor Details

    • SinImageFilter

      protected SinImageFilter(long cPtr, boolean cMemoryOwn)
    • SinImageFilter

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

    • getCPtr

      protected static long getCPtr(SinImageFilter obj)
    • swigRelease

      protected static long swigRelease(SinImageFilter obj)
    • finalize

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

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

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

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

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