#include <LookupTable2d.h>
List of all members.
Public Member Functions |
double | binValue (const unsigned ix, const unsigned iy) const |
double | closest (double x, double y) const |
const std::vector< double > & | data () const |
| LookupTable2d (unsigned nx, double xmin, double xmax, unsigned ny, double ymin, double ymax, const std::vector< double > &data) |
unsigned | nx () const |
unsigned | ny () const |
double | xmax () const |
double | xmin () const |
double | xstep () const |
double | ymax () const |
double | ymin () const |
double | ystep () const |
Private Member Functions |
| LookupTable2d () |
Private Attributes |
double | bwx_ |
double | bwy_ |
std::vector< double > | data_ |
unsigned | nx_ |
unsigned | ny_ |
double | xmax_ |
double | xmin_ |
double | ymax_ |
double | ymin_ |
Detailed Description
Definition at line 7 of file LookupTable2d.h.
Constructor & Destructor Documentation
fftjetcms::LookupTable2d::LookupTable2d |
( |
unsigned |
nx, |
|
|
double |
xmin, |
|
|
double |
xmax, |
|
|
unsigned |
ny, |
|
|
double |
ymin, |
|
|
double |
ymax, |
|
|
const std::vector< double > & |
data |
|
) |
| |
fftjetcms::LookupTable2d::LookupTable2d |
( |
| ) |
[private] |
Member Function Documentation
double fftjetcms::LookupTable2d::binValue |
( |
const unsigned |
ix, |
|
|
const unsigned |
iy |
|
) |
| const [inline] |
double fftjetcms::LookupTable2d::closest |
( |
double |
x, |
|
|
double |
y |
|
) |
| const |
const std::vector<double>& fftjetcms::LookupTable2d::data |
( |
| ) |
const [inline] |
unsigned fftjetcms::LookupTable2d::nx |
( |
| ) |
const [inline] |
unsigned fftjetcms::LookupTable2d::ny |
( |
| ) |
const [inline] |
double fftjetcms::LookupTable2d::xmax |
( |
| ) |
const [inline] |
double fftjetcms::LookupTable2d::xmin |
( |
| ) |
const [inline] |
double fftjetcms::LookupTable2d::xstep |
( |
| ) |
const [inline] |
double fftjetcms::LookupTable2d::ymax |
( |
| ) |
const [inline] |
double fftjetcms::LookupTable2d::ymin |
( |
| ) |
const [inline] |
double fftjetcms::LookupTable2d::ystep |
( |
| ) |
const [inline] |
Member Data Documentation