| OSSIA
    Open Scenario System for Interactive Application | 
The curve_abstract class. More...
 
  
| Public Member Functions | |
| virtual curve_type | get_type () const =0 | 
| get the type of both coordinates | |
| virtual void | reset ()=0 | 
| Clear internal data structures of the curve. | |
| 
 | pure virtual | 
get the type of both coordinates
Implemented in ossia::curve< X, Y >, ossia::curve< double, float >, and ossia::constant_curve.
| 
 | pure virtual | 
Clear internal data structures of the curve.
Call before a new execution.
Implemented in ossia::curve< X, Y >, ossia::curve< double, float >, and ossia::constant_curve.