OpenCurves
0.9
|
Plot sampling progress information for PlotFunction
.
More...
#include <plotfunctioninfo.h>
Public Member Functions | |
PlotFunctionInfo () | |
Constructor. | |
void | clear () |
Clear sampling info. | |
Public Attributes | |
double | lastTime |
Time of the last sample. | |
PlotFunctionResult | lastValue |
Last value at time lastTime . | |
double | total |
Running total of the samples. | |
unsigned int | count |
Number of samples taken so far. | |
void * | context |
Function specific context data. | |
Plot sampling progress information for PlotFunction
.
Tracks meta data about the sampling which can be used in FunctionDefinition
evaluation.