Get it
Learn it
Advanced
#include <mrpt/opengl/COctoMapVoxels.h> struct TInfoPerVoxelSet { // fields bool visible {true}; std::vector<TVoxel> voxels; // construction TInfoPerVoxelSet(); };