Main Page   Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

pp::Filters::CombFilter Class Template Reference

Abstract Comb Filter class. More...

#include <Filters.h>

Inheritance diagram for pp::Filters::CombFilter

Inheritance graph
[legend]
Collaboration diagram for pp::Filters::CombFilter:

Collaboration graph
[legend]
List of all members.

Public Methods

 CombFilter (unsigned delay, float c1, float c2)
void SetDelay (unsigned delay)
void SetC1 (float c1)
void SetC2 (float c2)
void SetCoefficients (unsigned delay, float c1, float c2)
unsigned GetDelay () const
float GetC1 () const
float GetC2 () const
void GetCoefficients (unsigned& delay, float& c1, float& c2) const
virtual const char* GetName () const

Protected Attributes

unsigned m_delay
float m_c1
float m_c2
bool m_delayed

Detailed Description

template<typename T = short> template class pp::Filters::CombFilter

Abstract Comb Filter class.

Introduced so that I could reduce the number of dialogs that need to be created.


The documentation for this class was generated from the following file:
Generated at Mon Nov 27 01:46:41 2000 for LibPenguinPlay by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000