struct mola::HashedVoxelPointCloud::VoxelData::PointSpan

Overview

#include <HashedVoxelPointCloud.h>

struct PointSpan
{
    // construction

    PointSpan(
        const point_vector_t& points,
        uint32_t n
        );

    // methods

    size_t size() const;
    bool empty() const;
    const mrpt::math::TPoint3Df& operator [] (int i) const;
};