18 #ifndef itkAsinImageFilter_h
19 #define itkAsinImageFilter_h
22 #include "vnl/vnl_math.h"
33 template<
typename TInput,
typename TOutput >
47 return !( *
this != other );
52 return static_cast< TOutput
>(
54 static_cast< double >( A )
82 template<
typename TInputImage,
typename TOutputImage >
87 typename TInputImage::PixelType,
88 typename TOutputImage::PixelType > >
95 typename TInputImage::PixelType,
96 typename TOutputImage::PixelType >
109 #ifdef ITK_USE_CONCEPT_CHECKING
bool operator!=(const Asin &) const
bool operator==(const Asin &other) const
SmartPointer< const Self > ConstPointer
Base class for all process objects that output image data.
Computes the sine of each pixel.
virtual ~AsinImageFilter()
SmartPointer< Self > Pointer
TOutput operator()(const TInput &A) const
UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::Asin< typename TInputImage::PixelType, typename TOutputImage::PixelType > > Superclass
Implements pixel-wise generic operation on one image.
void operator=(const Self &)
#define itkConceptMacro(name, concept)