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