, including all inherited members.
begin() | mrpt::vision::CFeatureList | [inline] |
begin() const | mrpt::vision::CFeatureList | [inline] |
CFeatureList() | mrpt::vision::CFeatureList | |
clear() | mrpt::vision::CFeatureList | [inline] |
const_iterator typedef | mrpt::vision::CFeatureList | |
const_reverse_iterator typedef | mrpt::vision::CFeatureList | |
copyListFrom(const CFeatureList &otherList) | mrpt::vision::CFeatureList | |
empty() const | mrpt::vision::CFeatureList | [inline] |
end() | mrpt::vision::CFeatureList | [inline] |
end() const | mrpt::vision::CFeatureList | [inline] |
erase(const iterator it) | mrpt::vision::CFeatureList | [inline] |
get_type() const | mrpt::vision::CFeatureList | [inline] |
getByID(TFeatureID ID) const | mrpt::vision::CFeatureList | |
getByMultiIDs(const vector< TFeatureID > &IDs, vector< CFeaturePtr > &out, vector< int > &outIndex) const | mrpt::vision::CFeatureList | |
getMaxID() const | mrpt::vision::CFeatureList | |
iterator typedef | mrpt::vision::CFeatureList | |
kdtree_fill_point_data(ANNpointArray &data, const int nDims) const | mrpt::vision::CFeatureList | [virtual] |
kdtree_get_point_count() const | mrpt::vision::CFeatureList | [inline, virtual] |
kdtree_mark_as_outdated() const | mrpt::math::KDTreeCapable | [inline, protected] |
KDTreeCapable() | mrpt::math::KDTreeCapable | |
kdTreeClosestPoint2D(float x0, float y0, float &out_x, float &out_y, float &out_dist_sqr) const | mrpt::math::KDTreeCapable | |
kdTreeClosestPoint2D(const TPoint2D &p0, TPoint2D &pOut, float &outDistSqr) const | mrpt::math::KDTreeCapable | [inline] |
kdTreeClosestPoint2DsqrError(float x0, float y0) const | mrpt::math::KDTreeCapable | |
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 | |
kdTreeClosestPoint3D(const TPoint3D &p0, TPoint3D &pOut, float &outDistSqr) const | mrpt::math::KDTreeCapable | [inline] |
kdTreeNClosestPoint2D(float x0, float y0, size_t N, std::vector< float > &out_x, std::vector< float > &out_y, std::vector< float > &out_dist_sqr) const | mrpt::math::KDTreeCapable | |
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 N, std::vector< int > &out_idx, std::vector< float > &out_dist_sqr) const | mrpt::math::KDTreeCapable | |
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 N, 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 | |
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 N, std::vector< int > &out_idx, std::vector< float > &out_dist_sqr) const | mrpt::math::KDTreeCapable | |
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 | |
kdTreeTwoClosestPoint2D(const TPoint2D &p0, TPoint2D &pOut1, TPoint2D &pOut2, float &outDistSqr1, float &outDistSqr2) const | mrpt::math::KDTreeCapable | [inline] |
loadFromTextFile(const std::string &fileName) | mrpt::vision::CFeatureList | |
m_feats | mrpt::vision::CFeatureList | [protected] |
mark_kdtree_as_outdated() const | mrpt::vision::CFeatureList | [inline] |
nearest(const float x, const float y, double &max_dist) const | mrpt::vision::CFeatureList | |
operator[](const unsigned int index) | mrpt::vision::CFeatureList | [inline] |
operator[](const unsigned int index) const | mrpt::vision::CFeatureList | [inline] |
push_back(const CFeaturePtr &f) | mrpt::vision::CFeatureList | [inline] |
push_front(const CFeaturePtr &f) | mrpt::vision::CFeatureList | [inline] |
resize(size_t N) | mrpt::vision::CFeatureList | [inline] |
reverse_iterator typedef | mrpt::vision::CFeatureList | |
saveToTextFile(const std::string &fileName, bool APPEND=false) | mrpt::vision::CFeatureList | |
size() const | mrpt::vision::CFeatureList | [inline] |
TInternalFeatList typedef | mrpt::vision::CFeatureList | [protected] |
~CFeatureList() | mrpt::vision::CFeatureList | [virtual] |
~KDTreeCapable() | mrpt::math::KDTreeCapable | [virtual] |