FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
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
}
Interpolator2D::SetOutputGrid
bool SetOutputGrid(std::size_t n, double *x, double *y)
Definition:
Interpolator2D.h:419
Interpolator2D::ReadGrid
static std::vector< Interpolator2D::vec > ReadGrid(const std::string &filename)
Definition:
Interpolator2D.h:310
Here is the call graph for this function:
Interpolator2D
Generated on Sun Sep 18 2016 20:50:53 for FACT++ by
1.8.11