8 unsigned ny,
double ymin,
double ymax,
9 const std::vector<double>&
data)
17 bwx_((xmax - xmin)/nx),
18 bwy_((ymax - ymin)/ny)
29 const unsigned ix = x <= xmin_ ? 0U : x >=
xmax_-
bwx_/2.0 ?
nx_ - 1U :
31 const unsigned iy = y <= ymin_ ? 0U : y >=
ymax_-
bwy_/2.0 ?
ny_ - 1U :
double closest(double x, double y) const
char data[epos_bytes_allocation]
std::vector< double > data_