MCPcopy Create free account
hub / github.com/bgrimstad/splinter / setData

Method setData

src/datapoint.cpp:41–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41void DataPoint::setData(const std::vector<double> &x, double y)
42{
43 this->x = x;
44 this->y = y;
45}
46
47bool DataPoint::operator<(const DataPoint &rhs) const
48{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected