OSSIA
Open Scenario System for Interactive Application
Loading...
Searching...
No Matches
ossia::curve_abstract Class Referenceabstract

The curve_abstract class. More...

Inheritance diagram for ossia::curve_abstract:
ossia::curve< double, float > ossia::constant_curve ossia::curve< X, Y >

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.
 

Member Function Documentation

◆ get_type()

virtual curve_type ossia::curve_abstract::get_type ( ) const
pure virtual

get the type of both coordinates

Implemented in ossia::curve< X, Y >, ossia::curve< double, float >, and ossia::constant_curve.

◆ reset()

virtual void ossia::curve_abstract::reset ( )
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.