GLIM
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Public Attributes | List of all members
glim::MapCell Struct Reference

A cell to store submap point indices for quick indexing. More...

#include <map_cell.hpp>

Public Types

using Ptr = std::shared_ptr< MapCell >
 
using ConstPtr = std::shared_ptr< const MapCell >
 

Public Member Functions

 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)
 

Public Attributes

const double resolution
 
const Eigen::Vector3i coord
 
std::vector< std::uint64_t > point_ids
 

Detailed Description

A cell to store submap point indices for quick indexing.


The documentation for this struct was generated from the following file: