We store the forest in an STL map, but parents are done with pointers. More...
#include <DSFMap.h>
Public Member Functions | |
Entry () | |
Public Attributes | |
std::map< KEY, Entry >::iterator | parent_ |
size_t | rank_ |
We store the forest in an STL map, but parents are done with pointers.
|
inline |
std::map<KEY, Entry>::iterator gtsam::DSFMap< KEY >::Entry::parent_ |
size_t gtsam::DSFMap< KEY >::Entry::rank_ |