ANIMA
4.0
|
#include <animaT2RelaxometryCostFunction.h>
Public Types | |
typedef std::vector< std::complex< double > > | ComplexVectorType |
typedef itk::SmartPointer< const Self > | ConstPointer |
typedef Superclass::DerivativeType | DerivativeType |
typedef std::vector< ComplexVectorType > | MatrixType |
typedef Superclass::MeasureType | MeasureType |
typedef Superclass::ParametersType | ParametersType |
typedef itk::SmartPointer< Self > | Pointer |
typedef T2RelaxometryCostFunction | Self |
typedef itk::SingleValuedCostFunction | Superclass |
Public Member Functions | |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
virtual void | GetDerivative (const ParametersType ¶meters, DerivativeType &derivative) const ITK_OVERRIDE |
virtual double | GetM0Value () |
virtual const char * | GetNameOfClass () const |
unsigned int | GetNumberOfParameters () const ITK_OVERRIDE |
virtual MeasureType | GetValue (const ParametersType ¶meters) const ITK_OVERRIDE |
virtual void | SetT1Value (double _arg) |
virtual void | SetT2EchoSpacing (double _arg) |
void | SetT2RelaxometrySignals (std::vector< double > &relaxoSignals) |
virtual void | SetT2Value (double _arg) |
virtual void | SetTRValue (double _arg) |
Static Public Member Functions | |
static Pointer | New () |
Protected Member Functions | |
T2RelaxometryCostFunction () | |
virtual | ~T2RelaxometryCostFunction () |
Definition at line 9 of file animaT2RelaxometryCostFunction.h.
typedef std::vector< std::complex <double> > anima::T2RelaxometryCostFunction::ComplexVectorType |
Definition at line 27 of file animaT2RelaxometryCostFunction.h.
typedef itk::SmartPointer<const Self> anima::T2RelaxometryCostFunction::ConstPointer |
Definition at line 17 of file animaT2RelaxometryCostFunction.h.
typedef Superclass::DerivativeType anima::T2RelaxometryCostFunction::DerivativeType |
Definition at line 25 of file animaT2RelaxometryCostFunction.h.
typedef std::vector<ComplexVectorType> anima::T2RelaxometryCostFunction::MatrixType |
Definition at line 28 of file animaT2RelaxometryCostFunction.h.
typedef Superclass::MeasureType anima::T2RelaxometryCostFunction::MeasureType |
Definition at line 24 of file animaT2RelaxometryCostFunction.h.
typedef Superclass::ParametersType anima::T2RelaxometryCostFunction::ParametersType |
Definition at line 26 of file animaT2RelaxometryCostFunction.h.
typedef itk::SmartPointer<Self> anima::T2RelaxometryCostFunction::Pointer |
Definition at line 16 of file animaT2RelaxometryCostFunction.h.
Standard class typedefs.
Definition at line 14 of file animaT2RelaxometryCostFunction.h.
typedef itk::SingleValuedCostFunction anima::T2RelaxometryCostFunction::Superclass |
Definition at line 15 of file animaT2RelaxometryCostFunction.h.
|
inlineprotected |
Definition at line 49 of file animaT2RelaxometryCostFunction.h.
|
inlineprotectedvirtual |
Definition at line 59 of file animaT2RelaxometryCostFunction.h.
virtual::itk::LightObject::Pointer anima::T2RelaxometryCostFunction::CreateAnother | ( | void | ) | const |
|
inlinevirtual |
Definition at line 31 of file animaT2RelaxometryCostFunction.h.
|
virtual |
|
virtual |
Run-time type information (and related methods).
|
inline |
Definition at line 42 of file animaT2RelaxometryCostFunction.h.
|
virtual |
Definition at line 7 of file animaT2RelaxometryCostFunction.cxx.
|
static |
|
virtual |
|
virtual |
|
inline |
Definition at line 35 of file animaT2RelaxometryCostFunction.h.
|
virtual |
|
virtual |