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

Truncating sequence interpolation strategy. More...

#include <Strategy.h>

Inheritance diagram for Trunc< T >:
Base< 1, T >

List of all members.

Public Member Functions

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

Public Attributes

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

Detailed Description

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

Truncating sequence interpolation strategy.


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