Shift< Type, Channels > Class Template Reference

#include <signals.h>

Inheritance diagram for Shift< Type, Channels >:
Inheritance graph
[legend]
Collaboration diagram for Shift< Type, Channels >:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 Shift (BasicSignal< Type, Channels > &b, int shift)
virtual ~Shift ()
virtual Sample< Type, Channels > get (unsigned4 pos) const
virtual Type get (unsigned4 pos, unsigned1 chan) const
virtual void set (unsigned4 pos, Sample< Type, Channels > c)
virtual void set (unsigned4 pos, unsigned1 chan, Type c)

Detailed Description

template<class Type, int Channels>
class Shift< Type, Channels >

A class which offers a translated view on data and some helper functions.


Constructor & Destructor Documentation

template<class Type , int Channels>
Shift< Type, Channels >::Shift ( BasicSignal< Type, Channels > &  b,
int  shift 
)
template<class Type , int Channels>
virtual Shift< Type, Channels >::~Shift (  )  [inline, virtual]

Member Function Documentation

template<class Type , int Channels>
virtual Type Shift< Type, Channels >::get ( unsigned4  pos,
unsigned1  chan 
) const [virtual]
template<class Type , int Channels>
virtual Sample<Type,Channels> Shift< Type, Channels >::get ( unsigned4  pos  )  const [virtual]
template<class Type , int Channels>
virtual void Shift< Type, Channels >::set ( unsigned4  pos,
unsigned1  chan,
Type  c 
) [virtual]
template<class Type , int Channels>
virtual void Shift< Type, Channels >::set ( unsigned4  pos,
Sample< Type, Channels >  c 
) [virtual]

The documentation for this class was generated from the following file:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated by  doxygen 1.6.2