ANIMA
4.0
|
#include <animaMCMMultipleValuedCostFunction.h>
Public Types | |
typedef itk::SmartPointer< const Self > | ConstPointer |
typedef Superclass::DerivativeType | DerivativeType |
typedef InternalCostType::Pointer | InternalCostPointer |
typedef anima::BaseMCMCost | InternalCostType |
typedef Superclass::MeasureType | MeasureType |
typedef Superclass::ParametersType | ParametersType |
typedef itk::SmartPointer< Self > | Pointer |
typedef MCMMultipleValuedCostFunction | 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 |
InternalCostType::MCMPointer & | GetMCMStructure () |
virtual const char * | GetNameOfClass () const |
unsigned int | GetNumberOfParameters () const ITK_OVERRIDE |
unsigned int | GetNumberOfValues () const ITK_OVERRIDE |
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 | |
MCMMultipleValuedCostFunction () | |
virtual | ~MCMMultipleValuedCostFunction () ITK_OVERRIDE |
Definition at line 10 of file animaMCMMultipleValuedCostFunction.h.
typedef itk::SmartPointer<const Self> anima::MCMMultipleValuedCostFunction::ConstPointer |
Definition at line 17 of file animaMCMMultipleValuedCostFunction.h.
typedef Superclass::DerivativeType anima::MCMMultipleValuedCostFunction::DerivativeType |
Definition at line 25 of file animaMCMMultipleValuedCostFunction.h.
Definition at line 29 of file animaMCMMultipleValuedCostFunction.h.
Definition at line 28 of file animaMCMMultipleValuedCostFunction.h.
typedef Superclass::MeasureType anima::MCMMultipleValuedCostFunction::MeasureType |
Definition at line 24 of file animaMCMMultipleValuedCostFunction.h.
typedef Superclass::ParametersType anima::MCMMultipleValuedCostFunction::ParametersType |
Definition at line 26 of file animaMCMMultipleValuedCostFunction.h.
typedef itk::SmartPointer<Self> anima::MCMMultipleValuedCostFunction::Pointer |
Definition at line 16 of file animaMCMMultipleValuedCostFunction.h.
Standard class typedefs.
Definition at line 14 of file animaMCMMultipleValuedCostFunction.h.
typedef itk::MultipleValuedCostFunction anima::MCMMultipleValuedCostFunction::Superclass |
Definition at line 15 of file animaMCMMultipleValuedCostFunction.h.
|
inlineprotected |
Definition at line 45 of file animaMCMMultipleValuedCostFunction.h.
|
inlineprotectedvirtual |
Definition at line 50 of file animaMCMMultipleValuedCostFunction.h.
virtual::itk::LightObject::Pointer anima::MCMMultipleValuedCostFunction::CreateAnother | ( | void | ) | const |
|
virtual |
Definition at line 38 of file animaMCMMultipleValuedCostFunction.cxx.
References GetSigmaSquare().
Referenced by GetValue().
|
virtual |
|
inline |
Definition at line 39 of file animaMCMMultipleValuedCostFunction.h.
References anima::BaseMCMCost::GetMCMStructure().
Referenced by anima::MCMEstimatorImageFilter< InputPixelType, OutputPixelType >::GetProfiledInformation().
|
virtual |
Run-time type information (and related methods).
unsigned int anima::MCMMultipleValuedCostFunction::GetNumberOfParameters | ( | ) | const |
Definition at line 8 of file animaMCMMultipleValuedCostFunction.cxx.
References GetNumberOfValues().
unsigned int anima::MCMMultipleValuedCostFunction::GetNumberOfValues | ( | ) | const |
Definition at line 18 of file animaMCMMultipleValuedCostFunction.cxx.
References GetValue().
Referenced by GetNumberOfParameters().
double anima::MCMMultipleValuedCostFunction::GetSigmaSquare | ( | ) |
Definition at line 48 of file animaMCMMultipleValuedCostFunction.cxx.
Referenced by GetDerivative(), and anima::MCMEstimatorImageFilter< InputPixelType, OutputPixelType >::GetProfiledInformation().
|
virtual |
Definition at line 28 of file animaMCMMultipleValuedCostFunction.cxx.
References GetDerivative().
Referenced by GetNumberOfValues().
|
static |
|
virtual |