Skip to content

Struct VegeHeightConfig

ClassList > VegeHeightConfig

Public Attributes

Type Name
std::vector< BlockingThresholdColorPair > colors
double max_height = 100.0
double min_height = 2.5
std::string name
int smooth_radius = 3

Public Functions

Type Name
std::optional< ColorVariant > pick_from_blocked_proportion (double bp) const

Public Attributes Documentation

variable colors

std::vector<BlockingThresholdColorPair> VegeHeightConfig::colors;

variable max_height

double VegeHeightConfig::max_height;

variable min_height

double VegeHeightConfig::min_height;

variable name

std::string VegeHeightConfig::name;

variable smooth_radius

int VegeHeightConfig::smooth_radius;

Public Functions Documentation

function pick_from_blocked_proportion

inline std::optional< ColorVariant > VegeHeightConfig::pick_from_blocked_proportion (
    double bp
) const


The documentation for this class was generated from the following file /home/runner/work/Blaze/Blaze/src/lib/config_input/config_input.hpp