38 #ifndef MaxTemplate_hpp
39 #define MaxTemplate_hpp
75 #endif // MaxTemplate_hpp
virtual bool compute_analytical_gradient(PatchData &patch, Vector3D *const &grad, double &OF_val, MsqError &err, size_t array_size)
Used to hold the error state and return it to the application.
Base class for concrete quality metrics.
Vector3D is the object that effeciently stores information about about three-deminsional vectors...
virtual bool concrete_evaluate(PatchData &patch, double &fval, MsqError &err)
Computes the maximum quality metric value.
MaxTemplate(QualityMetric *)
Base class for concrete Objective Functions ObjectiveFunction contains a pointer to a QualityMetric...