DMRITool  v0.1.1-139-g860d86b4
Diffusion MRI Tool
Classes | Namespaces | Typedefs | Functions | Variables
utlDMRIStoredTables.h File Reference
#include "itkUnaryFunctorLookUpTable.h"
#include "DMRITOOLConfigure.h"
#include "utlDMRI.h"
#include "utlCoreMacro.h"
#include "utlITK.h"
#include "utlCore.h"
#include "utlNDArray.h"
+ Include dependency graph for utlDMRIStoredTables.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  utl::GradientTable< T >
 

Namespaces

 itk
 
 utl
 

Typedefs

typedef LUTExpType::Pointer itk::LUTExpPointer
 
typedef UnaryFunctorLookUpTable< utl::Functor::Exp< double > > itk::LUTExpType
 

Functions

void itk::InitializeLUTExp ()
 
double itk::lutExpValue (const double x)
 
template<class T >
std::shared_ptr< NDArray< T, 2 > > utl::ReadGrad (const int tess, const int NoSymmetricDuple=DIRECTION_NODUPLICATE, const int mode=CARTESIAN_TO_SPHERICAL, const int flipx=DIRECTION_NOFLIP, const int flipy=DIRECTION_NOFLIP, const int flipz=DIRECTION_NOFLIP, const bool need_normalize=true)
 
template<>
std::shared_ptr< NDArray< float, 2 > > utl::ReadGrad< float > (const int tess, const int NoSymmetricDuple, const int mode, const int flipx, const int flipy, const int flipz, const bool need_normalize)
 
template<class T >
std::shared_ptr< NDArray< T, 2 > > utl::ReadGradElectricRepulsion (const int num, const int NoSymmetricDuple=DIRECTION_NODUPLICATE, const int mode=CARTESIAN_TO_SPHERICAL, const int flipx=DIRECTION_NOFLIP, const int flipy=DIRECTION_NOFLIP, const int flipz=DIRECTION_NOFLIP, const bool need_normalize=true)
 
static std::shared_ptr< NDArray< double, 3 > > utl::SH3IntegralTable (new NDArray< double, 3 >)
 

Variables

static LUTExpPointer itk::lutExp = LUTExpType::New()
 

Detailed Description

Created "11-12-2015.

Author
Jian Cheng (JC), jian..nosp@m.chen.nosp@m.g.198.nosp@m.3@gm.nosp@m.ail.c.nosp@m.om

Definition in file utlDMRIStoredTables.h.