FACT++  1.0
Interpolator2D::Interpolator2D ( const std::vector< Interpolator2D::vec > &  v)
inline

Definition at line 289 of file Interpolator2D.h.

References SetInputGrid().

290  {
291  SetInputGrid(v);
292  }
void SetInputGrid(unsigned int n, double *x, double *y)

+ Here is the call graph for this function: