Get it
Learn it
Advanced
#include <mrpt/maps/CGasConcentrationGridMap2D.h> struct TGaussianCell { // fields int cx = 0; int cy = 0; float value = 0; };