ANIMA
4.0
|
#include <animaGaussianMCMVariableProjectionSingleValuedCostFunction.h>
Public Types | |
typedef itk::SmartPointer< const Self > | ConstPointer |
typedef Superclass::DerivativeType | DerivativeType |
typedef InternalCostType::Pointer | InternalCostPointer |
typedef anima::GaussianMCMVariableProjectionCost | InternalCostType |
typedef Superclass::MeasureType | MeasureType |
typedef Superclass::ParametersType | ParametersType |
typedef itk::SmartPointer< Self > | Pointer |
typedef GaussianMCMVariableProjectionSingleValuedCostFunction | 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 const char * | GetNameOfClass () const |
unsigned int | GetNumberOfParameters () const ITK_OVERRIDE |
std::vector< double > & | GetOptimalWeights () |
double | GetSigmaSquare () |
virtual MeasureType | GetValue (const ParametersType ¶meters) const ITK_OVERRIDE |
virtual void | SetInternalCost (InternalCostPointer _arg) |
Static Public Member Functions | |
static Pointer | New () |
Protected Member Functions | |
GaussianMCMVariableProjectionSingleValuedCostFunction () | |
virtual | ~GaussianMCMVariableProjectionSingleValuedCostFunction () ITK_OVERRIDE |
Definition at line 10 of file animaGaussianMCMVariableProjectionSingleValuedCostFunction.h.
typedef itk::SmartPointer<const Self> anima::GaussianMCMVariableProjectionSingleValuedCostFunction::ConstPointer |
Definition at line 17 of file animaGaussianMCMVariableProjectionSingleValuedCostFunction.h.
typedef Superclass::DerivativeType anima::GaussianMCMVariableProjectionSingleValuedCostFunction::DerivativeType |
Definition at line 25 of file animaGaussianMCMVariableProjectionSingleValuedCostFunction.h.
typedef InternalCostType::Pointer anima::GaussianMCMVariableProjectionSingleValuedCostFunction::InternalCostPointer |
Definition at line 29 of file animaGaussianMCMVariableProjectionSingleValuedCostFunction.h.
typedef anima::GaussianMCMVariableProjectionCost anima::GaussianMCMVariableProjectionSingleValuedCostFunction::InternalCostType |
Definition at line 28 of file animaGaussianMCMVariableProjectionSingleValuedCostFunction.h.
typedef Superclass::MeasureType anima::GaussianMCMVariableProjectionSingleValuedCostFunction::MeasureType |
Definition at line 24 of file animaGaussianMCMVariableProjectionSingleValuedCostFunction.h.
typedef Superclass::ParametersType anima::GaussianMCMVariableProjectionSingleValuedCostFunction::ParametersType |
Definition at line 26 of file animaGaussianMCMVariableProjectionSingleValuedCostFunction.h.
typedef itk::SmartPointer<Self> anima::GaussianMCMVariableProjectionSingleValuedCostFunction::Pointer |
Definition at line 16 of file animaGaussianMCMVariableProjectionSingleValuedCostFunction.h.
typedef GaussianMCMVariableProjectionSingleValuedCostFunction anima::GaussianMCMVariableProjectionSingleValuedCostFunction::Self |
Standard class typedefs.
Definition at line 14 of file animaGaussianMCMVariableProjectionSingleValuedCostFunction.h.
typedef itk::SingleValuedCostFunction anima::GaussianMCMVariableProjectionSingleValuedCostFunction::Superclass |
Definition at line 15 of file animaGaussianMCMVariableProjectionSingleValuedCostFunction.h.
|
inlineprotected |
Definition at line 42 of file animaGaussianMCMVariableProjectionSingleValuedCostFunction.h.
|
inlineprotectedvirtual |
Definition at line 47 of file animaGaussianMCMVariableProjectionSingleValuedCostFunction.h.
virtual::itk::LightObject::Pointer anima::GaussianMCMVariableProjectionSingleValuedCostFunction::CreateAnother | ( | void | ) | const |
|
virtual |
Definition at line 31 of file animaGaussianMCMVariableProjectionSingleValuedCostFunction.cxx.
References GetSigmaSquare().
Referenced by GetValue().
|
virtual |
Run-time type information (and related methods).
unsigned int anima::GaussianMCMVariableProjectionSingleValuedCostFunction::GetNumberOfParameters | ( | ) | const |
Definition at line 8 of file animaGaussianMCMVariableProjectionSingleValuedCostFunction.cxx.
References GetValue().
std::vector< double > & anima::GaussianMCMVariableProjectionSingleValuedCostFunction::GetOptimalWeights | ( | ) |
Definition at line 51 of file animaGaussianMCMVariableProjectionSingleValuedCostFunction.cxx.
Referenced by GetSigmaSquare().
double anima::GaussianMCMVariableProjectionSingleValuedCostFunction::GetSigmaSquare | ( | ) |
Definition at line 44 of file animaGaussianMCMVariableProjectionSingleValuedCostFunction.cxx.
References GetOptimalWeights().
Referenced by GetDerivative().
|
virtual |
Definition at line 18 of file animaGaussianMCMVariableProjectionSingleValuedCostFunction.cxx.
References GetDerivative().
Referenced by GetNumberOfParameters().
|
static |
|
virtual |