27 vector< double >
getVec()
const;
28 const vector< double >&
data( );
30 void setVec( vector< double > val );
38 double getY(
unsigned int index )
const;
44 void xplot(
string file,
string plotname );
46 void loadXplot(
string fname,
string plotname );
49 string fname,
string plotname,
50 unsigned int start,
unsigned int end
53 void loadCSV(
string fname,
int startLine,
int colNum,
char separator );
55 void compareVec( vector< double > other,
string op );
64 double interpolate(
double x,
double xmin,
double xmax )
const;
69 vector< double >&
vec();
76 #endif // _TABLE_BASE_H
void xplot(string file, string plotname)
double getOutputValue() const
static double op(double x)
void linearTransform(double scale, double offset)
void setVec(vector< double > val)
vector< double > getVec() const
double interpolate(double x, double xmin, double xmax) const
void setPlotDump(string v)
void setOutputValue(double val)
const vector< double > & data()
unsigned int getVecSize() const
static const Cinfo * initCinfo()
void loadCSV(string fname, int startLine, int colNum, char separator)
void loadXplotRange(string fname, string plotname, unsigned int start, unsigned int end)
void compareXplot(string fname, string plotname, string op)
void plainPlot(string file)
double * lookupVec(unsigned int index)
double getY(unsigned int index) const
void setVecSize(unsigned int num)
void loadXplot(string fname, string plotname)
void compareVec(vector< double > other, string op)
string getPlotDump() const