18 #ifndef __itkAsinImageFilter_h
19 #define __itkAsinImageFilter_h
22 #include "vnl/vnl_math.h"
33 template<
class TInput,
class TOutput >
47 return !( *
this != other );
52 return static_cast< TOutput
>(
54 static_cast< double >( A )
82 template<
class TInputImage,
class TOutputImage >
87 typename TInputImage::PixelType,
88 typename TOutputImage::PixelType > >
95 typename TInputImage::PixelType,
96 typename TOutputImage::PixelType >
109 #ifdef ITK_USE_CONCEPT_CHECKING
123 void operator=(
const Self &);