Public Types |
typedef P_I_Histo_3D | Like_Current |
| Convenience typedef to current type.
|
Public Methods |
| H_IID_IMPLEMENT (P_I_Histo_3D) |
| Very simple RTTI feature.
|
typedef | H_P__REF (I_Histo_3D) Ref_Like_Current |
| Convenience typedef to reference to current type.
|
virtual Size | extra_bin_count () const |
| Number of extra bins.
|
virtual Size | dim () const |
| Dimension of the histo, i.e. of the problem space.
|
virtual int | version () const |
Ref_Like_Current | clone (int copy_data=1) |
| Make a clone of the structure of this histo.
|
Ref_Like_Current | clone (H_P_CLUSTER1(a_place), int copy_data=1) |
| Clone with clustering hint.
|
Ref_Like_Current | add (const Ref_Like_Current &other) |
| Add other histo to this histo and return a handle to this histo.
|
void | add (const I_Histo &other) |
| Add other histo to current histo.
|
Ref_Like_Current | sub (const Ref_Like_Current &other) |
| Subtract other histo from current histo and return a handle to this histo.
|
void | sub (const I_Histo &other) |
| Subtract other histo to current histo.
|
Ref_Like_Current | mul (const Ref_Like_Current &other) |
| Multiply other histo by current histo and return a handle to this histo.
|
void | mul (const I_Histo &other) |
| Multiply current histo by other histo.
|
Ref_Like_Current | div (const Ref_Like_Current &other) |
| Divide current histo by other histo and return a handle to this histo.
|
void | div (const I_Histo &other) |
| Divide current histo by other histo.
|
Ref_Like_Current | binomial_div (const Ref_Like_Current &other) |
| Do binomial division of current histo by other histo and return a handle to this histo.
|
void | binomial_div (const I_Histo &other) |
| Do binomial division of current histo by other histo.
|
void | add (double x) |
| Add scalar value x to current histo.
|
void | sub (double x) |
| Subtract scalar value x from current histo.
|
void | mul (double x) |
| Multiply current histo by scalar value x .
|
void | div (double x) |
| Divide current histo by scalar value x.
|
Protected Methods |
| P_I_Histo_3D () |
virtual | ~P_I_Histo_3D () |
| Virtual destructor.
|