18 #ifndef itkAcosImageFilter_h
19 #define itkAcosImageFilter_h
22 #include "vnl/vnl_math.h"
33 template<
typename TInput,
typename TOutput >
47 return !( *
this != other );
52 return static_cast< TOutput
>( std::acos( static_cast< double >( A ) ) );
79 template<
typename TInputImage,
typename TOutputImage >
84 typename TInputImage::PixelType,
85 typename TOutputImage::PixelType > >
104 #ifdef ITK_USE_CONCEPT_CHECKING
bool operator==(const Acos &other) const
virtual ~AcosImageFilter()
Base class for all process objects that output image data.
SmartPointer< Self > Pointer
TOutput operator()(const TInput &A) const
void operator=(const Self &)
UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::Acos< typename TInputImage::PixelType, typename TOutputImage::PixelType > > Superclass
Computes the inverse cosine of each pixel.
Computes the Acos of a pixel.
SmartPointer< const Self > ConstPointer
Implements pixel-wise generic operation on one image.
#define itkConceptMacro(name, concept)
bool operator!=(const Acos &) const