_GetBaseClass() | mrpt::maps::CPointsMapXYZI | protectedstatic |
addFrom(const CPointsMap &anotherMap) | mrpt::maps::CPointsMap | virtual |
addFrom_classSpecific(const CPointsMap &anotherMap, const size_t nPreviousPoints) override | mrpt::maps::CPointsMapXYZI | protectedvirtual |
applyDeletionMask(const std::vector< bool > &mask) | mrpt::maps::CPointsMap | |
auxParticleFilterCleanUp() | mrpt::maps::CMetricMap | inlinevirtual |
base_copyFrom(const CPointsMap &obj) | mrpt::maps::CPointsMap | protected |
boundingBox(float &min_x, float &max_x, float &min_y, float &max_y, float &min_z, float &max_z) const | mrpt::maps::CPointsMap | |
boundingBox(mrpt::math::TPoint3D &pMin, mrpt::math::TPoint3D &pMax) const | mrpt::maps::CPointsMap | inline |
canComputeObservationLikelihood(const mrpt::obs::CObservation &obs) const | mrpt::maps::CMetricMap | virtual |
canComputeObservationsLikelihood(const mrpt::obs::CSensoryFrame &sf) const | mrpt::maps::CMetricMap | |
changeCoordinatesReference(const mrpt::poses::CPose2D &b) | mrpt::maps::CPointsMap | |
changeCoordinatesReference(const mrpt::poses::CPose3D &b) | mrpt::maps::CPointsMap | |
changeCoordinatesReference(const CPointsMap &other, const mrpt::poses::CPose3D &b) | mrpt::maps::CPointsMap | |
className | mrpt::maps::CPointsMapXYZI | static |
clear() | mrpt::maps::CMetricMap | |
clipOutOfRange(const mrpt::math::TPoint2D &point, float maxRange) | mrpt::maps::CPointsMap | |
clipOutOfRangeInZ(float zMin, float zMax) | mrpt::maps::CPointsMap | |
clone() const override | mrpt::maps::CPointsMapXYZI | virtual |
CMetricMap() | mrpt::maps::CMetricMap | |
CObservable() | mrpt::system::CObservable | |
compute3DDistanceToMesh(const mrpt::maps::CMetricMap *otherMap2, const mrpt::poses::CPose3D &otherMapPose, float maxDistForCorrespondence, mrpt::tfest::TMatchingPairList &correspondences, float &correspondencesRatio) | mrpt::maps::CPointsMap | |
compute3DMatchingRatio(const mrpt::maps::CMetricMap *otherMap, const mrpt::poses::CPose3D &otherMapPose, const TMatchingRatioParams ¶ms) const override | mrpt::maps::CPointsMap | virtual |
computeObservationLikelihood(const mrpt::obs::CObservation &obs, const mrpt::poses::CPose3D &takenFrom) | mrpt::maps::CMetricMap | |
computeObservationLikelihood(const mrpt::obs::CObservation &obs, const mrpt::poses::CPose2D &takenFrom) | mrpt::maps::CMetricMap | |
computeObservationsLikelihood(const mrpt::obs::CSensoryFrame &sf, const mrpt::poses::CPose2D &takenFrom) | mrpt::maps::CMetricMap | |
ConstPtr typedef | mrpt::maps::CPointsMapXYZI | |
ConstUniquePtr typedef | mrpt::maps::CPointsMapXYZI | |
CPointsMap() | mrpt::maps::CPointsMap | |
CPointsMap(const CPointsMap &o)=delete | mrpt::maps::CPointsMap | |
CPointsMapXYZI()=default | mrpt::maps::CPointsMapXYZI | |
CPointsMapXYZI(const CPointsMap &o) | mrpt::maps::CPointsMapXYZI | inline |
CPointsMapXYZI(const CPointsMapXYZI &o) | mrpt::maps::CPointsMapXYZI | inline |
Create(Args &&... args) | mrpt::maps::CPointsMapXYZI | inlinestatic |
CreateAlloc(const Alloc &alloc, Args &&... args) | mrpt::maps::CPointsMapXYZI | inlinestatic |
CreateFromMapDefinition(const mrpt::maps::TMetricMapInitializer &def) | mrpt::maps::CPointsMapXYZI | static |
CreateObject() | mrpt::maps::CPointsMapXYZI | static |
CreateUnique(Args &&... args) | mrpt::maps::CPointsMapXYZI | inlinestatic |
derived() const | mrpt::math::KDTreeCapable< CPointsMap > | inline |
derived() | mrpt::math::KDTreeCapable< CPointsMap > | inline |
detail::loadFromRangeImpl | mrpt::maps::CPointsMapXYZI | friend |
detail::pointmap_traits | mrpt::maps::CPointsMapXYZI | friend |
determineMatching2D(const mrpt::maps::CMetricMap *otherMap, const mrpt::poses::CPose2D &otherMapPose, mrpt::tfest::TMatchingPairList &correspondences, const TMatchingParams ¶ms, TMatchingExtraResults &extraResults) const override | mrpt::maps::CPointsMap | virtual |
determineMatching3D(const mrpt::maps::CMetricMap *otherMap, const mrpt::poses::CPose3D &otherMapPose, mrpt::tfest::TMatchingPairList &correspondences, const TMatchingParams ¶ms, TMatchingExtraResults &extraResults) const override | mrpt::maps::CPointsMap | virtual |
duplicateGetSmartPtr() const | mrpt::rtti::CObject | inline |
empty() const | mrpt::maps::CPointsMap | inline |
enableFilterByHeight(bool enable=true) | mrpt::maps::CPointsMap | inline |
extractCylinder(const mrpt::math::TPoint2D ¢er, const double radius, const double zmin, const double zmax, CPointsMap *outMap) | mrpt::maps::CPointsMap | |
extractPoints(const mrpt::math::TPoint3D &corner1, const mrpt::math::TPoint3D &corner2, CPointsMap *outMap, double R=1, double G=1, double B=1) | mrpt::maps::CPointsMap | |
fuseWith(CPointsMap *anotherMap, float minDistForFuse=0.02f, std::vector< bool > *notFusedPoints=nullptr) | mrpt::maps::CPointsMap | |
genericMapParams | mrpt::maps::CMetricMap | |
getAllPoints(VECTOR &xs, VECTOR &ys, VECTOR &zs, size_t decimation=1) const | mrpt::maps::CPointsMap | inline |
getAllPoints(CONTAINER &ps, size_t decimation=1) const | mrpt::maps::CPointsMap | inline |
getAllPoints(std::vector< float > &xs, std::vector< float > &ys, size_t decimation=1) const | mrpt::maps::CPointsMap | |
getAllPoints(std::vector< mrpt::math::TPoint2D > &ps, size_t decimation=1) const | mrpt::maps::CPointsMap | inline |
getAs3DObject(mrpt::opengl::CSetOfObjects::Ptr &outObj) const override | mrpt::maps::CPointsMapXYZI | virtual |
getAsSimplePointsMap() const | mrpt::maps::CMetricMap | inlinevirtual |
getAsSimplePointsMap() | mrpt::maps::CMetricMap | inline |
getClassName() | mrpt::maps::CPointsMapXYZI | inlinestatic |
getHeightFilterLevels(double &_z_min, double &_z_max) const | mrpt::maps::CPointsMap | inline |
getLargestDistanceFromOrigin() const | mrpt::maps::CPointsMap | |
getLargestDistanceFromOriginNoRecompute(bool &output_is_valid) const | mrpt::maps::CPointsMap | inline |
getLoadPLYErrorString() const | mrpt::opengl::PLY_Importer | inline |
getPCLPointCloud(POINTCLOUD &cloud) const | mrpt::maps::CPointsMap | inline |
getPCLPointCloudXYZI(POINTCLOUD &cloud) const | mrpt::maps::CPointsMapXYZI | inline |
getPoint(size_t index, float &x, float &y, float &z) const | mrpt::maps::CPointsMap | |
getPoint(size_t index, float &x, float &y) const | mrpt::maps::CPointsMap | |
getPoint(size_t index, double &x, double &y, double &z) const | mrpt::maps::CPointsMap | |
getPoint(size_t index, double &x, double &y) const | mrpt::maps::CPointsMap | |
getPoint(size_t index, mrpt::math::TPoint2D &p) const | mrpt::maps::CPointsMap | inline |
getPoint(size_t index, mrpt::math::TPoint3D &p) const | mrpt::maps::CPointsMap | inline |
getPointAllFields(const size_t index, std::vector< float > &point_data) const | mrpt::maps::CPointsMap | inline |
getPointAllFieldsFast(const size_t index, std::vector< float > &point_data) const override | mrpt::maps::CPointsMapXYZI | inlinevirtual |
getPointFast(size_t index, float &x, float &y, float &z) const | mrpt::maps::CPointsMap | inline |
getPointIntensity(size_t index) const | mrpt::maps::CPointsMapXYZI | |
getPointIntensity_fast(size_t index) const | mrpt::maps::CPointsMapXYZI | inline |
getPointRGB(size_t index, float &x, float &y, float &z, float &R_intensity, float &G_intensity, float &B_intensity) const override | mrpt::maps::CPointsMapXYZI | virtual |
getPointsBuffer(size_t &outPointsCount, const float *&xs, const float *&ys, const float *&zs) const | mrpt::maps::CPointsMap | |
getPointsBufferRef_x() const | mrpt::maps::CPointsMap | inline |
getPointsBufferRef_y() const | mrpt::maps::CPointsMap | inline |
getPointsBufferRef_z() const | mrpt::maps::CPointsMap | inline |
getPointWeight([[maybe_unused]] size_t index) const | mrpt::maps::CPointsMap | inlinevirtual |
GetRuntimeClass() const override | mrpt::maps::CPointsMapXYZI | virtual |
GetRuntimeClassIdStatic() | mrpt::maps::CPointsMapXYZI | static |
getSavePLYErrorString() const | mrpt::opengl::PLY_Exporter | inline |
hasColorPoints() const override | mrpt::maps::CPointsMapXYZI | inlinevirtual |
hasSubscribers() const | mrpt::system::CObservable | inlineprotected |
impl_copyFrom(const CPointsMap &obj) override | mrpt::maps::CPointsMapXYZI | protectedvirtual |
insertAnotherMap(const CPointsMap *otherMap, const mrpt::poses::CPose3D &otherPose) | mrpt::maps::CPointsMap | |
insertionOptions | mrpt::maps::CPointsMap | |
insertObservation(const mrpt::obs::CObservation &obs, const mrpt::poses::CPose3D *robotPose=nullptr) | mrpt::maps::CMetricMap | |
insertObservationPtr(const mrpt::obs::CObservation::Ptr &obs, const mrpt::poses::CPose3D *robotPose=nullptr) | mrpt::maps::CMetricMap | |
insertPoint(float x, float y, float z=0) | mrpt::maps::CPointsMap | inline |
insertPoint(const mrpt::math::TPoint3D &p) | mrpt::maps::CPointsMap | inline |
insertPointFast(float x, float y, float z=0) override | mrpt::maps::CPointsMapXYZI | virtual |
insertPointRGB(float x, float y, float z, float R_intensity, float G_ignored, float B_ignored) override | mrpt::maps::CPointsMapXYZI | |
mrpt::maps::CPointsMap::insertPointRGB(float x, float y, float z, [[maybe_unused]] float R, [[maybe_unused]] float G, [[maybe_unused]] float B) | mrpt::maps::CPointsMap | inlinevirtual |
internal_clear() override | mrpt::maps::CPointsMapXYZI | protectedvirtual |
internal_computeObservationLikelihood(const mrpt::obs::CObservation &obs, const mrpt::poses::CPose3D &takenFrom) override | mrpt::maps::CPointsMap | virtual |
internal_computeObservationLikelihoodPointCloud3D(const mrpt::poses::CPose3D &pc_in_map, const float *xs, const float *ys, const float *zs, const std::size_t num_pts) | mrpt::maps::CPointsMap | |
internal_CreateFromMapDefinition(const mrpt::maps::TMetricMapInitializer &def) | mrpt::maps::CPointsMapXYZI | static |
internal_insertObservation(const mrpt::obs::CObservation &obs, const mrpt::poses::CPose3D *robotPose) override | mrpt::maps::CPointsMap | protectedvirtual |
isEmpty() const override | mrpt::maps::CPointsMap | virtual |
isFilterByHeightEnabled() const | mrpt::maps::CPointsMap | inline |
kdtree_distance(const float *p1, const size_t idx_p2, size_t size) const | mrpt::maps::CPointsMap | inline |
kdtree_get_bbox(BBOX &bb) const | mrpt::maps::CPointsMap | inline |
kdtree_get_point_count() const | mrpt::maps::CPointsMap | inline |
kdtree_get_pt(const size_t idx, int dim) const | mrpt::maps::CPointsMap | inline |
kdtree_mark_as_outdated() const | mrpt::math::KDTreeCapable< CPointsMap > | inlineprotected |
kdtree_search_params | mrpt::math::KDTreeCapable< CPointsMap > | |
KDTreeCapable()=default | mrpt::math::KDTreeCapable< CPointsMap > | inline |
KDTreeCapable(const KDTreeCapable &) | mrpt::math::KDTreeCapable< CPointsMap > | inline |
kdTreeClosestPoint2D(float x0, float y0, float &out_x, float &out_y, float &out_dist_sqr) const | mrpt::math::KDTreeCapable< CPointsMap > | inline |
kdTreeClosestPoint2D(float x0, float y0, float &out_dist_sqr) const | mrpt::math::KDTreeCapable< CPointsMap > | inline |
kdTreeClosestPoint2D(const TPoint2D &p0, TPoint2D &pOut, float &outDistSqr) const | mrpt::math::KDTreeCapable< CPointsMap > | inline |
kdTreeClosestPoint2DsqrError(float x0, float y0) const | mrpt::math::KDTreeCapable< CPointsMap > | inline |
kdTreeClosestPoint2DsqrError(const TPoint2D &p0) const | mrpt::math::KDTreeCapable< CPointsMap > | 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< CPointsMap > | inline |
kdTreeClosestPoint3D(float x0, float y0, float z0, float &out_dist_sqr) const | mrpt::math::KDTreeCapable< CPointsMap > | inline |
kdTreeClosestPoint3D(const TPoint3D &p0, TPoint3D &pOut, float &outDistSqr) const | mrpt::math::KDTreeCapable< CPointsMap > | inline |
kdTreeEnsureIndexBuilt2D() | mrpt::math::KDTreeCapable< CPointsMap > | inline |
kdTreeEnsureIndexBuilt3D() | mrpt::math::KDTreeCapable< CPointsMap > | 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< CPointsMap > | inline |
kdTreeNClosestPoint2D(const TPoint2D &p0, size_t N, std::vector< TPoint2D > &pOut, std::vector< float > &outDistSqr) const | mrpt::math::KDTreeCapable< CPointsMap > | inline |
kdTreeNClosestPoint2DIdx(float x0, float y0, size_t knn, std::vector< size_t > &out_idx, std::vector< float > &out_dist_sqr) const | mrpt::math::KDTreeCapable< CPointsMap > | inline |
kdTreeNClosestPoint2DIdx(const TPoint2D &p0, size_t N, std::vector< size_t > &outIdx, std::vector< float > &outDistSqr) const | mrpt::math::KDTreeCapable< CPointsMap > | 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< CPointsMap > | inline |
kdTreeNClosestPoint3D(const TPoint3D &p0, size_t N, std::vector< TPoint3D > &pOut, std::vector< float > &outDistSqr) const | mrpt::math::KDTreeCapable< CPointsMap > | inline |
kdTreeNClosestPoint3DIdx(float x0, float y0, float z0, size_t knn, std::vector< size_t > &out_idx, std::vector< float > &out_dist_sqr) const | mrpt::math::KDTreeCapable< CPointsMap > | inline |
kdTreeNClosestPoint3DIdx(const TPoint3D &p0, size_t N, std::vector< size_t > &outIdx, std::vector< float > &outDistSqr) const | mrpt::math::KDTreeCapable< CPointsMap > | inline |
kdTreeNClosestPoint3DWithIdx(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< size_t > &out_idx, std::vector< float > &out_dist_sqr) const | mrpt::math::KDTreeCapable< CPointsMap > | inline |
kdTreeRadiusSearch2D(const float x0, const float y0, const float maxRadiusSqr, std::vector< std::pair< size_t, float >> &out_indices_dist) const | mrpt::math::KDTreeCapable< CPointsMap > | inline |
kdTreeRadiusSearch3D(const float x0, const float y0, const float z0, const float maxRadiusSqr, std::vector< std::pair< size_t, float >> &out_indices_dist) const | mrpt::math::KDTreeCapable< CPointsMap > | 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< CPointsMap > | inline |
kdTreeTwoClosestPoint2D(const TPoint2D &p0, TPoint2D &pOut1, TPoint2D &pOut2, float &outDistSqr1, float &outDistSqr2) const | mrpt::math::KDTreeCapable< CPointsMap > | inline |
likelihoodOptions | mrpt::maps::CPointsMap | |
load2D_from_text_file(const std::string &file) | mrpt::maps::CPointsMap | inline |
load2Dor3D_from_text_file(const std::string &file, const bool is_3D) | mrpt::maps::CPointsMap | |
load3D_from_text_file(const std::string &file) | mrpt::maps::CPointsMap | inline |
loadFromKittiVelodyneFile(const std::string &filename) | mrpt::maps::CPointsMapXYZI | |
loadFromPlyFile(const std::string &filename, std::vector< std::string > *file_comments=nullptr, std::vector< std::string > *file_obj_info=nullptr) | mrpt::opengl::PLY_Importer | |
loadFromProbabilisticPosesAndObservations(const mrpt::maps::CSimpleMap &Map) | mrpt::maps::CMetricMap | |
loadFromRangeScan(const mrpt::obs::CObservation2DRangeScan &rangeScan, const mrpt::poses::CPose3D *robotPose=nullptr) override | mrpt::maps::CPointsMapXYZI | virtual |
loadFromRangeScan(const mrpt::obs::CObservation3DRangeScan &rangeScan, const mrpt::poses::CPose3D *robotPose=nullptr) override | mrpt::maps::CPointsMapXYZI | virtual |
loadFromSimpleMap(const mrpt::maps::CSimpleMap &Map) | mrpt::maps::CMetricMap | inline |
loadFromVelodyneScan(const mrpt::obs::CObservationVelodyneScan &scan, const mrpt::poses::CPose3D *robotPose=nullptr) | mrpt::maps::CPointsMap | |
loadXYZI_from_text_file(const std::string &file) | mrpt::maps::CPointsMapXYZI | |
m_bb_max_x | mrpt::maps::CPointsMap | mutableprotected |
m_bb_max_y | mrpt::maps::CPointsMap | mutableprotected |
m_bb_max_z | mrpt::maps::CPointsMap | mutableprotected |
m_bb_min_x | mrpt::maps::CPointsMap | mutableprotected |
m_bb_min_y | mrpt::maps::CPointsMap | mutableprotected |
m_bb_min_z | mrpt::maps::CPointsMap | mutableprotected |
m_boundingBoxIsUpdated | mrpt::maps::CPointsMap | mutableprotected |
m_heightfilter_enabled | mrpt::maps::CPointsMap | protected |
m_heightfilter_z_max | mrpt::maps::CPointsMap | protected |
m_heightfilter_z_min | mrpt::maps::CPointsMap | protected |
m_intensity | mrpt::maps::CPointsMapXYZI | protected |
m_largestDistanceFromOrigin | mrpt::maps::CPointsMap | mutableprotected |
m_largestDistanceFromOriginIsUpdated | mrpt::maps::CPointsMap | mutableprotected |
m_private_map_register_id | mrpt::maps::CPointsMapXYZI | static |
m_scans_sincos_cache | mrpt::maps::CPointsMap | protected |
m_x | mrpt::maps::CPointsMap | protected |
m_y | mrpt::maps::CPointsMap | protected |
m_z | mrpt::maps::CPointsMap | protected |
MapDefinition() | mrpt::maps::CPointsMapXYZI | static |
mark_as_modified() const | mrpt::maps::CPointsMap | inline |
operator+=(const CPointsMap &anotherMap) | mrpt::maps::CPointsMap | inline |
operator=(const CPointsMap &o) | mrpt::maps::CPointsMapXYZI | inline |
operator=(const CPointsMapXYZI &o) | mrpt::maps::CPointsMapXYZI | inline |
KDTreeCapable< CPointsMap >::operator=(const KDTreeCapable &) | mrpt::math::KDTreeCapable< CPointsMap > | inline |
PLY_export_get_face_count() const override | mrpt::maps::CPointsMap | inlineprotectedvirtual |
PLY_export_get_vertex(const size_t idx, mrpt::math::TPoint3Df &pt, bool &pt_has_color, mrpt::img::TColorf &pt_color) const override | mrpt::maps::CPointsMapXYZI | protectedvirtual |
PLY_export_get_vertex_count() const override | mrpt::maps::CPointsMap | protectedvirtual |
PLY_import_set_face_count([[maybe_unused]] const size_t N) override | mrpt::maps::CPointsMap | inlineprotected |
mrpt::opengl::PLY_Importer::PLY_import_set_face_count(const size_t N)=0 | mrpt::opengl::PLY_Importer | protectedpure virtual |
PLY_import_set_vertex(const size_t idx, const mrpt::math::TPoint3Df &pt, const mrpt::img::TColorf *pt_color=nullptr) override | mrpt::maps::CPointsMapXYZI | protectedvirtual |
PLY_import_set_vertex_count(const size_t N) override | mrpt::maps::CPointsMapXYZI | protectedvirtual |
Ptr typedef | mrpt::maps::CPointsMapXYZI | |
publishEvent(const mrptEvent &e) const | mrpt::system::CObservable | protected |
renderOptions | mrpt::maps::CPointsMap | |
reserve(size_t newLength) override | mrpt::maps::CPointsMapXYZI | virtual |
resize(size_t newLength) override | mrpt::maps::CPointsMapXYZI | virtual |
runtimeClassId | mrpt::maps::CPointsMapXYZI | protectedstatic |
save2D_to_text_file(const std::string &file) const | mrpt::maps::CPointsMap | |
save3D_to_text_file(const std::string &file) const | mrpt::maps::CPointsMap | |
saveMetricMapRepresentationToFile(const std::string &filNamePrefix) const override | mrpt::maps::CPointsMap | inlinevirtual |
saveToKittiVelodyneFile(const std::string &filename) const | mrpt::maps::CPointsMapXYZI | |
saveToPlyFile(const std::string &filename, bool save_in_binary=false, const std::vector< std::string > &file_comments=std::vector< std::string >(), const std::vector< std::string > &file_obj_info=std::vector< std::string >()) const | mrpt::opengl::PLY_Exporter | |
saveXYZI_to_text_file(const std::string &file) const | mrpt::maps::CPointsMapXYZI | |
self_t typedef | mrpt::math::KDTreeCapable< CPointsMap > | |
serializeFrom(mrpt::serialization::CArchive &in, uint8_t serial_version) override | mrpt::maps::CPointsMapXYZI | protectedvirtual |
mrpt::maps::CPointsMap::serializeFrom(CSchemeArchiveBase &in) | mrpt::serialization::CSerializable | inlineprotectedvirtual |
serializeGetVersion() const override | mrpt::maps::CPointsMapXYZI | protectedvirtual |
serializeTo(mrpt::serialization::CArchive &out) const override | mrpt::maps::CPointsMapXYZI | protectedvirtual |
mrpt::maps::CPointsMap::serializeTo(CSchemeArchiveBase &out) const | mrpt::serialization::CSerializable | inlineprotectedvirtual |
setAllPoints(const std::vector< float > &X, const std::vector< float > &Y, const std::vector< float > &Z) | mrpt::maps::CPointsMap | inline |
setAllPoints(const std::vector< float > &X, const std::vector< float > &Y) | mrpt::maps::CPointsMap | inline |
setAllPointsTemplate(const VECTOR &X, const VECTOR &Y, const VECTOR &Z=VECTOR()) | mrpt::maps::CPointsMap | inline |
setFromPCLPointCloud(const POINTCLOUD &cloud) | mrpt::maps::CPointsMap | inline |
setFromPCLPointCloudXYZI(const POINTCLOUD &cloud) | mrpt::maps::CPointsMapXYZI | inline |
setHeightFilterLevels(const double _z_min, const double _z_max) | mrpt::maps::CPointsMap | inline |
setPoint(size_t index, float x, float y, float z) | mrpt::maps::CPointsMap | inline |
setPoint(size_t index, const mrpt::math::TPoint2D &p) | mrpt::maps::CPointsMap | inline |
setPoint(size_t index, const mrpt::math::TPoint3D &p) | mrpt::maps::CPointsMap | inline |
setPoint(size_t index, float x, float y) | mrpt::maps::CPointsMap | inline |
setPointAllFields(const size_t index, const std::vector< float > &point_data) | mrpt::maps::CPointsMap | inline |
setPointAllFieldsFast(const size_t index, const std::vector< float > &point_data) override | mrpt::maps::CPointsMapXYZI | inlinevirtual |
setPointColor_fast(size_t index, float R, float G, float B) | mrpt::maps::CPointsMapXYZI | inline |
setPointFast(size_t index, float x, float y, float z) | mrpt::maps::CPointsMap | inline |
setPointIntensity(size_t index, float intensity) | mrpt::maps::CPointsMapXYZI | |
setPointRGB(size_t index, float x, float y, float z, float R_intensity, float G_ignored, float B_ignored) override | mrpt::maps::CPointsMapXYZI | |
mrpt::maps::CPointsMap::setPointRGB(size_t index, float x, float y, float z, [[maybe_unused]] float R, [[maybe_unused]] float G, [[maybe_unused]] float B) | mrpt::maps::CPointsMap | inlinevirtual |
setPointWeight([[maybe_unused]] size_t index, [[maybe_unused]] unsigned long w) | mrpt::maps::CPointsMap | inlinevirtual |
setSize(size_t newLength) override | mrpt::maps::CPointsMapXYZI | virtual |
size() const | mrpt::maps::CPointsMap | inline |
squareDistanceToClosestCorrespondence(float x0, float y0) const override | mrpt::maps::CPointsMap | virtual |
squareDistanceToClosestCorrespondenceT(const mrpt::math::TPoint2D &p0) const | mrpt::maps::CPointsMap | inline |
UniquePtr typedef | mrpt::maps::CPointsMapXYZI | |
writeToMatlab() const | mrpt::serialization::CSerializable | inlinevirtual |
~CObject()=default | mrpt::rtti::CObject | virtual |
~CObservable() | mrpt::system::CObservable | virtual |
~CPointsMap() override | mrpt::maps::CPointsMap | |
~CSerializable() override=default | mrpt::serialization::CSerializable | |