DMRITool  v0.1.1-139-g860d86b4
Diffusion MRI Tool
Public Member Functions | Private Attributes | List of all members
itk::Functor::EQUAL< TInput, TArgument, TOutput > Class Template Reference

#include <itkFunctors.h>

Detailed Description

template<class TInput, class TArgument = TInput, class TOutput = TInput>
class itk::Functor::EQUAL< TInput, TArgument, TOutput >

Definition at line 78 of file itkFunctors.h.

Public Member Functions

TArgument GetArgument () const
 
bool operator!= (const EQUAL &other) const
 
TOutput operator() (const TInput &A) const
 
bool operator== (const EQUAL &other) const
 
void SetArgument (TArgument arg)
 

Private Attributes

TArgument m_Argument
 

Member Function Documentation

template<class TInput , class TArgument = TInput, class TOutput = TInput>
TArgument itk::Functor::EQUAL< TInput, TArgument, TOutput >::GetArgument ( ) const
inline

Definition at line 78 of file itkFunctors.h.

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

Definition at line 78 of file itkFunctors.h.

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

Definition at line 78 of file itkFunctors.h.

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

Definition at line 78 of file itkFunctors.h.

template<class TInput , class TArgument = TInput, class TOutput = TInput>
void itk::Functor::EQUAL< TInput, TArgument, TOutput >::SetArgument ( TArgument  arg)
inline

Definition at line 78 of file itkFunctors.h.

Member Data Documentation

template<class TInput , class TArgument = TInput, class TOutput = TInput>
TArgument itk::Functor::EQUAL< TInput, TArgument, TOutput >::m_Argument
private

Definition at line 78 of file itkFunctors.h.


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