Struct TRandomFieldVoxel

Struct Documentation

struct TRandomFieldVoxel

The contents of each voxel in a CRandomFieldGridMap3D map.

Public Functions

inline TRandomFieldVoxel(double _mean_value = .0, double _stddev_value = .0)

Constructor

Public Members

double mean_value

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

double stddev_value