DMRITool
v0.1.1-139-g860d86b4
Diffusion MRI Tool
|
#include <utlFunctors.h>
Definition at line 494 of file utlFunctors.h.
Public Types | |
typedef DotProduct | Self |
Public Types inherited from utl::Functor::VectorFunctorBase< TVector, TOutput > | |
typedef VectorFunctorBase | Self |
Public Member Functions | |
int | GetOutputDimension (const int inputSize) const |
int | GetOutputDimension (const std::vector< int > &sizeVec) const |
bool | operator!= (const Self &other) const |
TOutput | operator() (const TVector &A, const TVector &B) 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 DotProduct utl::Functor::DotProduct< TVector, TOutput >::Self |
Definition at line 497 of file utlFunctors.h.
|
inline |
Definition at line 528 of file utlFunctors.h.
|
inline |
Definition at line 532 of file utlFunctors.h.
|
inline |
Definition at line 500 of file utlFunctors.h.
|
inline |
Definition at line 504 of file utlFunctors.h.
References utl::Functor::VectorFunctorBase< TVector, TOutput >::GetOutputDimension().
|
inline |
Definition at line 514 of file utlFunctors.h.
References utl::Functor::VectorFunctorBase< TVector, TOutput >::GetOutputDimension(), utlException, and utlSAException.
|
inline |
Definition at line 502 of file utlFunctors.h.
|
inline |
Definition at line 498 of file utlFunctors.h.