#include <itkAtan2ImageFilter.h>
Inheritance diagram for itk::Atan2ImageFilter< TInputImage1, TInputImage2, TOutputImage >:


Public Types | |
| typedef Atan2ImageFilter | Self |
| typedef BinaryFunctorImageFilter< TInputImage1, TInputImage2, TOutputImage, Functor::Atan2< typename TInputImage1::PixelType, typename TInputImage2::PixelType, typename TOutputImage::PixelType > > | Superclass |
| typedef SmartPointer< Self > | Pointer |
| typedef SmartPointer< const Self > | ConstPointer |
Static Public Member Functions | |
| Pointer | New () |
Protected Member Functions | |
| Atan2ImageFilter () | |
| virtual | ~Atan2ImageFilter () |
This class is parametrized 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 casted to double in order to be used as parameters of atan2(). The resulting double value is casted to the output pixel type.
Definition at line 59 of file itkAtan2ImageFilter.h.
|
|||||
|
Reimplemented from itk::BinaryFunctorImageFilter< TInputImage1, TInputImage2, TOutputImage, TFunction >. Definition at line 77 of file itkAtan2ImageFilter.h. |
|
|||||
|
Reimplemented from itk::BinaryFunctorImageFilter< TInputImage1, TInputImage2, TOutputImage, TFunction >. Definition at line 76 of file itkAtan2ImageFilter.h. |
|
|||||
|
Standard class typedefs. Reimplemented from itk::BinaryFunctorImageFilter< TInputImage1, TInputImage2, TOutputImage, TFunction >. Definition at line 69 of file itkAtan2ImageFilter.h. |
|
|||||
|
Reimplemented from itk::BinaryFunctorImageFilter< TInputImage1, TInputImage2, TOutputImage, TFunction >. Definition at line 75 of file itkAtan2ImageFilter.h. |
|
|||||||||
|
Definition at line 83 of file itkAtan2ImageFilter.h. |
|
|||||||||
|
Definition at line 84 of file itkAtan2ImageFilter.h. |
|
|||||||||
|
Method for creation through the object factory. Reimplemented from itk::BinaryFunctorImageFilter< TInputImage1, TInputImage2, TOutputImage, TFunction >. |
1.3.5 written by Dimitri van Heesch,
© 1997-2000