Name

OfxParametricParameterSuiteV1::parametricParamGetNControlPoints — Returns the number of control points in the parametric param.

Synopsis

#include "ofxParametricParam.h" 
OfxStatus (*parametricParamGetNControlPoints) ( OfxParamHandle param ,
  int curveIndex ,
  double time ,
  int * returnValue ) ;
 

Arguments

  • param - handle to the parametric parameter
  • curveIndex - which dimension to check
  • time - the time to check
  • returnValue - pointer to an integer where the value is returned.

Returns