18#ifndef VOTCA_TOOLS_TABLE_H
19#define VOTCA_TOOLS_TABLE_H
47 const double &
x(
Index i)
const {
return x_[i]; }
48 const double &
y(
Index i)
const {
return y_[i]; }
52 void set(
const Index &i,
const double &
x,
const double &
y) {
56 void set(
const Index &i,
const double &
x,
const double &
y,
75 void Load(std::string filename);
76 void Save(std::string filename)
const;
104 Eigen::VectorXd &
x() {
return x_; }
105 Eigen::VectorXd &
y() {
return y_; }
base class for all analysis tools