DMRITool
v0.1.1-139-g860d86b4
Diffusion MRI Tool
|
#include <utlFunctors.h>
Definition at line 143 of file utlFunctors.h.
Public Types | |
typedef VectorFunctorBase | Self |
Public Member Functions | |
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 | |
int | m_LogLevel =1 |
typedef VectorFunctorBase utl::Functor::VectorFunctorBase< TVector, TOutput >::Self |
Definition at line 146 of file utlFunctors.h.
|
inlinevirtual |
Definition at line 169 of file utlFunctors.h.
|
inline |
Definition at line 161 of file utlFunctors.h.
Referenced by utl::Functor::Shred< TVector, TOutput >::operator()(), utl::Functor::DotProduct< TVector, TOutput >::operator()(), and utl::Functor::Compose< TVector, TOutput >::operator()().
|
inline |
Definition at line 163 of file utlFunctors.h.
|
inline |
Definition at line 166 of file utlFunctors.h.
|
inline |
Definition at line 149 of file utlFunctors.h.
|
inline |
Definition at line 152 of file utlFunctors.h.
|
inline |
Definition at line 147 of file utlFunctors.h.
|
inline |
Definition at line 171 of file utlFunctors.h.
|
inlinevirtual |
Definition at line 169 of file utlFunctors.h.
|
inline |
Definition at line 167 of file utlFunctors.h.
|
protected |
Definition at line 177 of file utlFunctors.h.
Referenced by utl::Functor::VectorFunctorBase< utl::NDArray< T, Dim >, utl::NDArray< T, Dim > >::operator=(), and utl::Functor::VectorFunctorBase< utl::NDArray< T, Dim >, utl::NDArray< T, Dim > >::Print().