FACT++
1.0
|
|
inline |
Set a new input grid (the points at which values are known). Invalidates the output grid and the calculated weights. Calculates the triangles corresponding to the new grid.
n | number of data points |
x | x coordinates of data points |
n | y coordinates of data points |
Definition at line 347 of file Interpolator2D.h.
References CalculateGrid(), and i.
Referenced by Interpolator2D(), and ReadInputGrid().