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

pp::Generators::ConnectorGenerator Class Template Reference

The base class for the set of Generators that connect SimpleGenerators together. More...

#include <Generators.h>

Inheritance diagram for pp::Generators::ConnectorGenerator

Inheritance graph
[legend]
Collaboration diagram for pp::Generators::ConnectorGenerator:

Collaboration graph
[legend]
List of all members.

Public Methods

 ConnectorGenerator (SimpleGenerator<T>* gen1=0, SimpleGenerator<T>* gen2=0, float c1 = 1.0f, float c2 = 1.0f)
virtual const char* GetName () const
SimpleGenerator<T>* GetFirst () const
SimpleGenerator<T>* GetSecond () const
float GetFirstWeight () const
float GetSecondWeight () const
void SetFirst ( SimpleGenerator<T>* g)
void SetSecond (SimpleGenerator<T>* g)
void SetFirstWeight ( float w)
void SetSecondWeight (float w)

Protected Methods

G1 ()
G2 ()

Protected Attributes

SimpleGenerator<T>* m_g1
SimpleGenerator<T>* m_g2
float m_c1
float m_c2

Detailed Description

template<typename T = short> template class pp::Generators::ConnectorGenerator

The base class for the set of Generators that connect SimpleGenerators 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