| 50 | const std::multiset<DataPoint>& getSamples() const {return samples;} |
| 51 | |
| 52 | std::vector<std::set<double>> getGrid() const { return grid; } |
| 53 | std::vector< std::vector<double> > getTableX() const; |
| 54 | std::vector<double> getVectorY() const; |
| 55 |
nothing calls this directly
no outgoing calls
no test coverage detected