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

#include <itkFunctors.h>

Detailed Description

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

More complicated functors.

Definition at line 211 of file itkFunctors.h.

Public Member Functions

TArgument GetArgument1 () const
 
TArgument GetArgument2 () const
 
bool operator!= (const LINEAR &other) const
 
TOutput operator() (const TInput &A) const
 
bool operator== (const LINEAR &other) const
 
void SetArgument1 (TArgument arg)
 
void SetArgument2 (TArgument arg)
 

Private Attributes

TArgument m_Argument1
 
TArgument m_Argument2
 

Member Function Documentation

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

Definition at line 224 of file itkFunctors.h.

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

Definition at line 225 of file itkFunctors.h.

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

Definition at line 218 of file itkFunctors.h.

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

Definition at line 216 of file itkFunctors.h.

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

Definition at line 222 of file itkFunctors.h.

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

Definition at line 223 of file itkFunctors.h.

Member Data Documentation

template<class TInput , class TArgument = TInput, class TOutput = TInput>
TArgument itk::Functor::LINEAR< TInput, TArgument, TOutput >::m_Argument1
private
template<class TInput , class TArgument = TInput, class TOutput = TInput>
TArgument itk::Functor::LINEAR< TInput, TArgument, TOutput >::m_Argument2
private

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