#include <BLI2D.h>
Public Member Functions | |
BLI2DNonUnifGrid () | |
BLI2DNonUnifGrid (int nx, double xmin, double xmax, int ny, double ymin, double ymax) | |
BLI2DNonUnifGrid (int nx, int ny, double *x, double *y, double *z) | |
bool | AddPoint (double x, double y, double z) |
double | Evaluate (double x, double y) const |
Public Member Functions inherited from genie::BLI2DGrid | |
BLI2DGrid () | |
virtual | ~BLI2DGrid () |
double | XMin (void) const |
double | XMax (void) const |
double | YMin (void) const |
double | YMax (void) const |
double | ZMin (void) const |
double | ZMax (void) const |
Private Member Functions | |
void | Init (int nx=0, double xmin=0, double xmax=0, int ny=0, double ymin=0, double ymax=0) |
Private Attributes | |
int | fNFillX |
int | fNFillY |
Additional Inherited Members | |
Protected Member Functions inherited from genie::BLI2DGrid | |
int | IdxZ (int ix, int iy) const |
Protected Attributes inherited from genie::BLI2DGrid | |
int | fNX |
int | fNY |
int | fNZ |
double * | fX |
double * | fY |
double * | fZ |
double | fDX |
double | fDY |
double | fXmin |
double | fXmax |
double | fYmin |
double | fYmax |
double | fZmin |
double | fZmax |
genie::BLI2DNonUnifGrid::BLI2DNonUnifGrid | ( | ) |
BLI2DNonUnifGrid::BLI2DNonUnifGrid | ( | int | nx, |
double | xmin, | ||
double | xmax, | ||
int | ny, | ||
double | ymin, | ||
double | ymax | ||
) |
Definition at line 182 of file BLI2D.cxx.
BLI2DNonUnifGrid::BLI2DNonUnifGrid | ( | int | nx, |
int | ny, | ||
double * | x, | ||
double * | y, | ||
double * | z | ||
) |
Definition at line 188 of file BLI2D.cxx.
|
virtual |
Implements genie::BLI2DGrid.
Definition at line 205 of file BLI2D.cxx.
|
virtual |
|
privatevirtual |
Implements genie::BLI2DGrid.
Definition at line 387 of file BLI2D.cxx.