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

#include <itkFunctors.h>

Detailed Description

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

In the following classes, the argument is always double

Definition at line 107 of file itkFunctors.h.

Public Member Functions

TArgument GetArgument () const
 
bool operator!= (const RPOWER &other) const
 
TOutput operator() (const TInput &A) const
 
bool operator== (const RPOWER &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::RPOWER< TInput, TArgument, TOutput >::GetArgument ( ) const
inline
template<class TInput, class TArgument = TInput, class TOutput = TInput>
bool itk::Functor::RPOWER< TInput, TArgument, TOutput >::operator!= ( const RPOWER< TInput, TArgument, TOutput > &  other) const
inline
template<class TInput, class TArgument = TInput, class TOutput = TInput>
TOutput itk::Functor::RPOWER< TInput, TArgument, TOutput >::operator() ( const TInput &  A) const
inline
template<class TInput, class TArgument = TInput, class TOutput = TInput>
bool itk::Functor::RPOWER< TInput, TArgument, TOutput >::operator== ( const RPOWER< TInput, TArgument, TOutput > &  other) const
inline

Definition at line 112 of file itkFunctors.h.

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

Definition at line 118 of file itkFunctors.h.

References itk::Functor::RPOWER< TInput, TArgument, TOutput >::m_Argument.

Referenced by main().

+ Here is the caller graph for this function:

Member Data Documentation

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

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