|
DMRITool
v0.1.1-139-g860d86b4
Diffusion MRI Tool
|
#include <utlFunctors.h>
Inheritance diagram for utl::Functor::Compose< TVector, TOutput >:
Collaboration diagram for utl::Functor::Compose< TVector, TOutput >:Definition at line 539 of file utlFunctors.h.
Public Types | |
| typedef Compose | Self |
Public Types inherited from utl::Functor::VectorFunctorBase< TVector, TOutput > | |
| typedef VectorFunctorBase | Self |
Public Member Functions | |
| int | GetOutputDimension (const std::vector< int > &sizeVec) const |
| bool | operator!= (const Self &other) const |
| TOutput | operator() (const std::vector< TVector > &vec) const |
| void | operator= (const Self &other) |
| bool | operator== (const Self &other) const |
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 |
Additional Inherited Members | |
Protected Attributes inherited from utl::Functor::VectorFunctorBase< TVector, TOutput > | |
| int | m_LogLevel =1 |
| typedef Compose utl::Functor::Compose< TVector, TOutput >::Self |
Definition at line 542 of file utlFunctors.h.
|
inline |
Definition at line 570 of file utlFunctors.h.
|
inline |
Definition at line 545 of file utlFunctors.h.
|
inline |
Definition at line 550 of file utlFunctors.h.
References utl::Functor::VectorFunctorBase< TVector, TOutput >::GetOutputDimension().
Here is the call graph for this function:
|
inline |
Definition at line 547 of file utlFunctors.h.
|
inline |
Definition at line 543 of file utlFunctors.h.
1.8.11