|
|
| typedef CNetworkOfPoses< mrpt::poses::CPose2D, mrpt::utils::map_traits_stdmap > | mrpt::graphs::CNetworkOfPoses2D |
| | The specialization of CNetworkOfPoses for poses of type CPose2D (not a PDF!), also implementing serialization. More...
|
| |
| typedef CNetworkOfPoses< mrpt::poses::CPose3D, mrpt::utils::map_traits_stdmap > | mrpt::graphs::CNetworkOfPoses3D |
| | The specialization of CNetworkOfPoses for poses of type mrpt::poses::CPose3D (not a PDF!), also implementing serialization. More...
|
| |
| typedef CNetworkOfPoses< mrpt::poses::CPosePDFGaussian, mrpt::utils::map_traits_stdmap > | mrpt::graphs::CNetworkOfPoses2DCov |
| | The specialization of CNetworkOfPoses for poses of type CPosePDFGaussian, also implementing serialization. More...
|
| |
| typedef CNetworkOfPoses< mrpt::poses::CPose3DPDFGaussian, mrpt::utils::map_traits_stdmap > | mrpt::graphs::CNetworkOfPoses3DCov |
| | The specialization of CNetworkOfPoses for poses of type CPose3DPDFGaussian, also implementing serialization. More...
|
| |
| typedef CNetworkOfPoses< mrpt::poses::CPosePDFGaussianInf, mrpt::utils::map_traits_stdmap > | mrpt::graphs::CNetworkOfPoses2DInf |
| | The specialization of CNetworkOfPoses for poses of type CPosePDFGaussianInf, also implementing serialization. More...
|
| |
| typedef CNetworkOfPoses< mrpt::poses::CPose3DPDFGaussianInf, mrpt::utils::map_traits_stdmap > | mrpt::graphs::CNetworkOfPoses3DInf |
| | The specialization of CNetworkOfPoses for poses of type CPose3DPDFGaussianInf, also implementing serialization. More...
|
| |
| typedef CNetworkOfPoses< mrpt::poses::CPosePDFGaussianInf, mrpt::utils::map_traits_stdmap, mrpt::graphs::detail::TMRSlamNodeAnnotations > | mrpt::graphs::CNetworkOfPoses2DInf_NA |
| | Specializations of CNetworkOfPoses for graphs whose nodes inherit from TMRSlamNodeAnnotations struct. More...
|
| |
| typedef CNetworkOfPoses< mrpt::poses::CPose3DPDFGaussianInf, mrpt::utils::map_traits_stdmap, mrpt::graphs::detail::TMRSlamNodeAnnotations > | mrpt::graphs::CNetworkOfPoses3DInf_NA |
| |
|
| template<class CPOSE , class MAPS_IMPLEMENTATION , class NODE_ANNOTATIONS , class EDGE_ANNOTATIONS > |
| mrpt::utils::CStream & | mrpt::graphs::operator<< (mrpt::utils::CStream &out, const CNetworkOfPoses< CPOSE, MAPS_IMPLEMENTATION, NODE_ANNOTATIONS, EDGE_ANNOTATIONS > &obj) |
| | Binary serialization (write) operator "stream << graph". More...
|
| |
| template<class CPOSE , class MAPS_IMPLEMENTATION , class NODE_ANNOTATIONS , class EDGE_ANNOTATIONS > |
| mrpt::utils::CStream & | mrpt::graphs::operator>> (mrpt::utils::CStream &in, CNetworkOfPoses< CPOSE, MAPS_IMPLEMENTATION, NODE_ANNOTATIONS, EDGE_ANNOTATIONS > &obj) |
| | Binary serialization (read) operator "stream >> graph". More...
|
| |