SDDSlib
|
Public Attributes | |
double | xmin |
double | xmax |
double | ymin |
double | ymax |
double | dx |
double | dy |
int | nx |
int | ny |
int | nout |
point * | pout |
Definition at line 127 of file sdds2dinterpolate.c.
double OUT_POINT::dx |
Definition at line 129 of file sdds2dinterpolate.c.
double OUT_POINT::dy |
Definition at line 129 of file sdds2dinterpolate.c.
int OUT_POINT::nout |
Definition at line 130 of file sdds2dinterpolate.c.
int OUT_POINT::nx |
Definition at line 130 of file sdds2dinterpolate.c.
int OUT_POINT::ny |
Definition at line 130 of file sdds2dinterpolate.c.
point* OUT_POINT::pout |
Definition at line 131 of file sdds2dinterpolate.c.
double OUT_POINT::xmax |
Definition at line 129 of file sdds2dinterpolate.c.
double OUT_POINT::xmin |
Definition at line 129 of file sdds2dinterpolate.c.
double OUT_POINT::ymax |
Definition at line 129 of file sdds2dinterpolate.c.
double OUT_POINT::ymin |
Definition at line 129 of file sdds2dinterpolate.c.