#include <appatt.h>
Inheritance diagram for APPATT_RANGES:
Public Member Functions | |
APPATT_RANGES (APPATT &a) | |
virtual double | basis_fun (const POINT &p, int k) const =0 |
returns the value of n-th basis function at point 'p' | |
virtual int | prepare ()=0 |
Expands the ranges a little, calculates increments, sets 'used' flags; returns total number of variables in the parameterization range. | |
virtual boolean | check (const char *title) |
after preparing all points, checks whether tthe inversion can be performed | |
virtual int | num_points () const |
total number of points defined | |
virtual void | prepare (const POINT &p) |
count (prepare) the point for inversion | |
virtual void | output_gamma () |
output gamma (geometric parameter) | |
virtual void | output_kappa () |
output kappa (non-geometric parameter) | |
Public Attributes | |
APPATT & | A |
host |
|
after preparing all points, checks whether tthe inversion can be performed If not, prints an error message using 'title' and returns FAIL Reimplemented in X_RANGES. |