List of all members.
Public Member Functions |
| | p2d (const std::string &a_title, int aXnumber, double aXmin, double aXmax, int aYnumber, double aYmin, double aYmax) |
| | p2d (const std::string &a_title, int aXnumber, double aXmin, double aXmax, int aYnumber, double aYmin, double aYmax, double aVmin, double aVmax) |
| | p2d (const std::string &a_title, const std::vector< double > &aEdgesX, const std::vector< double > &aEdgesY) |
| | p2d (const std::string &a_title, const std::vector< double > &aEdgesX, const std::vector< double > &aEdgesY, double aVmin, double aVmax) |
| virtual | ~p2d () |
| | p2d (const p2d &a_from) |
| p2d & | operator= (const p2d &a_from) |
Static Public Member Functions |
| static const std::string & | s_class () |
Detailed Description
Definition at line 12 of file p2d.
Constructor & Destructor Documentation
| inlib::histo::p2d::p2d |
( |
const std::string & |
a_title, |
|
|
int |
aXnumber, |
|
|
double |
aXmin, |
|
|
double |
aXmax, |
|
|
int |
aYnumber, |
|
|
double |
aYmin, |
|
|
double |
aYmax |
|
) |
| [inline] |
Definition at line 20 of file p2d.
: parent(a_title,aXnumber,aXmin,aXmax,
aYnumber,aYmin,aYmax)
{}
| inlib::histo::p2d::p2d |
( |
const std::string & |
a_title, |
|
|
int |
aXnumber, |
|
|
double |
aXmin, |
|
|
double |
aXmax, |
|
|
int |
aYnumber, |
|
|
double |
aYmin, |
|
|
double |
aYmax, |
|
|
double |
aVmin, |
|
|
double |
aVmax |
|
) |
| [inline] |
Definition at line 27 of file p2d.
: parent(a_title,aXnumber,aXmin,aXmax,aYnumber,aYmin,aYmax,aVmin,aVmax)
{}
| inlib::histo::p2d::p2d |
( |
const std::string & |
a_title, |
|
|
const std::vector< double > & |
aEdgesX, |
|
|
const std::vector< double > & |
aEdgesY |
|
) |
| [inline] |
Definition at line 34 of file p2d.
: parent(a_title,aEdgesX,aEdgesY)
{}
| inlib::histo::p2d::p2d |
( |
const std::string & |
a_title, |
|
|
const std::vector< double > & |
aEdgesX, |
|
|
const std::vector< double > & |
aEdgesY, |
|
|
double |
aVmin, |
|
|
double |
aVmax |
|
) |
| [inline] |
Definition at line 40 of file p2d.
: parent(a_title,aEdgesX,aEdgesY,aVmin,aVmax)
{}
| virtual inlib::histo::p2d::~p2d |
( |
| ) |
[inline, virtual] |
Definition at line 47 of file p2d.
| inlib::histo::p2d::p2d |
( |
const p2d & |
a_from | ) |
[inline] |
Definition at line 49 of file p2d.
Member Function Documentation
| p2d& inlib::histo::p2d::operator= |
( |
const p2d & |
a_from | ) |
[inline] |
Definition at line 50 of file p2d.
| static const std::string& inlib::histo::p2d::s_class |
( |
| ) |
[inline, static] |
The documentation for this class was generated from the following file:
- /Users/barrand/private/dev/softinex/old/inexlib-1.2/inlib/inlib/histo/p2d