![]() |
doom3-gpl
Doom 3 GPL source release
|
#include <DebugGraph.h>
Public Member Functions | |
| idDebugGraph () | |
| void | SetNumSamples (int num) |
| void | AddValue (float value) |
| void | Draw (const idVec4 &color, float scale) const |
Private Attributes | |
| idList< float > | samples |
| int | index |
Definition at line 29 of file DebugGraph.h.
| idDebugGraph::idDebugGraph | ( | ) |
Definition at line 38 of file DebugGraph.cpp.
Definition at line 59 of file DebugGraph.cpp.
Definition at line 72 of file DebugGraph.cpp.
Definition at line 47 of file DebugGraph.cpp.
|
private |
Definition at line 38 of file DebugGraph.h.
Definition at line 37 of file DebugGraph.h.
1.8.6.