#include <BLI2D.h>
|
virtual void | Init (int nx, double xmin, double xmax, int ny, double ymin, double ymax)=0 |
|
int | IdxZ (int ix, int iy) const |
|
Definition at line 25 of file BLI2D.h.
genie::BLI2DGrid::BLI2DGrid |
( |
| ) |
|
BLI2DGrid::~BLI2DGrid |
( |
| ) |
|
|
virtual |
Definition at line 29 of file BLI2D.cxx.
31 if (
fX) {
delete []
fX; }
32 if (
fY) {
delete []
fY; }
33 if (
fZ) {
delete []
fZ; }
virtual bool genie::BLI2DGrid::AddPoint |
( |
double |
x, |
|
|
double |
y, |
|
|
double |
z |
|
) |
| |
|
pure virtual |
virtual double genie::BLI2DGrid::Evaluate |
( |
double |
x, |
|
|
double |
y |
|
) |
| const |
|
pure virtual |
int BLI2DGrid::IdxZ |
( |
int |
ix, |
|
|
int |
iy |
|
) |
| const |
|
protected |
virtual void genie::BLI2DGrid::Init |
( |
int |
nx, |
|
|
double |
xmin, |
|
|
double |
xmax, |
|
|
int |
ny, |
|
|
double |
ymin, |
|
|
double |
ymax |
|
) |
| |
|
protectedpure virtual |
double genie::BLI2DGrid::XMax |
( |
void |
| ) |
const |
|
inline |
double genie::BLI2DGrid::XMin |
( |
void |
| ) |
const |
|
inline |
double genie::BLI2DGrid::YMax |
( |
void |
| ) |
const |
|
inline |
double genie::BLI2DGrid::YMin |
( |
void |
| ) |
const |
|
inline |
double genie::BLI2DGrid::ZMax |
( |
void |
| ) |
const |
|
inline |
double genie::BLI2DGrid::ZMin |
( |
void |
| ) |
const |
|
inline |
double genie::BLI2DGrid::fDX |
|
protected |
double genie::BLI2DGrid::fDY |
|
protected |
int genie::BLI2DGrid::fNX |
|
protected |
int genie::BLI2DGrid::fNY |
|
protected |
int genie::BLI2DGrid::fNZ |
|
protected |
double* genie::BLI2DGrid::fX |
|
protected |
double genie::BLI2DGrid::fXmax |
|
protected |
double genie::BLI2DGrid::fXmin |
|
protected |
double* genie::BLI2DGrid::fY |
|
protected |
double genie::BLI2DGrid::fYmax |
|
protected |
double genie::BLI2DGrid::fYmin |
|
protected |
double* genie::BLI2DGrid::fZ |
|
protected |
double genie::BLI2DGrid::fZmax |
|
protected |
double genie::BLI2DGrid::fZmin |
|
protected |
The documentation for this class was generated from the following files:
- Generator/src/Framework/Numerical/BLI2D.h
- Generator/src/Framework/Numerical/BLI2D.cxx