Main MRPT website > C++ reference
MRPT logo
mrpt::graphs::CNetworkOfPoses2D Member List

This is the complete list of members for mrpt::graphs::CNetworkOfPoses2D, including all inherited members.

_GetBaseClass()mrpt::graphs::CNetworkOfPoses2Dprotectedstatic
_init_CNetworkOfPoses2Dmrpt::graphs::CNetworkOfPoses2Dprotectedstatic
BASE typedefmrpt::graphs::CNetworkOfPoses< CPose2D, map_traits_stdmap >
begin()mrpt::graphs::CDirectedGraph< CPose2D, mrpt::graphs::detail::edge_annotations_empty >inline
begin() constmrpt::graphs::CDirectedGraph< CPose2D, mrpt::graphs::detail::edge_annotations_empty >inline
CDirectedGraph(const edges_map_t &obj)mrpt::graphs::CDirectedGraph< CPose2D, mrpt::graphs::detail::edge_annotations_empty >inline
CDirectedGraph()mrpt::graphs::CDirectedGraph< CPose2D, mrpt::graphs::detail::edge_annotations_empty >inline
classCNetworkOfPoses2Dmrpt::graphs::CNetworkOfPoses2Dstatic
classCObjectmrpt::utils::CObjectstatic
classCSerializablemrpt::utils::CSerializablestatic
classinfomrpt::graphs::CNetworkOfPoses2Dstatic
clear()mrpt::graphs::CNetworkOfPoses< CPose2D, map_traits_stdmap >inline
clearEdges()mrpt::graphs::CDirectedGraph< CPose2D, mrpt::graphs::detail::edge_annotations_empty >inline
clone() const mrpt::utils::CObjectinline
CNetworkOfPoses()mrpt::graphs::CNetworkOfPoses< CPose2D, map_traits_stdmap >inline
collapseDuplicatedEdges()mrpt::graphs::CNetworkOfPoses< CPose2D, map_traits_stdmap >inline
const_iterator typedefmrpt::graphs::CDirectedGraph< CPose2D, mrpt::graphs::detail::edge_annotations_empty >
constraint_no_pdf_t typedefmrpt::graphs::CNetworkOfPoses< CPose2D, map_traits_stdmap >
constraint_t typedefmrpt::graphs::CNetworkOfPoses< CPose2D, map_traits_stdmap >
countDifferentNodesInEdges() constmrpt::graphs::CDirectedGraph< CPose2D, mrpt::graphs::detail::edge_annotations_empty >inline
Create()mrpt::graphs::CNetworkOfPoses2Dstatic
CreateObject()mrpt::graphs::CNetworkOfPoses2Dstatic
dijkstra_nodes_estimate()mrpt::graphs::CNetworkOfPoses< CPose2D, map_traits_stdmap >inline
duplicate() const mrpt::graphs::CNetworkOfPoses2Dvirtual
duplicateGetSmartPtr() const mrpt::utils::CObjectinline
edge_annotations_t typedefmrpt::graphs::CNetworkOfPoses< CPose2D, map_traits_stdmap >
edgeCount() constmrpt::graphs::CDirectedGraph< CPose2D, mrpt::graphs::detail::edge_annotations_empty >inline
edgeExists(TNodeID from_nodeID, TNodeID to_nodeID) constmrpt::graphs::CDirectedGraph< CPose2D, mrpt::graphs::detail::edge_annotations_empty >inline
edgesmrpt::graphs::CDirectedGraph< CPose2D, mrpt::graphs::detail::edge_annotations_empty >
edges_map_t typedefmrpt::graphs::CDirectedGraph< CPose2D, mrpt::graphs::detail::edge_annotations_empty >
edges_store_inverse_posesmrpt::graphs::CNetworkOfPoses< CPose2D, map_traits_stdmap >
end()mrpt::graphs::CDirectedGraph< CPose2D, mrpt::graphs::detail::edge_annotations_empty >inline
end() constmrpt::graphs::CDirectedGraph< CPose2D, mrpt::graphs::detail::edge_annotations_empty >inline
eraseEdge(TNodeID from_nodeID, TNodeID to_nodeID)mrpt::graphs::CDirectedGraph< CPose2D, mrpt::graphs::detail::edge_annotations_empty >inline
getAdjacencyMatrix(MAP_NODEID_SET_NODEIDS &outAdjacency) constmrpt::graphs::CDirectedGraph< CPose2D, mrpt::graphs::detail::edge_annotations_empty >inline
getAdjacencyMatrix(MAP_NODEID_SET_NODEIDS &outAdjacency, const SET_NODEIDS &onlyForTheseNodes) constmrpt::graphs::CDirectedGraph< CPose2D, mrpt::graphs::detail::edge_annotations_empty >inline
getAllNodes(std::set< TNodeID > &lstNode_IDs) constmrpt::graphs::CDirectedGraph< CPose2D, mrpt::graphs::detail::edge_annotations_empty >inline
getAllNodes() constmrpt::graphs::CDirectedGraph< CPose2D, mrpt::graphs::detail::edge_annotations_empty >inline
getEdge(TNodeID from_nodeID, TNodeID to_nodeID)mrpt::graphs::CDirectedGraph< CPose2D, mrpt::graphs::detail::edge_annotations_empty >inline
getEdge(TNodeID from_nodeID, TNodeID to_nodeID) constmrpt::graphs::CDirectedGraph< CPose2D, mrpt::graphs::detail::edge_annotations_empty >inline
getEdges(TNodeID from_nodeID, TNodeID to_nodeID)mrpt::graphs::CDirectedGraph< CPose2D, mrpt::graphs::detail::edge_annotations_empty >inline
getEdges(TNodeID from_nodeID, TNodeID to_nodeID) constmrpt::graphs::CDirectedGraph< CPose2D, mrpt::graphs::detail::edge_annotations_empty >inline
getEdgeSquareError(const typename BASE::edges_map_t::const_iterator &itEdge, bool ignoreCovariances=true) constmrpt::graphs::CNetworkOfPoses< CPose2D, map_traits_stdmap >inline
getEdgeSquareError(const TNodeID from_id, const TNodeID to_id, bool ignoreCovariances=true) constmrpt::graphs::CNetworkOfPoses< CPose2D, map_traits_stdmap >inline
getGlobalSquareError(bool ignoreCovariances=true) constmrpt::graphs::CNetworkOfPoses< CPose2D, map_traits_stdmap >inline
getNeighborsOf(const TNodeID nodeID, std::set< TNodeID > &neighborIDs) constmrpt::graphs::CDirectedGraph< CPose2D, mrpt::graphs::detail::edge_annotations_empty >inline
GetRuntimeClass() const mrpt::graphs::CNetworkOfPoses2Dvirtual
global_poses_pdf_t typedefmrpt::graphs::CNetworkOfPoses< CPose2D, map_traits_stdmap >
global_poses_t typedefmrpt::graphs::CNetworkOfPoses< CPose2D, map_traits_stdmap >
insertEdge(TNodeID from_nodeID, TNodeID to_nodeID, const edge_t &edge_value)mrpt::graphs::CDirectedGraph< CPose2D, mrpt::graphs::detail::edge_annotations_empty >inline
insertEdgeAtEnd(TNodeID from_nodeID, TNodeID to_nodeID, const edge_t &edge_value)mrpt::graphs::CDirectedGraph< CPose2D, mrpt::graphs::detail::edge_annotations_empty >inline
iterator typedefmrpt::graphs::CDirectedGraph< CPose2D, mrpt::graphs::detail::edge_annotations_empty >
loadFromTextFile(const std::string &fileName, bool collapse_dup_edges=true)mrpt::graphs::CNetworkOfPoses< CPose2D, map_traits_stdmap >inline
maps_implementation_t typedefmrpt::graphs::CNetworkOfPoses< CPose2D, map_traits_stdmap >
node_annotations_t typedefmrpt::graphs::CNetworkOfPoses< CPose2D, map_traits_stdmap >
nodeCount() constmrpt::graphs::CNetworkOfPoses< CPose2D, map_traits_stdmap >inline
nodesmrpt::graphs::CNetworkOfPoses< CPose2D, map_traits_stdmap >
readFromStream(mrpt::utils::CStream &in, int version)=0mrpt::utils::CSerializableprotectedpure virtual
rootmrpt::graphs::CNetworkOfPoses< CPose2D, map_traits_stdmap >
saveToTextFile(const std::string &fileName) constmrpt::graphs::CNetworkOfPoses< CPose2D, map_traits_stdmap >inline
self_t typedefmrpt::graphs::CNetworkOfPoses< CPose2D, map_traits_stdmap >
SmartPtr typedefmrpt::graphs::CNetworkOfPoses2D
writeToStream(mrpt::utils::CStream &out, int *getVersion) const =0mrpt::utils::CSerializableprotectedpure virtual
~CNetworkOfPoses()mrpt::graphs::CNetworkOfPoses< CPose2D, map_traits_stdmap >inline
~CObject()mrpt::utils::CObjectinlinevirtual
~CSerializable()mrpt::utils::CSerializableinlinevirtual



Page generated by Doxygen 1.8.3 for MRPT 0.9.6 SVN: at Fri Feb 15 22:05:02 EST 2013