Main Page   Groups   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Concepts

itk::Atan2ImageFilter< TInputImage1, TInputImage2, TOutputImage > Class Template Reference
[Intensity Image FiltersMultithreaded Filters]

Computes arctangent pixel-wise from two images. More...

#include <itkAtan2ImageFilter.h>

Inheritance diagram for itk::Atan2ImageFilter:

Inheritance graph
[legend]
Collaboration diagram for itk::Atan2ImageFilter< TInputImage1, TInputImage2, TOutputImage >:

Collaboration graph
[legend]
List of all members.

Public Types

typedef Atan2ImageFilter Self
typedef BinaryFunctorImageFilter<
TInputImage1, TInputImage2,
TOutputImage, Functor::Atan2<
typename TInputImage1::PixelType,
typename TInputImage2::PixelType,
typename TOutputImage::PixelType > > 
Superclass
typedef SmartPointer< SelfPointer
typedef SmartPointer< const
Self
ConstPointer

Static Public Methods

Pointer New ()

Protected Methods

 Atan2ImageFilter ()
virtual ~Atan2ImageFilter ()

Detailed Description

template<class TInputImage1, class TInputImage2, class TOutputImage>
class itk::Atan2ImageFilter< TInputImage1, TInputImage2, TOutputImage >

Computes arctangent pixel-wise from two images.

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.


Member Typedef Documentation

template<class TInputImage1, class TInputImage2, class TOutputImage>
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 77 of file itkAtan2ImageFilter.h.

template<class TInputImage1, class TInputImage2, class TOutputImage>
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 76 of file itkAtan2ImageFilter.h.

template<class TInputImage1, class TInputImage2, class TOutputImage>
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 69 of file itkAtan2ImageFilter.h.

template<class TInputImage1, class TInputImage2, class TOutputImage>
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 75 of file itkAtan2ImageFilter.h.


Constructor & Destructor Documentation

template<class TInputImage1, class TInputImage2, class TOutputImage>
itk::Atan2ImageFilter< TInputImage1, TInputImage2, TOutputImage >::Atan2ImageFilter   [inline, protected]
 

Definition at line 83 of file itkAtan2ImageFilter.h.

template<class TInputImage1, class TInputImage2, class TOutputImage>
virtual itk::Atan2ImageFilter< TInputImage1, TInputImage2, TOutputImage >::~Atan2ImageFilter   [inline, protected, virtual]
 

Definition at line 84 of file itkAtan2ImageFilter.h.


Member Function Documentation

template<class TInputImage1, class TInputImage2, class TOutputImage>
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 > >.


The documentation for this class was generated from the following file:
Generated at Fri May 21 01:18:22 2004 for ITK by doxygen 1.2.15 written by Dimitri van Heesch, © 1997-2000