Searched defs:MinMaxWeightTpl (Results 1 – 2 of 2) sorted by relevance
453 MinMaxWeightTpl() : FloatWeightTpl<T>() {} in MinMaxWeightTpl() function455 MinMaxWeightTpl(T f) : FloatWeightTpl<T>(f) {} in MinMaxWeightTpl() function457 MinMaxWeightTpl(const MinMaxWeightTpl<T> &w) : FloatWeightTpl<T>(w) {} in MinMaxWeightTpl() function
35 template <class W> class MinMaxWeightTpl; variable