FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
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
}
Interpolator2D::SetInputGrid
void SetInputGrid(unsigned int n, double *x, double *y)
Definition:
Interpolator2D.h:347
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