Go to the source code of this file.
|
|
| using | mrpt::graphs::CNetworkOfPoses2D = CNetworkOfPoses< mrpt::poses::CPose2D > |
| | The specialization of CNetworkOfPoses for poses of type CPose2D (not a PDF!), also implementing serialization. More...
|
| |
| using | mrpt::graphs::CNetworkOfPoses3D = CNetworkOfPoses< mrpt::poses::CPose3D > |
| | The specialization of CNetworkOfPoses for poses of type mrpt::poses::CPose3D (not a PDF!), also implementing serialization. More...
|
| |
| using | mrpt::graphs::CNetworkOfPoses2DCov = CNetworkOfPoses< mrpt::poses::CPosePDFGaussian > |
| | The specialization of CNetworkOfPoses for poses of type CPosePDFGaussian, also implementing serialization. More...
|
| |
| using | mrpt::graphs::CNetworkOfPoses3DCov = CNetworkOfPoses< mrpt::poses::CPose3DPDFGaussian > |
| | The specialization of CNetworkOfPoses for poses of type CPose3DPDFGaussian, also implementing serialization. More...
|
| |
| using | mrpt::graphs::CNetworkOfPoses2DInf = CNetworkOfPoses< mrpt::poses::CPosePDFGaussianInf > |
| | The specialization of CNetworkOfPoses for poses of type CPosePDFGaussianInf, also implementing serialization. More...
|
| |
| using | mrpt::graphs::CNetworkOfPoses3DInf = CNetworkOfPoses< mrpt::poses::CPose3DPDFGaussianInf > |
| | The specialization of CNetworkOfPoses for poses of type CPose3DPDFGaussianInf, also implementing serialization. More...
|
| |
| using | mrpt::graphs::CNetworkOfPoses2DInf_NA = CNetworkOfPoses< mrpt::poses::CPosePDFGaussianInf, mrpt::containers::map_traits_stdmap, mrpt::graphs::detail::TMRSlamNodeAnnotations > |
| | Specializations of CNetworkOfPoses for graphs whose nodes inherit from TMRSlamNodeAnnotations struct. More...
|
| |
| using | mrpt::graphs::CNetworkOfPoses3DInf_NA = CNetworkOfPoses< mrpt::poses::CPose3DPDFGaussianInf, mrpt::containers::map_traits_stdmap, mrpt::graphs::detail::TMRSlamNodeAnnotations > |
| |
|
| template<class CPOSE , class MAPS_IMPLEMENTATION , class NODE_ANNOTATIONS , class EDGE_ANNOTATIONS > |
| mrpt::serialization::CArchive & | mrpt::graphs::operator<< (mrpt::serialization::CArchive &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::serialization::CArchive & | mrpt::graphs::operator>> (mrpt::serialization::CArchive &in, CNetworkOfPoses< CPOSE, MAPS_IMPLEMENTATION, NODE_ANNOTATIONS, EDGE_ANNOTATIONS > &obj) |
| | Binary serialization (read) operator "stream >> graph". More...
|
| |