#include <BlobComplex.h>
Definition at line 49 of file BlobComplex.h.
BlobComplex::BlobComplex |
( |
| ) |
|
|
inline |
void BlobComplex::fill |
( |
unsigned int & |
serial | ) |
|
Definition at line 106 of file BlobComplex.cc.
References i, and objects.
108 for(
unsigned int i = 0;
i < 3;
i++) {
std::vector< BlobComplexObjects > objects
bool BlobComplex::operator!= |
( |
const BlobComplex & |
rhs | ) |
const |
|
inline |
Definition at line 55 of file BlobComplex.h.
56 {
return !(*
this == rhs); }
bool BlobComplex::operator== |
( |
const BlobComplex & |
rhs | ) |
const |
Definition at line 123 of file BlobComplex.cc.
References objects.
126 std::vector<BlobComplexObjects>::const_iterator iter1 =
objects.begin();
127 std::vector<BlobComplexObjects>::const_iterator iter2 = rhs.
objects.begin();
129 if (*iter1++ != *iter2++)
return false;
std::vector< BlobComplexObjects > objects
void BlobComplex::print |
( |
void |
| ) |
const |