MCPcopy Create free account
hub / github.com/NatronGitHub/Natron / reset

Method reset

Engine/PyTracker.cpp:103–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101}
102
103void
104Track::reset()
105{
106 TrackMarkerPtr marker = getInternalMarker();
107 if (!marker) {
108 return;
109 }
110 marker->resetTrack();
111}
112
113Tracker::Tracker(const TrackerContextPtr& ctx)
114 : _ctx(ctx)

Callers

nothing calls this directly

Calls 1

resetTrackMethod · 0.80

Tested by

no test coverage detected