OfxParameterSuiteV1::paramGetIntegral
— Gets the integral of a parameter over a specific time range,
#include "ofxParam.h"
OfxStatus
(*paramGetIntegral)
(
|
OfxParamHandle paramHandle , |
OfxTime time1 , | |
OfxTime time2 , | |
...
)
;
|
This gets the integral of the parameter over the specified time range.
The varargs needs to be pointer to C variables of the relevant type for this parameter. See
OfxParameterSuiteV1::paramGetValue
for notes on the varags list.
Only double and colour params can be integrated.