ANIMA
4.0
|
#include <animaODFMaximaCostFunction.h>
Public Types | |
typedef itk::SmartPointer< const Self > | ConstPointer |
typedef Superclass::DerivativeType | DerivativeType |
typedef Superclass::MeasureType | MeasureType |
typedef Superclass::ParametersType | ParametersType |
typedef itk::SmartPointer< Self > | Pointer |
typedef ODFMaximaCostFunction | Self |
typedef 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 |
virtual unsigned int | GetNumberOfParameters () const ITK_OVERRIDE |
virtual MeasureType | GetValue (const ParametersType ¶meters) const ITK_OVERRIDE |
void | SetBasisParameters (const std::vector< double > &basisPars) |
void | SetODFSHOrder (unsigned int num) |
Static Public Member Functions | |
static Pointer | New () |
Protected Member Functions | |
ODFMaximaCostFunction () | |
virtual | ~ODFMaximaCostFunction () |
Definition at line 10 of file animaODFMaximaCostFunction.h.
typedef itk::SmartPointer<const Self> anima::ODFMaximaCostFunction::ConstPointer |
Definition at line 18 of file animaODFMaximaCostFunction.h.
typedef Superclass::DerivativeType anima::ODFMaximaCostFunction::DerivativeType |
Definition at line 26 of file animaODFMaximaCostFunction.h.
typedef Superclass::MeasureType anima::ODFMaximaCostFunction::MeasureType |
Definition at line 23 of file animaODFMaximaCostFunction.h.
typedef Superclass::ParametersType anima::ODFMaximaCostFunction::ParametersType |
Definition at line 27 of file animaODFMaximaCostFunction.h.
typedef itk::SmartPointer<Self> anima::ODFMaximaCostFunction::Pointer |
Definition at line 17 of file animaODFMaximaCostFunction.h.
Standard class typedefs.
Definition at line 15 of file animaODFMaximaCostFunction.h.
typedef SingleValuedCostFunction anima::ODFMaximaCostFunction::Superclass |
Definition at line 16 of file animaODFMaximaCostFunction.h.
|
inlineprotected |
Definition at line 41 of file animaODFMaximaCostFunction.h.
|
inlineprotectedvirtual |
Definition at line 46 of file animaODFMaximaCostFunction.h.
virtual::itk::LightObject::Pointer anima::ODFMaximaCostFunction::CreateAnother | ( | void | ) | const |
|
virtual |
Definition at line 15 of file animaODFMaximaCostFunction.cxx.
|
virtual |
Run-time type information (and related methods).
|
inlinevirtual |
Definition at line 35 of file animaODFMaximaCostFunction.h.
|
virtual |
Definition at line 7 of file animaODFMaximaCostFunction.cxx.
References anima::ODFSphericalHarmonicBasis::getValueAtPosition().
|
static |
|
inline |
Definition at line 32 of file animaODFMaximaCostFunction.h.
|
inline |
Definition at line 33 of file animaODFMaximaCostFunction.h.