Struct VoxelBlock¶
Defined in File voxel_hash_map.hpp
Struct Documentation¶
-
struct VoxelBlock¶
A map point is a signed offset from the centre of its voxel, quantized to int8.
Public Types
-
using PointArray = std::array<Eigen::Vector3i8, max_points>¶
Public Functions
-
inline bool full() const¶
-
inline PointArray::const_iterator begin() const¶
-
inline PointArray::const_iterator end() const¶
Public Static Attributes
-
static constexpr unsigned int max_points = 8¶
-
using PointArray = std::array<Eigen::Vector3i8, max_points>¶