Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NatronGitHub/Natron
/ getNumControlPoints
Method
getNumControlPoints
Engine/PyRoto.cpp:292–296 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
290
}
291
292
int
293
BezierCurve::getNumControlPoints() const
294
{
295
return _bezier->getControlPointsCount();
296
}
297
298
void
299
BezierCurve::getKeyframes(std::list<double>* keys) const
Callers
1
Sbk_BezierCurveFunc_getNumControlPoints
Function · 0.80
Calls
1
getControlPointsCount
Method · 0.45
Tested by
no test coverage detected