#include <Lorenz.h>

Public Member Functions | |
| Lorenz (float x=0.02, float y=20., float z=20.) | |
| Constructor. | |
| ~Lorenz () | |
| float | x () const |
| Accessors. | |
| float | y () const |
| float | z () const |
| void | setX (float tx) |
| void | setY (float ty) |
| void | setZ (float tz) |
| void | dump () |
| pretty-print the receiver | |
| void | nextBuffer (Buffer &outputBuffer, unsigned outBufNum) throw (CException) |
Protected Attributes | |
| float | mX |
| float | mY |
| float | mZ |
| Lorenz::Lorenz | ( | float | x = 0.02, |
|
| float | y = 20., |
|||
| float | z = 20. | |||
| ) |
Constructor.
| Lorenz::~Lorenz | ( | ) |
| float csl::Lorenz::x | ( | ) | const [inline] |
| float csl::Lorenz::y | ( | ) | const [inline] |
References mY.
| float csl::Lorenz::z | ( | ) | const [inline] |
References mZ.
| void csl::Lorenz::setX | ( | float | tx | ) | [inline] |
References mX.
| void csl::Lorenz::setY | ( | float | ty | ) | [inline] |
References mY.
| void csl::Lorenz::setZ | ( | float | tz | ) | [inline] |
References mZ.
| void Lorenz::dump | ( | void | ) | [virtual] |
pretty-print the receiver
Reimplemented from csl::UnitGenerator.
References csl::logMsg(), csl::UnitGenerator::mFrameRate, and mX.
| void Lorenz::nextBuffer | ( | Buffer & | outputBuffer, | |
| unsigned | outBufNum | |||
| ) | throw (CException) [virtual] |
really compute the next buffer given an offset base channel; this is called by nextBuffer, possibly multiple times
Reimplemented from csl::UnitGenerator.
References csl::logMsg(), and max.
float csl::Lorenz::mX [protected] |
float csl::Lorenz::mY [protected] |
float csl::Lorenz::mZ [protected] |
1.5.8