struct mrpt::maps::CGasConcentrationGridMap2D::TGaussianWindTable

Overview

#include <mrpt/maps/CGasConcentrationGridMap2D.h>

struct TGaussianWindTable
{
    // fields

    float resolution = 0;
    float std_phi = 0;
    float std_r = 0;
    float phi_inc = 0;
    unsigned int phi_count = 0;
    float r_inc = 0;
    float max_r = 0;
    unsigned int r_count = 0;
    std::vector<std::vector<std::vector<TGaussianCell>>>* table;
};