HighMap library (C++)
|
This is the complete list of members for hmap::FieldFunction, including all inherited members.
FieldFunction(std::unique_ptr< Function > p_base) | hmap::FieldFunction | |
FieldFunction(std::unique_ptr< Function > p_base, std::vector< float > xr, std::vector< float > yr, std::vector< float > zr) | hmap::FieldFunction | |
Function() | hmap::Function | inline |
Function(HMAP_FCT_XY_TYPE delegate) | hmap::Function | inlineexplicit |
get_delegate() const | hmap::Function | |
get_value(float x, float y, float ctrl_param) const | hmap::Function | |
set_delegate(HMAP_FCT_XY_TYPE new_delegate) | hmap::Function | |
set_xr(std::vector< float > new_xr) | hmap::FieldFunction | inline |
set_yr(std::vector< float > new_yr) | hmap::FieldFunction | inline |
set_zr(std::vector< float > new_zr) | hmap::FieldFunction | inline |
xr | hmap::FieldFunction | protected |
yr | hmap::FieldFunction | protected |
zr | hmap::FieldFunction | protected |
~Function()=default | hmap::Function | virtual |