21 #ifndef mia_internal_divcurl_hh
22 #define mia_internal_divcurl_hh
32 template <
typename Transform>
36 TDivCurlFullCost(
double weight_div,
double weight_curl,
double weight);
38 double do_evaluate(
const Transform& t,
CDoubleVector& gradient)
const;
39 double do_value(
const Transform& t)
const;
40 double do_value()
const;
42 bool do_get_full_size(Size& size)
const;
51 TDivcurlFullCostPlugin();
54 const std::string do_get_descr()
const;