1 #ifndef __BCDATAPOINT__H
2 #define __BCDATAPOINT__H
56 double GetValue(
unsigned index)
const;
66 {
return fData.size(); };
77 void SetValue(
unsigned index,
double value);
82 void SetValues(
const std::vector<double> & values);
90 std::vector<double> fData;
A class representing a data point.
unsigned int GetNValues() const
BCDataPoint(int nvariables)
void SetValues(const std::vector< double > &values)
const std::vector< double > & GetValues() const
double GetValue(unsigned index) const
void SetValue(unsigned index, double value)