DMRITool
v0.1.1-139-g860d86b4
Diffusion MRI Tool
|
#include <itkFunctors.h>
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 |
|
inline |
Definition at line 224 of file itkFunctors.h.
|
inline |
Definition at line 225 of file itkFunctors.h.
|
inline |
Definition at line 214 of file itkFunctors.h.
References itk::Functor::LINEAR< TInput, TArgument, TOutput >::m_Argument1, and itk::Functor::LINEAR< TInput, TArgument, TOutput >::m_Argument2.
|
inline |
Definition at line 218 of file itkFunctors.h.
|
inline |
Definition at line 216 of file itkFunctors.h.
|
inline |
Definition at line 222 of file itkFunctors.h.
|
inline |
Definition at line 223 of file itkFunctors.h.
|
private |
Definition at line 227 of file itkFunctors.h.
Referenced by itk::Functor::LINEAR< TInput, TArgument, TOutput >::operator!=().
|
private |
Definition at line 228 of file itkFunctors.h.
Referenced by itk::Functor::LINEAR< TInput, TArgument, TOutput >::operator!=().