ITK  4.0.0
Insight Segmentation and Registration Toolkit
Public Member Functions
itk::Functor::Atan2< TInput1, TInput2, TOutput > Class Template Reference

#include <itkAtan2ImageFilter.h>

Inheritance diagram for itk::Functor::Atan2< TInput1, TInput2, TOutput >:

List of all members.

Public Member Functions

 Atan2 ()
bool operator!= (const Atan2 &) const
TOutput operator() (const TInput1 &A, const TInput2 &B) const
bool operator== (const Atan2 &other) const
 ~Atan2 ()

Detailed Description

template<class TInput1, class TInput2, class TOutput>
class itk::Functor::Atan2< TInput1, TInput2, TOutput >

Definition at line 34 of file itkAtan2ImageFilter.h.


Constructor & Destructor Documentation

template<class TInput1, class TInput2, class TOutput>
itk::Functor::Atan2< TInput1, TInput2, TOutput >::Atan2 ( ) [inline]

Definition at line 37 of file itkAtan2ImageFilter.h.

template<class TInput1, class TInput2, class TOutput>
itk::Functor::Atan2< TInput1, TInput2, TOutput >::~Atan2 ( ) [inline]

Definition at line 38 of file itkAtan2ImageFilter.h.


Member Function Documentation

template<class TInput1, class TInput2, class TOutput>
bool itk::Functor::Atan2< TInput1, TInput2, TOutput >::operator!= ( const Atan2< TInput1, TInput2, TOutput > &  ) const [inline]

Definition at line 39 of file itkAtan2ImageFilter.h.

template<class TInput1, class TInput2, class TOutput>
TOutput itk::Functor::Atan2< TInput1, TInput2, TOutput >::operator() ( const TInput1 &  A,
const TInput2 &  B 
) const [inline]

Definition at line 50 of file itkAtan2ImageFilter.h.

template<class TInput1, class TInput2, class TOutput>
bool itk::Functor::Atan2< TInput1, TInput2, TOutput >::operator== ( const Atan2< TInput1, TInput2, TOutput > &  other) const [inline]

Definition at line 45 of file itkAtan2ImageFilter.h.


The documentation for this class was generated from the following file: