Name

OfxParameterSuiteV1::paramGetIntegral — Gets the integral of a parameter over a specific time range,

Synopsis

#include "ofxParam.h" 
OfxStatus(*paramGetIntegral)(OfxParamHandle paramHandle,
  OfxTimetime1,
  OfxTimetime2,
 ...);
 

Arguments

  • paramHandle -
  • time1 -
  • time2 -
  • ... -

Description

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.

Returns