#include <mrpt/poses/CPose3DQuatPDF.h>#include <mrpt/poses/CPose3DPDF.h>#include <mrpt/poses/CPosePDF.h>#include <mrpt/math/CMatrixD.h>

Go to the source code of this file.
Classes | |
| class | mrpt::poses::CPose3DQuatPDFGaussianInf | 
Declares a class that represents a Probability Density function (PDF) of a 3D pose using a quaternion  .  More... | |
Namespaces | |
| mrpt | |
| This is the global namespace for all Mobile Robot Programming Toolkit (MRPT) libraries.  | |
| mrpt::poses | |
| Classes for 2D/3D geometry representation, both of single values and probability density distributions (PDFs) in many forms.  | |
Functions | |
| ::mrpt::utils::CStream & | mrpt::poses::operator>> (mrpt::utils::CStream &in, CPose3DQuatPDFGaussianInfPtr &pObj) | 
| bool BASE_IMPEXP | mrpt::poses::operator== (const CPose3DQuatPDFGaussianInf &p1, const CPose3DQuatPDFGaussianInf &p2) | 
| CPose3DQuatPDFGaussianInf BASE_IMPEXP | mrpt::poses::operator+ (const CPose3DQuatPDFGaussianInf &x, const CPose3DQuatPDFGaussianInf &u) | 
| Pose composition for two 3D pose Gaussians.  More... | |
| CPose3DQuatPDFGaussianInf BASE_IMPEXP | mrpt::poses::operator- (const CPose3DQuatPDFGaussianInf &x, const CPose3DQuatPDFGaussianInf &u) | 
| Inverse pose composition for two 3D pose Gaussians.  More... | |
| std::ostream BASE_IMPEXP & | mrpt::poses::operator<< (std::ostream &out, const CPose3DQuatPDFGaussianInf &obj) | 
| Dumps the mean and covariance matrix to a text stream.  More... | |
| Page generated by Doxygen 1.8.14 for MRPT 1.5.7 Git: 5902e14cc Wed Apr 24 15:04:01 2019 +0200 at lun oct 28 01:39:17 CET 2019 |