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

pp::Filters::ConnectorFilter Class Template Reference

The base class for the set of filters that connect SimpleFilters together. More...

#include <Filters.h>

Inheritance diagram for pp::Filters::ConnectorFilter

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

Collaboration graph
[legend]
List of all members.

Public Methods

 ConnectorFilter (SimpleFilter<T>* filter1, SimpleFilter<T>* filter2, float c1 = 1.0f, float c2 = 1.0f)
virtual const char* GetName () const
SimpleFilter<T>* GetFirst () const
SimpleFilter<T>* GetSecond () const
float GetFirstWeight () const
float GetSecondWeight () const
void SetFirst ( SimpleFilter<T>* f)
void SetSecond (SimpleFilter<T>* f)
void SetFirstWeight ( float w)
void SetSecondWeight (float w)

Protected Methods

Apply (SimpleFilter<T>* f, T x)

Protected Attributes

SimpleFilter<T>* m_f1
SimpleFilter<T>* m_f2
float m_c1
float m_c2

Detailed Description

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

The base class for the set of filters that connect SimpleFilters together.


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