struct mrpt::maps::CRandomFieldGridMap2D::TInsertionOptionsCommon

Parameters common to any derived class.

Derived classes should derive a new struct from this one, plus “public utils::CLoadableOptions”, and call the internal_* methods where appropiate to deal with the variables declared here. Derived classes instantions of their “TInsertionOptions” MUST set the pointer “m_insertOptions_common” upon construction.

#include <mrpt/maps/CRandomFieldGridMap2D.h>

struct TInsertionOptionsCommon
{
    //
fields

    float R_max {3};
    double GMRF_saturate_max;
};

// direct descendants

struct TInsertionOptions;
struct TInsertionOptions;