FACT++  1.0
bool Interpolator2D::ReadInputGrid ( const std::string &  filename)
inline

Definition at line 390 of file Interpolator2D.h.

References ReadGrid(), and SetInputGrid().

391  {
392  const auto grid = ReadGrid(filename);
393  if (grid.empty())
394  return false;
395 
396  SetInputGrid(grid);
397  return true;
398  }
void SetInputGrid(unsigned int n, double *x, double *y)
static std::vector< Interpolator2D::vec > ReadGrid(const std::string &filename)

+ Here is the call graph for this function: