| _GetBaseClass() | mrpt::poses::CPose2D | protectedstatic |
| _init_CPose2D | mrpt::poses::CPose2D | protectedstatic |
| AddComponents(const CPose2D &p) | mrpt::poses::CPose2D | |
| asString(std::string &s) const | mrpt::poses::CPose2D | |
| asString() const | mrpt::poses::CPose2D | inline |
| asTPose() const | mrpt::poses::CPose2D | |
| changeCoordinatesReference(const CPose2D &p) | mrpt::poses::CPose2D | inline |
| className | mrpt::poses::CPose2D | static |
| clone() const override | mrpt::poses::CPose2D | virtual |
| composeFrom(const CPose2D &A, const CPose2D &B) | mrpt::poses::CPose2D | |
| composePoint(double lx, double ly, double &gx, double &gy) const | mrpt::poses::CPose2D | |
| composePoint(const mrpt::math::TPoint2D &l, mrpt::math::TPoint2D &g) const | mrpt::poses::CPose2D | |
| composePoint(const mrpt::math::TPoint3D &l, mrpt::math::TPoint3D &g) const | mrpt::poses::CPose2D | |
| composePoint(double lx, double ly, double lz, double &gx, double &gy, double &gz) const | mrpt::poses::CPose2D | |
| const_reference typedef | mrpt::poses::CPose2D | |
| ConstPtr typedef | mrpt::poses::CPose2D | |
| ConstUniquePtr typedef | mrpt::poses::CPose2D | |
| CPose2D() | mrpt::poses::CPose2D | |
| CPose2D(const double x, const double y, const double phi) | mrpt::poses::CPose2D | |
| CPose2D(const CPoint2D &) | mrpt::poses::CPose2D | explicit |
| CPose2D(const CPose3D &) | mrpt::poses::CPose2D | explicit |
| CPose2D(const mrpt::math::TPose2D &) | mrpt::poses::CPose2D | explicit |
| CPose2D(const CPoint3D &) | mrpt::poses::CPose2D | explicit |
| CPose2D(TConstructorFlags_Poses) | mrpt::poses::CPose2D | inline |
| Create(Args &&... args) | mrpt::poses::CPose2D | inlinestatic |
| CreateObject() | mrpt::poses::CPose2D | static |
| CreateUnique(Args &&... args) | mrpt::poses::CPose2D | inlinestatic |
| derived() const | mrpt::poses::CPoseOrPoint< CPose2D > | inline |
| derived() | mrpt::poses::CPoseOrPoint< CPose2D > | inline |
| difference_type typedef | mrpt::poses::CPose2D | |
| distance2DFrobeniusTo(const CPose2D &p) const | mrpt::poses::CPose2D | |
| distance2DTo(double ax, double ay) const | mrpt::poses::CPoseOrPoint< CPose2D > | inline |
| distance2DToSquare(double ax, double ay) const | mrpt::poses::CPoseOrPoint< CPose2D > | inline |
| distance3DTo(double ax, double ay, double az) const | mrpt::poses::CPoseOrPoint< CPose2D > | inline |
| distance3DToSquare(double ax, double ay, double az) const | mrpt::poses::CPoseOrPoint< CPose2D > | inline |
| distanceTo(const CPoseOrPoint< OTHERCLASS > &b) const | mrpt::poses::CPoseOrPoint< CPose2D > | inline |
| distanceTo(const mrpt::math::TPoint3D &b) const | mrpt::poses::CPoseOrPoint< CPose2D > | inline |
| duplicateGetSmartPtr() const | mrpt::rtti::CObject | inline |
| empty() | mrpt::poses::CPose2D | inlinestatic |
| fromString(const std::string &s) | mrpt::poses::CPose2D | |
| fromStringRaw(const std::string &s) | mrpt::poses::CPose2D | |
| getAsVector(mrpt::math::CVectorDouble &v) const | mrpt::poses::CPose2D | |
| getAsVector(mrpt::math::CArrayDouble< 3 > &v) const | mrpt::poses::CPose2D | |
| getAsVectorVal() const | mrpt::poses::CPoseOrPoint< CPose2D > | inline |
| getClassName() | mrpt::poses::CPose2D | inlinestatic |
| getHomogeneousMatrix(mrpt::math::CMatrixDouble44 &out_HM) const | mrpt::poses::CPose2D | |
| getHomogeneousMatrixVal() const | mrpt::poses::CPoseOrPoint< CPose2D > | inline |
| getInverseHomogeneousMatrix(MATRIX44 &out_HM) const | mrpt::poses::CPoseOrPoint< CPose2D > | inline |
| getInverseHomogeneousMatrixVal() const | mrpt::poses::CPoseOrPoint< CPose2D > | inline |
| getOppositeScalar() const | mrpt::poses::CPose2D | |
| getPoseMean() const | mrpt::poses::CPose2D | inline |
| getPoseMean() | mrpt::poses::CPose2D | inline |
| getRotationMatrix(mrpt::math::CMatrixDouble22 &R) const | mrpt::poses::CPose2D | |
| getRotationMatrix(mrpt::math::CMatrixDouble33 &R) const | mrpt::poses::CPose2D | |
| getRotationMatrix() const | mrpt::poses::CPose2D | inline |
| GetRuntimeClass() const override | mrpt::poses::CPose2D | virtual |
| GetRuntimeClassIdStatic() | mrpt::poses::CPose2D | static |
| inverse() | mrpt::poses::CPose2D | |
| inverseComposeFrom(const CPose2D &A, const CPose2D &B) | mrpt::poses::CPose2D | |
| inverseComposePoint(const double gx, const double gy, double &lx, double &ly) const | mrpt::poses::CPose2D | |
| inverseComposePoint(const mrpt::math::TPoint2D &g, mrpt::math::TPoint2D &l) const | mrpt::poses::CPose2D | inline |
| is3DPoseOrPoint() | mrpt::poses::CPoseOrPoint< CPose2D > | inlinestatic |
| is_3D() | mrpt::poses::CPose2D | inlinestatic |
| is_3D_val enum value | mrpt::poses::CPose2D | |
| is_PDF() | mrpt::poses::CPose2D | inlinestatic |
| is_PDF_val enum value | mrpt::poses::CPose2D | |
| m_coords | mrpt::poses::CPose2D | |
| m_cosphi | mrpt::poses::CPose2D | mutableprotected |
| m_cossin_uptodate | mrpt::poses::CPose2D | mutableprotected |
| m_phi | mrpt::poses::CPose2D | protected |
| m_sinphi | mrpt::poses::CPose2D | protected |
| max_size() | mrpt::poses::CPose2D | inlinestatic |
| norm() const | mrpt::poses::CPoseOrPoint< CPose2D > | inline |
| normalizePhi() | mrpt::poses::CPose2D | |
| operator delete(void *ptr) noexcept | mrpt::poses::CPose2D | inline |
| operator delete(void *memory, void *ptr) noexcept | mrpt::poses::CPose2D | inline |
| operator delete(void *ptr, const std::nothrow_t &) noexcept | mrpt::poses::CPose2D | inline |
| operator delete[](void *ptr) noexcept | mrpt::poses::CPose2D | inline |
| operator new(size_t size) | mrpt::poses::CPose2D | inline |
| operator new(size_t size, void *ptr) | mrpt::poses::CPose2D | inlinestatic |
| operator new(size_t size, const std::nothrow_t &) noexcept | mrpt::poses::CPose2D | inline |
| operator new[](size_t size) | mrpt::poses::CPose2D | inline |
| operator*=(const double s) | mrpt::poses::CPose2D | |
| operator+(const CPose2D &D) const | mrpt::poses::CPose2D | |
| operator+(const CPose3D &D) const | mrpt::poses::CPose2D | |
| operator+(const CPoint2D &u) const | mrpt::poses::CPose2D | |
| operator+(const CPoint3D &u) const | mrpt::poses::CPose2D | |
| operator+=(const CPose2D &b) | mrpt::poses::CPose2D | |
| operator-(const CPose2D &b) const | mrpt::poses::CPose2D | inline |
| operator-(const CPose3D &b) const | mrpt::poses::CPose2D | |
| operator[](unsigned int i) const | mrpt::poses::CPose2D | inline |
| operator[](unsigned int i) | mrpt::poses::CPose2D | inline |
| phi() const | mrpt::poses::CPose2D | inline |
| phi() | mrpt::poses::CPose2D | inline |
| phi(double angle) | mrpt::poses::CPose2D | inline |
| phi_cos() const | mrpt::poses::CPose2D | inline |
| phi_incr(const double Aphi) | mrpt::poses::CPose2D | inline |
| phi_sin() const | mrpt::poses::CPose2D | inline |
| Ptr typedef | mrpt::poses::CPose2D | |
| reference typedef | mrpt::poses::CPose2D | |
| resize(const size_t n) | mrpt::poses::CPose2D | inlinestatic |
| rotation_dimensions enum value | mrpt::poses::CPose2D | |
| runtimeClassId | mrpt::poses::CPose2D | protectedstatic |
| serializeFrom(mrpt::serialization::CArchive &in, uint8_t serial_version) override | mrpt::poses::CPose2D | protectedvirtual |
| serializeGetVersion() const override | mrpt::poses::CPose2D | protectedvirtual |
| serializeTo(mrpt::serialization::CArchive &out) const override | mrpt::poses::CPose2D | protectedvirtual |
| setToNaN() override | mrpt::poses::CPose2D | virtual |
| size() | mrpt::poses::CPose2D | inlinestatic |
| size_type typedef | mrpt::poses::CPose2D | |
| sqrDistanceTo(const CPoseOrPoint< OTHERCLASS > &b) const | mrpt::poses::CPoseOrPoint< CPose2D > | inline |
| static_size enum value | mrpt::poses::CPose2D | |
| type_value typedef | mrpt::poses::CPose2D | |
| UniquePtr typedef | mrpt::poses::CPose2D | |
| update_cached_cos_sin() const | mrpt::poses::CPose2D | protected |
| value_type typedef | mrpt::poses::CPose2D | |
| writeToMatlab() const | mrpt::serialization::CSerializable | inlinevirtual |
| x() const | mrpt::poses::CPoseOrPoint< CPose2D > | inline |
| x() | mrpt::poses::CPoseOrPoint< CPose2D > | inline |
| x(const double v) | mrpt::poses::CPoseOrPoint< CPose2D > | inline |
| x_incr(const double v) | mrpt::poses::CPoseOrPoint< CPose2D > | inline |
| y() const | mrpt::poses::CPoseOrPoint< CPose2D > | inline |
| y() | mrpt::poses::CPoseOrPoint< CPose2D > | inline |
| y(const double v) | mrpt::poses::CPoseOrPoint< CPose2D > | inline |
| y_incr(const double v) | mrpt::poses::CPoseOrPoint< CPose2D > | inline |
| ~CObject() | mrpt::rtti::CObject | inlinevirtual |
| ~CSerializable() | mrpt::serialization::CSerializable | inlinevirtual |