A cell to store submap point indices for quick indexing.
More...
#include <map_cell.hpp>
|
|
using | Ptr = std::shared_ptr< MapCell > |
| |
|
using | ConstPtr = std::shared_ptr< const MapCell > |
| |
|
|
| MapCell (double resolution, const Eigen::Vector3i &coord) |
| |
|
std::string | name () const |
| |
|
void | clear () |
| |
|
void | add_point (int submap_id, int point_id) |
| |
|
void | add_points (int submap_id, const std::vector< int > &point_ids) |
| |
|
void | remove_submap (int submap_id) |
| |
|
void | remove_submaps (const std::vector< int > &submap_ids) |
| |
|
|
const double | resolution |
| |
|
const Eigen::Vector3i | coord |
| |
|
std::vector< std::uint64_t > | point_ids |
| |
A cell to store submap point indices for quick indexing.
The documentation for this struct was generated from the following file:
- /home/runner/work/glim/glim/include/glim/viewer/editor/map_cell.hpp