Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
#include <itkKurtosisFitFunctor.h>
Classes | |
struct | lestSquaresFunction |
The lestSquaresFunction struct for Non-Linear-Least-Squres fit of Kurtosis. More... | |
Public Types | |
typedef KurtosisFitFunctor | Self |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
typedef DWIVoxelFunctor | Superclass |
Public Types inherited from itk::DWIVoxelFunctor | |
typedef DWIVoxelFunctor | Self |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
typedef itk::Object | Superclass |
Public Member Functions | |
KurtosisFitFunctor () | |
~KurtosisFitFunctor () | |
Pointer | Clone () const |
virtual const char * | GetClassName () const |
void | operator() (vnl_matrix< double > &newSignal, const vnl_matrix< double > &SignalMatrix, const double &S0) override |
operator () More... | |
void | setTargetBValue (const double &targetBValue) |
void | setListOfBValues (const vnl_vector< double > &BValueList) |
Static Public Member Functions | |
static Pointer | New () |
Protected Attributes | |
double | m_TargetBvalue |
vnl_vector< double > | m_BValueList |
Additional Inherited Members | |
Protected Member Functions inherited from itk::DWIVoxelFunctor | |
DWIVoxelFunctor () | |
virtual | ~DWIVoxelFunctor () |
Definition at line 31 of file itkKurtosisFitFunctor.h.
typedef SmartPointer<const Self> itk::KurtosisFitFunctor::ConstPointer |
Definition at line 39 of file itkKurtosisFitFunctor.h.
Definition at line 38 of file itkKurtosisFitFunctor.h.
Definition at line 37 of file itkKurtosisFitFunctor.h.
Definition at line 40 of file itkKurtosisFitFunctor.h.
|
inline |
Definition at line 34 of file itkKurtosisFitFunctor.h.
|
inline |
Definition at line 35 of file itkKurtosisFitFunctor.h.
Pointer itk::KurtosisFitFunctor::Clone | ( | ) | const |
|
virtual |
Runtime information support.
Reimplemented from itk::DWIVoxelFunctor.
|
static |
Method for creation through the object factory.
Referenced by main().
|
overridevirtual |
operator ()
Method for creation through the object factory.
SignalMatrix | is a NxM matrix (N = Number of gradients; M = Number of Shells) |
S0 | is the reference signal (b=0) |
Implements itk::DWIVoxelFunctor.
Definition at line 21 of file itkKurtosisFitFunctor.cpp.
References m_BValueList, m_TargetBvalue, and itk::KurtosisFitFunctor::lestSquaresFunction::set_bvalues().
|
inline |
Definition at line 50 of file itkKurtosisFitFunctor.h.
|
inline |
Definition at line 49 of file itkKurtosisFitFunctor.h.
|
protected |
Definition at line 54 of file itkKurtosisFitFunctor.h.
Referenced by operator()().
|
protected |
Definition at line 53 of file itkKurtosisFitFunctor.h.
Referenced by operator()().