Inheritance diagram for Spectrogram:

Public Member Functions | |
| Spectrogram (unsigned wide, unsigned high, UnitGenerator &model) | |
| ~Spectrogram () | |
| void | normalize () |
| void | compress () |
| void | update (void *arg) |
| I receive update() mesages from my model; this will be implemented in subclasses. | |
| void | saveToRas (char *name) |
Public Attributes | |
| unsigned | mWidth |
| unsigned | mHeight |
| sample ** | mData |
| unsigned | mPosition |
|
||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
I receive update() mesages from my model; this will be implemented in subclasses. virtual destructor (don't notify or delete observers in this version) Implements csl::Observer. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.5-20051010