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 36 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 40 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 44 of file Subgraph.h.
References pPBM, subgraphPlanesIdx, and mrpt::pbmap::PbMap::vPlanes.
PbMap* mrpt::pbmap::Subgraph::pPBM |
Definition at line 66 of file Subgraph.h.
Referenced by Subgraph().
std::set<unsigned> mrpt::pbmap::Subgraph::subgraphPlanesIdx |
Definition at line 69 of file Subgraph.h.
Referenced by mrpt::pbmap::PbMapLocaliser::compareSubgraphNeighbors(), mrpt::pbmap::SubgraphMatcher::compareSubgraphs(), and Subgraph().
Page generated by Doxygen 1.8.14 for MRPT 1.9.9 Git: ae4571287 Thu Nov 23 00:06:53 2017 +0100 at dom oct 27 23:51:55 CET 2019 |