OpenCurves  0.9
PlotFunctionInfo Struct Reference

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.
 

Detailed Description

Plot sampling progress information for PlotFunction.

Tracks meta data about the sampling which can be used in FunctionDefinition evaluation.


The documentation for this struct was generated from the following file: