Class TanImageFilter


public class TanImageFilter extends ImageFilter
Computes the tangent of each input pixel. The computations are performed using std::tan(x). See: itk::simple::Tan for the procedural interface itk::TanImageFilter for the Doxygen on the original ITK class. C++ includes: sitkTanImageFilter.h
  • Constructor Details

    • TanImageFilter

      protected TanImageFilter(long cPtr, boolean cMemoryOwn)
    • TanImageFilter

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

    • getCPtr

      protected static long getCPtr(TanImageFilter obj)
    • swigRelease

      protected static long swigRelease(TanImageFilter obj)
    • finalize

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

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

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

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

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