struct mrpt::opengl::COctoMapVoxels::TInfoPerVoxelSet

Overview

#include <mrpt/opengl/COctoMapVoxels.h>

struct TInfoPerVoxelSet
{
    // fields

    bool visible {true};
    std::vector<TVoxel> voxels;

    // construction

    TInfoPerVoxelSet();
};