ITK  4.2.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions
itk::Functor::Square< TInput, TOutput > Class Template Reference

#include <itkSquareImageFilter.h>

+ Inheritance diagram for itk::Functor::Square< TInput, TOutput >:

List of all members.

Public Types

typedef NumericTraits< TInput >
::RealType 
RealType

Public Member Functions

bool operator!= (const Square &) const
TOutput operator() (const TInput &A) const
bool operator== (const Square &other) const
 Square ()
 ~Square ()

Detailed Description

template<class TInput, class TOutput>
class itk::Functor::Square< TInput, TOutput >

Definition at line 39 of file itkSquareImageFilter.h.


Member Typedef Documentation

template<class TInput, class TOutput>
typedef NumericTraits< TInput >::RealType itk::Functor::Square< TInput, TOutput >::RealType

Definition at line 42 of file itkSquareImageFilter.h.


Constructor & Destructor Documentation

template<class TInput, class TOutput>
itk::Functor::Square< TInput, TOutput >::Square ( )
inline

Definition at line 43 of file itkSquareImageFilter.h.

template<class TInput, class TOutput>
itk::Functor::Square< TInput, TOutput >::~Square ( )
inline

Definition at line 44 of file itkSquareImageFilter.h.


Member Function Documentation

template<class TInput, class TOutput>
bool itk::Functor::Square< TInput, TOutput >::operator!= ( const Square< TInput, TOutput > &  ) const
inline

Definition at line 45 of file itkSquareImageFilter.h.

template<class TInput, class TOutput>
TOutput itk::Functor::Square< TInput, TOutput >::operator() ( const TInput &  A) const
inline

Definition at line 55 of file itkSquareImageFilter.h.

template<class TInput, class TOutput>
bool itk::Functor::Square< TInput, TOutput >::operator== ( const Square< TInput, TOutput > &  other) const
inline

Definition at line 50 of file itkSquareImageFilter.h.


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