DMRITool  v0.1.1-139-g860d86b4
Diffusion MRI Tool
Public Member Functions | List of all members
utl::Functor::Sqrt< utl::NDArray< T, Dim > > Struct Template Reference

#include <utlFunctors.h>

+ Inheritance diagram for utl::Functor::Sqrt< utl::NDArray< T, Dim > >:
+ Collaboration diagram for utl::Functor::Sqrt< utl::NDArray< T, Dim > >:

Detailed Description

template<typename T, unsigned Dim>
struct utl::Functor::Sqrt< utl::NDArray< T, Dim > >

Definition at line 362 of file utlFunctors.h.

Public Member Functions

int GetOutputDimension (const int inSize) const
 
bool operator!= (const Sqrt &other) const
 
utl::NDArray< T, Dim > operator() (const utl::NDArray< T, Dim > &A) const
 
void operator= (const Sqrt &other)
 
bool operator== (const Sqrt &other) const
 
- Public Member Functions inherited from utl::Functor::VectorFunctorBase< utl::NDArray< T, Dim >, utl::NDArray< T, Dim > >
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< utl::NDArray< T, Dim >, utl::NDArray< T, Dim > >
typedef VectorFunctorBase Self
 
- Protected Attributes inherited from utl::Functor::VectorFunctorBase< utl::NDArray< T, Dim >, utl::NDArray< T, Dim > >
int m_LogLevel
 

Member Function Documentation

template<typename T , unsigned Dim>
int utl::Functor::Sqrt< utl::NDArray< T, Dim > >::GetOutputDimension ( const int  inSize) const
inline

Definition at line 362 of file utlFunctors.h.

template<typename T , unsigned Dim>
bool utl::Functor::Sqrt< utl::NDArray< T, Dim > >::operator!= ( const Sqrt< utl::NDArray< T, Dim > > &  other) const
inline

Definition at line 362 of file utlFunctors.h.

template<typename T , unsigned Dim>
utl::NDArray<T,Dim> utl::Functor::Sqrt< utl::NDArray< T, Dim > >::operator() ( const utl::NDArray< T, Dim > &  A) const
inline

Definition at line 362 of file utlFunctors.h.

template<typename T , unsigned Dim>
void utl::Functor::Sqrt< utl::NDArray< T, Dim > >::operator= ( const Sqrt< utl::NDArray< T, Dim > > &  other)
inline

Definition at line 362 of file utlFunctors.h.

template<typename T , unsigned Dim>
bool utl::Functor::Sqrt< utl::NDArray< T, Dim > >::operator== ( const Sqrt< utl::NDArray< T, Dim > > &  other) const
inline

Definition at line 362 of file utlFunctors.h.


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