40 bool compXval(
const std::pair<double,double>&,
const std::pair<double,double>&);
113 void setWeights(std::vector<double>& ,std::vector<double>& ,std::pair<double,double>* , std::pair<double,double>* );
121 void setWeights(std::vector<double>&,std::vector<double>&);
143 bool parse(
const std::string&);
153 std::vector<std::pair<double,double> >*
vals;
168 inline size_t count(std::string& name){
return wts.count(name);};
174 std::map<std::string, weight*>
wts;