|
ANIMA
4.0
|
#include <animaGaussianMCMVariableProjectionMultipleValuedCostFunction.h>
Inheritance diagram for anima::GaussianMCMVariableProjectionMultipleValuedCostFunction:
Collaboration diagram for anima::GaussianMCMVariableProjectionMultipleValuedCostFunction: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 GaussianMCMVariableProjectionMultipleValuedCostFunction | Self |
| typedef itk::MultipleValuedCostFunction | Superclass |
Public Member Functions | |
| virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
| virtual void | GetDerivative (const ParametersType ¶meters, DerivativeType &derivative) const ITK_OVERRIDE |
| virtual const InternalCostPointer & | GetInternalCost () const |
| virtual const char * | GetNameOfClass () const |
| unsigned int | GetNumberOfParameters () const ITK_OVERRIDE |
| unsigned int | GetNumberOfValues () 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 | |
| GaussianMCMVariableProjectionMultipleValuedCostFunction () | |
| virtual | ~GaussianMCMVariableProjectionMultipleValuedCostFunction () |
Definition at line 10 of file animaGaussianMCMVariableProjectionMultipleValuedCostFunction.h.
| typedef itk::SmartPointer<const Self> anima::GaussianMCMVariableProjectionMultipleValuedCostFunction::ConstPointer |
Definition at line 17 of file animaGaussianMCMVariableProjectionMultipleValuedCostFunction.h.
| typedef Superclass::DerivativeType anima::GaussianMCMVariableProjectionMultipleValuedCostFunction::DerivativeType |
Definition at line 25 of file animaGaussianMCMVariableProjectionMultipleValuedCostFunction.h.
| typedef InternalCostType::Pointer anima::GaussianMCMVariableProjectionMultipleValuedCostFunction::InternalCostPointer |
Definition at line 29 of file animaGaussianMCMVariableProjectionMultipleValuedCostFunction.h.
| typedef anima::GaussianMCMVariableProjectionCost anima::GaussianMCMVariableProjectionMultipleValuedCostFunction::InternalCostType |
Definition at line 28 of file animaGaussianMCMVariableProjectionMultipleValuedCostFunction.h.
| typedef Superclass::MeasureType anima::GaussianMCMVariableProjectionMultipleValuedCostFunction::MeasureType |
Definition at line 24 of file animaGaussianMCMVariableProjectionMultipleValuedCostFunction.h.
| typedef Superclass::ParametersType anima::GaussianMCMVariableProjectionMultipleValuedCostFunction::ParametersType |
Definition at line 26 of file animaGaussianMCMVariableProjectionMultipleValuedCostFunction.h.
| typedef itk::SmartPointer<Self> anima::GaussianMCMVariableProjectionMultipleValuedCostFunction::Pointer |
Definition at line 16 of file animaGaussianMCMVariableProjectionMultipleValuedCostFunction.h.
| typedef GaussianMCMVariableProjectionMultipleValuedCostFunction anima::GaussianMCMVariableProjectionMultipleValuedCostFunction::Self |
Standard class typedefs.
Definition at line 14 of file animaGaussianMCMVariableProjectionMultipleValuedCostFunction.h.
| typedef itk::MultipleValuedCostFunction anima::GaussianMCMVariableProjectionMultipleValuedCostFunction::Superclass |
Definition at line 15 of file animaGaussianMCMVariableProjectionMultipleValuedCostFunction.h.
|
inlineprotected |
Definition at line 44 of file animaGaussianMCMVariableProjectionMultipleValuedCostFunction.h.
|
inlineprotectedvirtual |
Definition at line 49 of file animaGaussianMCMVariableProjectionMultipleValuedCostFunction.h.
| virtual::itk::LightObject::Pointer anima::GaussianMCMVariableProjectionMultipleValuedCostFunction::CreateAnother | ( | void | ) | const |
|
virtual |
Definition at line 38 of file animaGaussianMCMVariableProjectionMultipleValuedCostFunction.cxx.
References GetSigmaSquare().
Referenced by GetValue().
|
virtual |
|
virtual |
Run-time type information (and related methods).
| unsigned int anima::GaussianMCMVariableProjectionMultipleValuedCostFunction::GetNumberOfParameters | ( | ) | const |
Definition at line 8 of file animaGaussianMCMVariableProjectionMultipleValuedCostFunction.cxx.
References GetNumberOfValues().
| unsigned int anima::GaussianMCMVariableProjectionMultipleValuedCostFunction::GetNumberOfValues | ( | ) | const |
Definition at line 18 of file animaGaussianMCMVariableProjectionMultipleValuedCostFunction.cxx.
References GetValue().
Referenced by GetNumberOfParameters().
| std::vector< double > & anima::GaussianMCMVariableProjectionMultipleValuedCostFunction::GetOptimalWeights | ( | ) |
Definition at line 55 of file animaGaussianMCMVariableProjectionMultipleValuedCostFunction.cxx.
Referenced by GetSigmaSquare().
| double anima::GaussianMCMVariableProjectionMultipleValuedCostFunction::GetSigmaSquare | ( | ) |
Definition at line 48 of file animaGaussianMCMVariableProjectionMultipleValuedCostFunction.cxx.
References GetOptimalWeights().
Referenced by GetDerivative().
|
virtual |
Definition at line 28 of file animaGaussianMCMVariableProjectionMultipleValuedCostFunction.cxx.
References GetDerivative().
Referenced by GetNumberOfValues().
|
static |
|
virtual |
1.8.13