Public Member Functions | Public Attributes | List of all members
gtsam::DSFMap< KEY >::Entry Struct Reference

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_
 

Detailed Description

template<class KEY>
struct gtsam::DSFMap< KEY >::Entry

We store the forest in an STL map, but parents are done with pointers.

Definition at line 37 of file DSFMap.h.

Constructor & Destructor Documentation

template<class KEY>
gtsam::DSFMap< KEY >::Entry::Entry ( )
inline

Definition at line 40 of file DSFMap.h.

Member Data Documentation

template<class KEY>
std::map<KEY, Entry>::iterator gtsam::DSFMap< KEY >::Entry::parent_

Definition at line 38 of file DSFMap.h.

template<class KEY>
size_t gtsam::DSFMap< KEY >::Entry::rank_

Definition at line 39 of file DSFMap.h.


The documentation for this struct was generated from the following file:


gtsam
Author(s):
autogenerated on Sat May 8 2021 02:58:08