Main MRPT website > C++ reference
MRPT logo
mrpt::math::KDTreeCapable Member List
This is the complete list of members for mrpt::math::KDTreeCapable, including all inherited members.
derived() const mrpt::math::KDTreeCapable [inline]
derived()mrpt::math::KDTreeCapable [inline]
kdtree_mark_as_outdated() const mrpt::math::KDTreeCapable [inline, protected]
kdtree_search_paramsmrpt::math::KDTreeCapable
KDTreeCapable()mrpt::math::KDTreeCapable [inline]
kdTreeClosestPoint2D(float x0, float y0, float &out_x, float &out_y, float &out_dist_sqr) const mrpt::math::KDTreeCapable [inline]
kdTreeClosestPoint2D(float x0, float y0, float &out_dist_sqr) const mrpt::math::KDTreeCapable [inline]
kdTreeClosestPoint2D(const TPoint2D &p0, TPoint2D &pOut, float &outDistSqr) const mrpt::math::KDTreeCapable [inline]
kdTreeClosestPoint2DsqrError(float x0, float y0) const mrpt::math::KDTreeCapable [inline]
kdTreeClosestPoint2DsqrError(const TPoint2D &p0) const mrpt::math::KDTreeCapable [inline]
kdTreeClosestPoint3D(float x0, float y0, float z0, float &out_x, float &out_y, float &out_z, float &out_dist_sqr) const mrpt::math::KDTreeCapable [inline]
kdTreeClosestPoint3D(float x0, float y0, float z0, float &out_dist_sqr) const mrpt::math::KDTreeCapable [inline]
kdTreeClosestPoint3D(const TPoint3D &p0, TPoint3D &pOut, float &outDistSqr) const mrpt::math::KDTreeCapable [inline]
kdTreeNClosestPoint2D(float x0, float y0, size_t knn, std::vector< float > &out_x, std::vector< float > &out_y, std::vector< float > &out_dist_sqr) const mrpt::math::KDTreeCapable [inline]
kdTreeNClosestPoint2D(const TPoint2D &p0, size_t N, std::vector< TPoint2D > &pOut, std::vector< float > &outDistSqr) const mrpt::math::KDTreeCapable [inline]
kdTreeNClosestPoint2DIdx(float x0, float y0, size_t knn, std::vector< int > &out_idx, std::vector< float > &out_dist_sqr) const mrpt::math::KDTreeCapable [inline]
kdTreeNClosestPoint2DIdx(const TPoint2D &p0, size_t N, std::vector< int > &outIdx, std::vector< float > &outDistSqr) const mrpt::math::KDTreeCapable [inline]
kdTreeNClosestPoint3D(float x0, float y0, float z0, size_t knn, std::vector< float > &out_x, std::vector< float > &out_y, std::vector< float > &out_z, std::vector< float > &out_dist_sqr) const mrpt::math::KDTreeCapable [inline]
kdTreeNClosestPoint3D(const TPoint3D &p0, size_t N, std::vector< TPoint3D > &pOut, std::vector< float > &outDistSqr) const mrpt::math::KDTreeCapable [inline]
kdTreeNClosestPoint3DIdx(float x0, float y0, float z0, size_t knn, std::vector< int > &out_idx, std::vector< float > &out_dist_sqr) const mrpt::math::KDTreeCapable [inline]
kdTreeNClosestPoint3DIdx(const TPoint3D &p0, size_t N, std::vector< int > &outIdx, std::vector< float > &outDistSqr) const mrpt::math::KDTreeCapable [inline]
kdTreeTwoClosestPoint2D(float x0, float y0, float &out_x1, float &out_y1, float &out_x2, float &out_y2, float &out_dist_sqr1, float &out_dist_sqr2) const mrpt::math::KDTreeCapable [inline]
kdTreeTwoClosestPoint2D(const TPoint2D &p0, TPoint2D &pOut1, TPoint2D &pOut2, float &outDistSqr1, float &outDistSqr2) const mrpt::math::KDTreeCapable [inline]
m_kdtree2d_datamrpt::math::KDTreeCapable [mutable, private]
m_kdtree3d_datamrpt::math::KDTreeCapable [mutable, private]
m_kdtree_is_uptodatemrpt::math::KDTreeCapable [mutable, private]
m_kdtreeNd_datamrpt::math::KDTreeCapable [mutable, private]
rebuild_kdTree_2D() const mrpt::math::KDTreeCapable [inline, private]
rebuild_kdTree_3D() const mrpt::math::KDTreeCapable [inline, private]
rebuild_kdTree_Nd(const size_t nDims) const mrpt::math::KDTreeCapable [inline, private]
self_t typedefmrpt::math::KDTreeCapable
~KDTreeCapable()mrpt::math::KDTreeCapable [inline]



Page generated by Doxygen 1.7.5 for MRPT 0.9.5 SVN: at Thu Oct 13 21:25:36 UTC 2011