DMRITool  v0.1.1-139-g860d86b4
Diffusion MRI Tool
Public Member Functions | List of all members
utl::Functor::TwoNorm< TVector, TOutput > Class Template Reference

#include <utlFunctors.h>

+ Inheritance diagram for utl::Functor::TwoNorm< TVector, TOutput >:
+ Collaboration diagram for utl::Functor::TwoNorm< TVector, TOutput >:

Detailed Description

template<class TVector, class TOutput = double>
class utl::Functor::TwoNorm< TVector, TOutput >

Definition at line 393 of file utlFunctors.h.

Public Member Functions

int GetOutputDimension (const int) const
 
bool operator!= (const TwoNorm &other) const
 
TOutput operator() (const TVector &A) const
 
void operator= (const TwoNorm &other)
 
bool operator== (const TwoNorm &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
 
Selfoperator= (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

- Public Types inherited from utl::Functor::VectorFunctorBase< TVector, TOutput >
typedef VectorFunctorBase Self
 
- Protected Attributes inherited from utl::Functor::VectorFunctorBase< TVector, TOutput >
int m_LogLevel =1
 

Member Function Documentation

template<class TVector , class TOutput = double>
int utl::Functor::TwoNorm< TVector, TOutput >::GetOutputDimension ( const int  ) const
inline

Definition at line 393 of file utlFunctors.h.

template<class TVector , class TOutput = double>
bool utl::Functor::TwoNorm< TVector, TOutput >::operator!= ( const TwoNorm< TVector, TOutput > &  other) const
inline

Definition at line 393 of file utlFunctors.h.

template<class TVector , class TOutput = double>
TOutput utl::Functor::TwoNorm< TVector, TOutput >::operator() ( const TVector &  A) const
inline

Definition at line 393 of file utlFunctors.h.

template<class TVector , class TOutput = double>
void utl::Functor::TwoNorm< TVector, TOutput >::operator= ( const TwoNorm< TVector, TOutput > &  other)
inline

Definition at line 393 of file utlFunctors.h.

template<class TVector , class TOutput = double>
bool utl::Functor::TwoNorm< TVector, TOutput >::operator== ( const TwoNorm< TVector, TOutput > &  other) const
inline

Definition at line 393 of file utlFunctors.h.


The documentation for this class was generated from the following file: