#include <BinaryOp.h>
Inheritance diagram for csl::AddOp:

Public Member Functions | |
| AddOp (UnitGenerator &op1, UnitGenerator &op2) | |
| The constructor for dual-UnitGenerator operation. | |
| AddOp (UnitGenerator &op1, float op2) | |
| Constructuctor for operating a UnitGenerator and a fixed float. | |
| AddOp (float op1, UnitGenerator &op2) | |
| Returns the next individual frame (for fixed values). | |
Protected Member Functions | |
| void | nextBuffer (Buffer &outputBuffer, unsigned outBufNum) throw (CException) |
| Function that implements the adding routine. | |
|
||||||||||||
|
The constructor for dual-UnitGenerator operation.
|
|
||||||||||||
|
Constructuctor for operating a UnitGenerator and a fixed float.
|
|
||||||||||||
|
Returns the next individual frame (for fixed values).
|
|
||||||||||||
|
Function that implements the adding routine.
Implements csl::BinaryOp. |
1.4.5-20051010