VizGeorefSpline2D Class Reference
List of all members.
Public Member Functions |
| VizGeorefSpline2D (int nof_vars=1) |
int | get_nof_points () |
void | set_toler (double tx, double ty) |
void | get_toler (double &tx, double &ty) |
vizGeorefInterType | get_interpolation_type () |
void | dump_data_points () |
int | delete_list () |
void | grow_points () |
int | add_point (const double Px, const double Py, const double *Pvars) |
int | delete_point (const double Px, const double Py) |
int | get_point (const double Px, const double Py, double *Pvars) |
bool | get_xy (int index, double &x, double &y) |
bool | change_point (int index, double x, double y, double *Pvars) |
void | reset (void) |
int | solve (void) |
The documentation for this class was generated from the following files: