bsdf_parameter property More...
#include <bsdf_attribute.h>
Public Types | |
| using | type = T |
Static Public Member Functions | |
| static type | default_value (void) |
| static type | lower_bound (void) |
| static type | upper_bound (void) |
Static Public Attributes | |
| static constexpr bsdf_attr | flag = Flag |
bsdf_parameter property
| T | = type of the value |
| Flag | = bsdf_attr flag |
| Default | = default value (default = 1) |
| UpperBound | = upper bound value (default = std::numeric_limits<scalar_t<type>>::max()) |
| LowerBound | = lower bound (default = 0) |
| using type = T |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
staticconstexpr |