OSSIA
Open Scenario System for Interactive Application
|
Go to the source code of this file.
Classes | |
class | ossia::curve_abstract |
The curve_abstract class. More... | |
Namespaces | |
namespace | ossia |
Typedefs | |
using | ossia::curve_type = std::pair< ossia::curve_segment_type, ossia::curve_segment_type > |
using | ossia::curve_ptr = std::shared_ptr< ossia::curve_abstract > |
Enumerations | |
enum class | ossia::curve_segment_type { INT , FLOAT , DOUBLE , BOOL , INT64 , ANY } |
The curve_segment_type enum. More... | |