|
| StaircaseFunction (const std::vector< StepData > &initData) |
|
virtual float | Sample (float argument) const override |
| Sample - User-defined method which processes provided value (currently vector of values - multidemensional curves will soon become deprecated). More...
|
|
std::vector< StepData > & | GetData () |
|
const std::vector< StepData > & | GetData () const |
|
CurveTypeId | GetTypeId () const override |
|
| Curve (const Curve &other)=default |
|
| Curve (Curve &&other)=default |
|
◆ Sample()
float grail::curves::StaircaseFunction::Sample |
( |
float |
argument | ) |
const |
|
overridevirtual |
Sample - User-defined method which processes provided value (currently vector of values - multidemensional curves will soon become deprecated).
- Parameters
-
- Returns
- another value
Implements grail::curves::Curve.
The documentation for this class was generated from the following files: