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

Definition at line 465 of file Interpolator2D.h.

References ReadGrid(), and SetOutputGrid().

466  {
467  const auto grid = ReadGrid(filename);
468  if (grid.empty())
469  return false;
470 
471  return SetOutputGrid(grid);
472  }
bool SetOutputGrid(std::size_t n, double *x, double *y)
static std::vector< Interpolator2D::vec > ReadGrid(const std::string &filename)

+ Here is the call graph for this function: