#include <elxGTestUtilities.h>
Represents the value and derivative retrieved from a metric (cost function).
Definition at line 151 of file elxGTestUtilities.h.
Static Public Member Functions | |
static ValueAndDerivative | FromCostFunction (const itk::SingleValuedCostFunction &costFunction, const itk::OptimizerParameters< double > &optimizerParameters) |
Data Fields | |
itk::Array< double > | derivative |
double | value |
|
inlinestatic |
Definition at line 157 of file elxGTestUtilities.h.
itk::Array<double> elastix::GTestUtilities::ValueAndDerivative::derivative |
Definition at line 154 of file elxGTestUtilities.h.
double elastix::GTestUtilities::ValueAndDerivative::value |
Definition at line 153 of file elxGTestUtilities.h.
Generated on 2024-07-17 for elastix by 1.11.0 (9b424b03c9833626cd435af22a444888fbbb192d) |