|
DMRITool
v0.1.1-139-g860d86b4
Diffusion MRI Tool
|
#include <utlFunctors.h>
Inheritance diagram for utl::Functor::VectorFunctorWrapper< TFunctor, TVector, TOutput >:
Collaboration diagram for utl::Functor::VectorFunctorWrapper< TFunctor, TVector, TOutput >:Definition at line 227 of file utlFunctors.h.
Public Types | |
| typedef VectorFunctorWrapper | Self |
Public Types inherited from utl::Functor::VectorFunctorBase< TVector, TOutput > | |
| typedef VectorFunctorBase | Self |
Public Member Functions | |
| TFunctor | GetFunctor () const |
| int | GetOutputDimension (const int inputSize) const |
| bool | operator!= (const Self &other) const |
| TOutput | operator() (const TVector &A) const |
| void | operator= (const Self &other) |
| bool | operator== (const Self &other) const |
| void | SetFunctor (const TFunctor &func) |
| VectorFunctorWrapper (const TFunctor &func=TFunctor()) | |
Public Member Functions inherited from utl::Functor::VectorFunctorBase< TVector, TOutput > | |
| virtual int | GetLogLevel () const |
| int | GetOutputDimension (const int inputSize) const |
| int | GetOutputDimension (const std::vector< int > &sizeVec) const |
| void | Initialize () |
| bool | operator!= (const Self &other) const |
| Self & | operator= (const Self &other) |
| bool | operator== (const Self &other) const |
| void | Print (std::ostream &os=std::cout) const |
| virtual void | SetLogLevel (const int _arg) |
| void | VerifyInputParameters (const int inputSize=-1) const |
Protected Attributes | |
| TFunctor | m_Functor |
Protected Attributes inherited from utl::Functor::VectorFunctorBase< TVector, TOutput > | |
| int | m_LogLevel =1 |
| typedef VectorFunctorWrapper utl::Functor::VectorFunctorWrapper< TFunctor, TVector, TOutput >::Self |
Definition at line 230 of file utlFunctors.h.
|
inline |
Definition at line 238 of file utlFunctors.h.
|
inline |
Definition at line 243 of file utlFunctors.h.
|
inline |
Definition at line 260 of file utlFunctors.h.
|
inline |
Definition at line 233 of file utlFunctors.h.
|
inline |
Definition at line 252 of file utlFunctors.h.
|
inline |
Definition at line 235 of file utlFunctors.h.
|
inline |
Definition at line 231 of file utlFunctors.h.
|
inline |
Definition at line 247 of file utlFunctors.h.
|
protected |
Definition at line 265 of file utlFunctors.h.
1.8.11