#include <PiecewiseLinearFct.hpp>
Public Member Functions | |
| ValueType | Value (float x) const |
| void | Plot () const |
| ValueType | operator() (float x) const |
| void | AddValue (float x, const ValueType &y) |
| PiecewiseLinearFct (const ValueType *init, int n) | |
| ctr only for real valued ValueType | |
Private Attributes | |
| map< float, ValueType > | points |
Definition at line 25 of file PiecewiseLinearFct.hpp.
1.4.2