#include <Generators.h>
Inheritance diagram for pp::Generators::ConnectorGenerator
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 | |
T | G1 () |
T | G2 () |
Protected Attributes | |
SimpleGenerator<T>* | m_g1 |
SimpleGenerator<T>* | m_g2 |
float | m_c1 |
float | m_c2 |