MRPT
1.9.9
|
The contents of each cell in a CHeightGridMap2D map.
Definition at line 27 of file CHeightGridMap2D.h.
#include <mrpt/maps/CHeightGridMap2D.h>
Public Member Functions | |
THeightGridmapCell ()=default | |
Public Attributes | |
float | h {} |
The current average height (in meters) More... | |
float | var {} |
The current standard deviation of the height (in meters) More... | |
float | u {} |
Auxiliary variable for storing the incremental mean value (in meters). More... | |
float | v {} |
Auxiliary (in meters) More... | |
uint32_t | w {} |
[For mrSimpleAverage model] The accumulated weight: initially zero if un-observed, increased by one for each observation More... | |
|
default |
float mrpt::maps::THeightGridmapCell::h {} |
The current average height (in meters)
Definition at line 30 of file CHeightGridMap2D.h.
Referenced by mrpt::maps::CHeightGridMap2D::cell2float(), mrpt::maps::CHeightGridMap2D::dem_get_z(), mrpt::maps::CHeightGridMap2D::dem_get_z_by_cell(), mrpt::maps::CHeightGridMap2D::getAs3DObject(), and mrpt::maps::CHeightGridMap2D::insertIndividualPoint().
float mrpt::maps::THeightGridmapCell::u {} |
Auxiliary variable for storing the incremental mean value (in meters).
Definition at line 35 of file CHeightGridMap2D.h.
Referenced by mrpt::maps::CHeightGridMap2D::insertIndividualPoint().
float mrpt::maps::THeightGridmapCell::v {} |
Auxiliary (in meters)
Definition at line 37 of file CHeightGridMap2D.h.
Referenced by mrpt::maps::CHeightGridMap2D::insertIndividualPoint().
float mrpt::maps::THeightGridmapCell::var {} |
The current standard deviation of the height (in meters)
Definition at line 32 of file CHeightGridMap2D.h.
Referenced by mrpt::maps::CHeightGridMap2D::insertIndividualPoint().
uint32_t mrpt::maps::THeightGridmapCell::w {} |
[For mrSimpleAverage model] The accumulated weight: initially zero if un-observed, increased by one for each observation
Definition at line 40 of file CHeightGridMap2D.h.
Referenced by mrpt::maps::CHeightGridMap2D::dem_get_z(), mrpt::maps::CHeightGridMap2D::dem_get_z_by_cell(), mrpt::maps::CHeightGridMap2D::getAs3DObject(), and mrpt::maps::CHeightGridMap2D::insertIndividualPoint().
Page generated by Doxygen 1.8.14 for MRPT 1.9.9 Git: c7a3bec24 Sun Mar 29 18:33:13 2020 +0200 at dom mar 29 18:50:38 CEST 2020 |