ITK  4.8.0
Insight Segmentation and Registration Toolkit
Public Member Functions | List of all members
itk::Functor::Cos< TInput, TOutput > Class Template Reference

#include <itkCosImageFilter.h>

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

Detailed Description

template<typename TInput, typename TOutput>
class itk::Functor::Cos< TInput, TOutput >

Definition at line 34 of file itkCosImageFilter.h.

Public Member Functions

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

Constructor & Destructor Documentation

template<typename TInput, typename TOutput>
itk::Functor::Cos< TInput, TOutput >::Cos ( )
inline

Definition at line 37 of file itkCosImageFilter.h.

template<typename TInput, typename TOutput>
itk::Functor::Cos< TInput, TOutput >::~Cos ( )
inline

Definition at line 38 of file itkCosImageFilter.h.

Member Function Documentation

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

Definition at line 39 of file itkCosImageFilter.h.

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

Definition at line 50 of file itkCosImageFilter.h.

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

Definition at line 45 of file itkCosImageFilter.h.


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