#include <itkSquareImageFilter.h>
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 () |
Definition at line 34 of file itkSquareImageFilter.h.
typedef NumericTraits<TInput>::RealType itk::Function::Square< TInput, TOutput >::RealType |
Definition at line 37 of file itkSquareImageFilter.h.
itk::Function::Square< TInput, TOutput >::Square | ( | ) | [inline] |
Definition at line 38 of file itkSquareImageFilter.h.
itk::Function::Square< TInput, TOutput >::~Square | ( | ) | [inline] |
Definition at line 39 of file itkSquareImageFilter.h.
bool itk::Function::Square< TInput, TOutput >::operator!= | ( | const Square< TInput, TOutput > & | ) | const [inline] |
Definition at line 40 of file itkSquareImageFilter.h.
TOutput itk::Function::Square< TInput, TOutput >::operator() | ( | const TInput & | A | ) | const [inline] |
Definition at line 48 of file itkSquareImageFilter.h.
bool itk::Function::Square< TInput, TOutput >::operator== | ( | const Square< TInput, TOutput > & | other | ) | const [inline] |
Definition at line 44 of file itkSquareImageFilter.h.