|
| struct | graph_ops< GRAPH_T > |
| |
| struct | mrpt::graphs::detail::node_annotations_empty |
| | An empty structure. More...
|
| |
| class | mrpt::graphs::CNetworkOfPoses< CPOSE, MAPS_IMPLEMENTATION, NODE_ANNOTATIONS, EDGE_ANNOTATIONS > |
| | A directed graph of pose constraints, with edges being the relative pose between pairs of nodes indentified by their numeric IDs (of type TNodeID). More...
|
| |
| struct | mrpt::graphs::CNetworkOfPoses< CPOSE, MAPS_IMPLEMENTATION, NODE_ANNOTATIONS, EDGE_ANNOTATIONS >::global_pose_t |
| | The type of each global pose in nodes: an extension of the constraint_no_pdf_t pose with any optional user-defined data. More...
|
| |
| struct | mrpt::graphs::CNetworkOfPoses2DPtr |
| |
| struct | mrpt::graphs::CNetworkOfPoses3DPtr |
| |
| struct | mrpt::graphs::CNetworkOfPoses2DCovPtr |
| |
| struct | mrpt::graphs::CNetworkOfPoses3DCovPtr |
| |
| struct | mrpt::graphs::CNetworkOfPoses2DInfPtr |
| |
| struct | mrpt::graphs::CNetworkOfPoses3DInfPtr |
| |
| class | mrpt::graphs::CNetworkOfPoses2D |
| | The specialization of CNetworkOfPoses for poses of type CPose2D (not a PDF!), also implementing serialization. More...
|
| |
| class | mrpt::graphs::CNetworkOfPoses3D |
| | The specialization of CNetworkOfPoses for poses of type CPose3D (not a PDF!), also implementing serialization. More...
|
| |
| class | mrpt::graphs::CNetworkOfPoses2DCov |
| | The specialization of CNetworkOfPoses for poses of type CPosePDFGaussian, also implementing serialization. More...
|
| |
| class | mrpt::graphs::CNetworkOfPoses3DCov |
| | The specialization of CNetworkOfPoses for poses of type CPose3DPDFGaussian, also implementing serialization. More...
|
| |
| class | mrpt::graphs::CNetworkOfPoses2DInf |
| | The specialization of CNetworkOfPoses for poses of type CPosePDFGaussianInf, also implementing serialization. More...
|
| |
| class | mrpt::graphs::CNetworkOfPoses3DInf |
| | The specialization of CNetworkOfPoses for poses of type CPose3DPDFGaussianInf, also implementing serialization. More...
|
| |