Main MRPT website > C++ reference for MRPT 1.9.9
List of all members | Public Member Functions | Public Attributes
mrpt::maps::TRandomFieldVoxel Struct Reference

Detailed Description

The contents of each voxel in a CRandomFieldGridMap3D map.

Definition at line 36 of file CRandomFieldGridMap3D.h.

#include <mrpt/maps/CRandomFieldGridMap3D.h>

Public Member Functions

 TRandomFieldVoxel (double _mean_value=.0, double _stddev_value=.0)
 Constructor. More...
 

Public Attributes

double mean_value
 Mean and sigma (standard deviation) estimated values for the voxel. More...
 
double stddev_value
 

Constructor & Destructor Documentation

◆ TRandomFieldVoxel()

mrpt::maps::TRandomFieldVoxel::TRandomFieldVoxel ( double  _mean_value = .0,
double  _stddev_value = .0 
)
inline

Constructor.

Definition at line 42 of file CRandomFieldGridMap3D.h.

Member Data Documentation

◆ mean_value

double mrpt::maps::TRandomFieldVoxel::mean_value

Mean and sigma (standard deviation) estimated values for the voxel.

Definition at line 39 of file CRandomFieldGridMap3D.h.

◆ stddev_value

double mrpt::maps::TRandomFieldVoxel::stddev_value

Definition at line 39 of file CRandomFieldGridMap3D.h.




Page generated by Doxygen 1.8.17 for MRPT 1.9.9 Git: ad3a9d8ae Tue May 1 23:10:22 2018 -0700 at miƩ 12 jul 2023 10:03:34 CEST