34 if(endline == 1) os << std::endl;
43 ERROR_LOG <<
"There are not this many weights avaliable. Returning weight 0 - may crash if this doesn't exist";
void setWeight(int i, double w)
void addWeight(const double &weight)
std::vector< double > _weights
double getWeight(int i=0) const
void printWeight(std::ostream &os=std::cout, int endline=1) const