Gamma  0.9.5
Generic Synthesis Library
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator
Cubic< T > Struct Template Reference

Cubic sequence interpolation strategy. More...

#include <Strategy.h>

Inheritance diagram for Cubic< T >:
Base< 4, T >

List of all members.

Public Member Functions

val () const
 Get current sequence value.
void val (const T &va)
 Set current sequence value.
void push (T va)
 Push a new value onto sequence.
void set (T va)
 Set sequence history to value.

Public Attributes

v [N]
 Value buffer, 0 is newest, N-1 is oldest.

Detailed Description

template<class T>
struct gam::iplSeq::Cubic< T >

Cubic sequence interpolation strategy.


The documentation for this struct was generated from the following file: