This class defines a subgraph inside a PbMap. This subgraph represents the entity to be matched in order to recognize a previous place.
Definition at line 34 of file Subgraph.h.
#include <mrpt/pbmap/Subgraph.h>
Public Member Functions | |
Subgraph () | |
Subgraph (PbMap *pPbMap, const unsigned &refPlaneId) | |
Public Attributes | |
PbMap * | pPBM |
std::set< unsigned > | subgraphPlanesIdx |
|
inline |
Subgraph constructor with no parameters
Definition at line 38 of file Subgraph.h.
|
inline |
Construct a subgraph, inside a given PbMap, as a set of neighborh planes (1-connected) of a reference plane.
Definition at line 41 of file Subgraph.h.
PbMap* mrpt::pbmap::Subgraph::pPBM |
Definition at line 59 of file Subgraph.h.
std::set<unsigned> mrpt::pbmap::Subgraph::subgraphPlanesIdx |
Definition at line 62 of file Subgraph.h.
Referenced by mrpt::pbmap::PbMapLocaliser::compareSubgraphNeighbors(), and mrpt::pbmap::SubgraphMatcher::compareSubgraphs().
Page generated by Doxygen 1.8.14 for MRPT 1.5.9 Git: 690a4699f Wed Apr 15 19:29:53 2020 +0200 at miƩ abr 15 19:30:12 CEST 2020 |