OSSIA
Open Scenario System for Interactive Application
ossia::curve_abstract Class Referenceabstract

The curve_abstract class. More...

Detailed Description

The curve_abstract class.

Base class for curves.

See also
curve curve_segment

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. More...
 

Member Function Documentation

◆ reset()

virtual void ossia::curve_abstract::reset ( )
pure virtual

Clear internal data structures of the curve.

Call before a new execution.