MCPcopy 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
1657int
1658TrackArgs::getNumTracks() const
1659{
1660 return (int)_imp->tracks.size();
1661}
1662
1663const std::vector<TrackMarkerAndOptionsPtr>&
1664TrackArgs::getTracks() const

Callers 2

trackStepFunctorMethod · 0.80
trackStepLibMVMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected