|
|
| DSFBase (const size_t numNodes) |
| | constructor that allocate new memory, allows for keys 0...numNodes-1
|
| |
|
| DSFBase (const boost::shared_ptr< V > &v_in) |
| | constructor that uses the existing memory
|
| |
|
size_t | find (size_t key) const |
| | find the label of the set in which {key} lives
|
| |
|
void | merge (const size_t &i1, const size_t &i2) |
| | Merge two sets.
|
| |
| size_t | findSet (size_t key) const |
| |
| void | makeUnionInPlace (const size_t &i1, const size_t &i2) |
| |
|
|
typedef std::vector< size_t > | V |
| | Vector of ints.
|
| |
| size_t gtsam::DSFBase::findSet |
( |
size_t |
key | ) |
const |
|
inline |
| void gtsam::DSFBase::makeUnionInPlace |
( |
const size_t & |
i1, |
|
|
const size_t & |
i2 |
|
) |
| |
|
inline |
The documentation for this class was generated from the following files: