#include <BlobComplex.h>
Public Member Functions | |
BlobComplexObjects () | |
void | fill (unsigned int &serial) |
bool | operator!= (const BlobComplexObjects &rhs) const |
bool | operator== (const BlobComplexObjects &rhs) const |
void | print () const |
Public Attributes | |
unsigned int | a |
unsigned int | b |
std::vector< BlobComplexContent > | content |
Definition at line 36 of file BlobComplex.h.
|
inline |
Definition at line 37 of file BlobComplex.h.
void BlobComplexObjects::fill | ( | unsigned int & | serial | ) |
Definition at line 73 of file BlobComplex.cc.
References a, b, content, and i.
|
inline |
Definition at line 42 of file BlobComplex.h.
bool BlobComplexObjects::operator== | ( | const BlobComplexObjects & | rhs | ) | const |
Definition at line 94 of file BlobComplex.cc.
void BlobComplexObjects::print | ( | void | ) | const |
unsigned int BlobComplexObjects::a |
Definition at line 45 of file BlobComplex.h.
Referenced by fill(), operator==(), and print().
unsigned int BlobComplexObjects::b |
Definition at line 45 of file BlobComplex.h.
Referenced by fill(), operator==(), and print().
std::vector<BlobComplexContent> BlobComplexObjects::content |
Definition at line 46 of file BlobComplex.h.
Referenced by python.rootplot.utilities.Hist2D::_flat_content(), python.rootplot.root2matplotlib.Hist2D::box(), python.rootplot.root2matplotlib.Hist2D::col(), python.rootplot.root2matplotlib.Hist2D::contour(), fill(), operator==(), print(), python.rootplot.utilities.Hist2D::TH2F(), and python.rootplot.root2matplotlib.Hist2D::TH2F().