38 void printWeight(std::ostream& os = std::cout,
int endline=1)
const;
void setWeight(int i, double w)
void addWeight(const double &weight)
const std::vector< double > & getWeightsVector()
std::vector< double > _weights
double getWeight(int i=0) const
void printWeight(std::ostream &os=std::cout, int endline=1) const