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

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