ITK
4.1.0
Insight Segmentation and Registration Toolkit
|
#include <itkAtan2ImageFilter.h>
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef SmartPointer< Self > | Pointer |
typedef Atan2ImageFilter | Self |
typedef BinaryFunctorImageFilter < TInputImage1, TInputImage2, TOutputImage, Functor::Atan2 < typename TInputImage1::PixelType, typename TInputImage2::PixelType, typename TOutputImage::PixelType > > | Superclass |
Public Member Functions | |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
virtual const char * | GetNameOfClass () const |
typedef (Concept::Convertible< typename TInputImage1::PixelType, double >) Input1ConvertibleToDoubleCheck | |
typedef (Concept::Convertible< typename TInputImage2::PixelType, double >) Input2ConvertibleToDoubleCheck | |
typedef (Concept::Convertible< double, typename TOutputImage::PixelType >) DoubleConvertibleToOutputCheck | |
Static Public Member Functions | |
static Pointer | New () |
Atan2ImageFilter () | |
virtual | ~Atan2ImageFilter () |
Atan2ImageFilter (const Self &) | |
void | operator= (const Self &) |
Computes two argument inverse tangent.
The first argument to the atan function is provided by a pixel in the first input image (SetInput1()) and the corresponding pixel in the second input image (SetInput2()) is used as the second argument.
This class is templated over the types of the two input images and the type of the output image. Numeric conversions (castings) are done by the C++ defaults.
Both pixel input types are cast to double
in order to be used as parameters of vcl_atan2()
. The resulting double
value is cast to the output pixel type.
Definition at line 85 of file itkAtan2ImageFilter.h.
typedef SmartPointer< const Self > itk::Atan2ImageFilter< TInputImage1, TInputImage2, TOutputImage >::ConstPointer |
Reimplemented from itk::BinaryFunctorImageFilter< TInputImage1, TInputImage2, TOutputImage, Functor::Atan2< TInputImage1::PixelType, TInputImage2::PixelType, TOutputImage::PixelType > >.
Definition at line 104 of file itkAtan2ImageFilter.h.
typedef SmartPointer< Self > itk::Atan2ImageFilter< TInputImage1, TInputImage2, TOutputImage >::Pointer |
Reimplemented from itk::BinaryFunctorImageFilter< TInputImage1, TInputImage2, TOutputImage, Functor::Atan2< TInputImage1::PixelType, TInputImage2::PixelType, TOutputImage::PixelType > >.
Definition at line 103 of file itkAtan2ImageFilter.h.
typedef Atan2ImageFilter itk::Atan2ImageFilter< TInputImage1, TInputImage2, TOutputImage >::Self |
Standard class typedefs.
Reimplemented from itk::BinaryFunctorImageFilter< TInputImage1, TInputImage2, TOutputImage, Functor::Atan2< TInputImage1::PixelType, TInputImage2::PixelType, TOutputImage::PixelType > >.
Definition at line 95 of file itkAtan2ImageFilter.h.
typedef BinaryFunctorImageFilter< TInputImage1, TInputImage2, TOutputImage, Functor::Atan2< typename TInputImage1::PixelType, typename TInputImage2::PixelType, typename TOutputImage::PixelType > > itk::Atan2ImageFilter< TInputImage1, TInputImage2, TOutputImage >::Superclass |
Reimplemented from itk::BinaryFunctorImageFilter< TInputImage1, TInputImage2, TOutputImage, Functor::Atan2< TInputImage1::PixelType, TInputImage2::PixelType, TOutputImage::PixelType > >.
Definition at line 101 of file itkAtan2ImageFilter.h.
itk::Atan2ImageFilter< TInputImage1, TInputImage2, TOutputImage >::Atan2ImageFilter | ( | ) | [inline, protected] |
End concept checking
Definition at line 125 of file itkAtan2ImageFilter.h.
virtual itk::Atan2ImageFilter< TInputImage1, TInputImage2, TOutputImage >::~Atan2ImageFilter | ( | ) | [inline, protected, virtual] |
End concept checking
Definition at line 126 of file itkAtan2ImageFilter.h.
itk::Atan2ImageFilter< TInputImage1, TInputImage2, TOutputImage >::Atan2ImageFilter | ( | const Self & | ) | [private] |
End concept checking
virtual::itk::LightObject::Pointer itk::Atan2ImageFilter< TInputImage1, TInputImage2, TOutputImage >::CreateAnother | ( | void | ) | const [virtual] |
Create an object from an instance, potentially deferring to a factory. This method allows you to create an instance of an object that is exactly the same type as the referring object. This is useful in cases where an object has been cast back to a base class.
Reimplemented from itk::BinaryFunctorImageFilter< TInputImage1, TInputImage2, TOutputImage, Functor::Atan2< TInputImage1::PixelType, TInputImage2::PixelType, TOutputImage::PixelType > >.
virtual const char* itk::Atan2ImageFilter< TInputImage1, TInputImage2, TOutputImage >::GetNameOfClass | ( | ) | const [virtual] |
Runtime information support.
Reimplemented from itk::BinaryFunctorImageFilter< TInputImage1, TInputImage2, TOutputImage, Functor::Atan2< TInputImage1::PixelType, TInputImage2::PixelType, TOutputImage::PixelType > >.
static Pointer itk::Atan2ImageFilter< TInputImage1, TInputImage2, TOutputImage >::New | ( | ) | [static] |
Method for creation through the object factory.
Reimplemented from itk::BinaryFunctorImageFilter< TInputImage1, TInputImage2, TOutputImage, Functor::Atan2< TInputImage1::PixelType, TInputImage2::PixelType, TOutputImage::PixelType > >.
void itk::Atan2ImageFilter< TInputImage1, TInputImage2, TOutputImage >::operator= | ( | const Self & | ) | [private] |
itk::Atan2ImageFilter< TInputImage1, TInputImage2, TOutputImage >::typedef | ( | Concept::Convertible< typename TInputImage1::PixelType, double > | ) |
Begin concept checking This class requires Input1ConvertibleToDoubleCheck in the form of ( Concept::Convertible< typename TInputImage1::PixelType, double > )
itk::Atan2ImageFilter< TInputImage1, TInputImage2, TOutputImage >::typedef | ( | Concept::Convertible< typename TInputImage2::PixelType, double > | ) |
This class requires Input2ConvertibleToDoubleCheck in the form of ( Concept::Convertible< typename TInputImage2::PixelType, double > )
itk::Atan2ImageFilter< TInputImage1, TInputImage2, TOutputImage >::typedef | ( | Concept::Convertible< double, typename TOutputImage::PixelType > | ) |
This class requires DoubleConvertibleToOutputCheck in the form of ( Concept::Convertible< double, typename TOutputImage::PixelType > )