Allow for arbitrary type in DSF. More...
#include <cstdlib>
#include <map>
#include <set>
#include <vector>
Go to the source code of this file.
Classes | |
class | gtsam::DSFMap< KEY > |
struct | gtsam::DSFMap< KEY >::Entry |
We store the forest in an STL map, but parents are done with pointers. More... | |
class | gtsam::IndexPair |
Small utility class for representing a wrappable pairs of ints. More... | |
Namespaces | |
gtsam | |
traits | |
Typedefs | |
typedef DSFMap< IndexPair > | gtsam::DSFMapIndexPair |
typedef std::set< IndexPair > | gtsam::IndexPairSet |
typedef std::map< IndexPair, IndexPairSet > | gtsam::IndexPairSetMap = dict |
typedef std::vector< IndexPair > | gtsam::IndexPairVector = list |
Functions | |
IndexPairVector | gtsam::IndexPairSetAsArray (IndexPairSet &set) |