Public Member Functions | |
| PowerLawFunc (double p0, double p1) | |
| ~PowerLawFunc () | |
| double | operator() (double x) const |
| double | p0 () const |
| double | p1 () const |
Private Attributes | |
| double | fP0 |
| double | fP1 |
Definition at line 28 of file PaulTest4.cxx.
Definition at line 32 of file PaulTest4.cxx.
| PowerLawFunc::~PowerLawFunc | ( | ) | [inline] |
Definition at line 34 of file PaulTest4.cxx.
| double PowerLawFunc::p0 | ( | ) | const [inline] |
| double PowerLawFunc::p1 | ( | ) | const [inline] |
double PowerLawFunc::fP0 [private] |
double PowerLawFunc::fP1 [private] |
1.5.1