#include <BlobComplex.h>
Public Member Functions | |
BlobComplex () | |
void | fill (unsigned int &serial) |
bool | operator!= (const BlobComplex &rhs) const |
bool | operator== (const BlobComplex &rhs) const |
void | print () const |
Public Attributes | |
std::vector< BlobComplexObjects > | objects |
Definition at line 49 of file BlobComplex.h.
BlobComplex::BlobComplex | ( | ) | [inline] |
Definition at line 50 of file BlobComplex.h.
{}
void BlobComplex::fill | ( | unsigned int & | serial | ) |
Definition at line 106 of file BlobComplex.cc.
bool BlobComplex::operator!= | ( | const BlobComplex & | rhs | ) | const [inline] |
Definition at line 55 of file BlobComplex.h.
{ return !(*this == rhs); }
bool BlobComplex::operator== | ( | const BlobComplex & | rhs | ) | const |
Definition at line 123 of file BlobComplex.cc.
References objects.
void BlobComplex::print | ( | void | ) | const |
Definition at line 114 of file BlobComplex.cc.
References gather_cfg::cout, and objects.
std::vector<BlobComplexObjects> BlobComplex::objects |
Definition at line 58 of file BlobComplex.h.
Referenced by fill(), operator==(), and print().