SDDS ToolKit Programs and Libraries for C and Python
|
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 153 of file sdds2dinterpolate.c.
double OUT_POINT::dx |
Definition at line 155 of file sdds2dinterpolate.c.
double OUT_POINT::dy |
Definition at line 155 of file sdds2dinterpolate.c.
int OUT_POINT::nout |
Definition at line 156 of file sdds2dinterpolate.c.
int OUT_POINT::nx |
Definition at line 156 of file sdds2dinterpolate.c.
int OUT_POINT::ny |
Definition at line 156 of file sdds2dinterpolate.c.
point* OUT_POINT::pout |
Definition at line 157 of file sdds2dinterpolate.c.
double OUT_POINT::xmax |
Definition at line 155 of file sdds2dinterpolate.c.
double OUT_POINT::xmin |
Definition at line 155 of file sdds2dinterpolate.c.
double OUT_POINT::ymax |
Definition at line 155 of file sdds2dinterpolate.c.
double OUT_POINT::ymin |
Definition at line 155 of file sdds2dinterpolate.c.