#include <GraphData.h>
|
Definition at line 3 of file GraphData.cpp. |
|
Definition at line 10 of file GraphData.cpp. |
|
Definition at line 33 of file GraphData.h. Referenced by Graph::drawBuffer(). |
|
Definition at line 23 of file GraphData.h. Referenced by Graph::push(). |
|
The size of the memory buffer of the graph Definition at line 12 of file GraphData.h. |
|
Definition at line 39 of file GraphData.h. Referenced by GraphData(). |
|
The actual size of the data that was already set. Definition at line 15 of file GraphData.h. Referenced by Graph::drawBuffer(), and GraphData(). |
|
The index that marks the start of the data. Virtually, the new data values added to the graph are pushed at the end of the data stack, while old values are popped at the beginning. In practice, just the index that marks the start of the data moves, while the new data values are overwritten over the older ones. Definition at line 21 of file GraphData.h. Referenced by GraphData(). |
Thyrix homepage Users' guide
(C) Arxia 2004-2005