Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NatronGitHub/Natron
/ getNumTracks
Method
getNumTracks
Engine/TrackerContext.cpp:1657–1661 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1655
}
1656
1657
int
1658
TrackArgs::getNumTracks() const
1659
{
1660
return (int)_imp->tracks.size();
1661
}
1662
1663
const std::vector<TrackMarkerAndOptionsPtr>&
1664
TrackArgs::getTracks() const
Callers
2
trackStepFunctor
Method · 0.80
trackStepLibMV
Method · 0.80
Calls
1
size
Method · 0.45
Tested by
no test coverage detected