MCPcopy Create free account
hub / github.com/MrKepzie/Natron / getPatternBtmLeftKnob

Method getPatternBtmLeftKnob

Engine/TrackMarker.cpp:462–466  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

460}
461
462boost::shared_ptr<KnobDouble>
463TrackMarker::getPatternBtmLeftKnob() const
464{
465 return _imp->patternBtmLeft.lock();
466}
467
468#ifdef NATRON_TRACK_MARKER_USE_WEIGHT
469boost::shared_ptr<KnobDouble>

Callers 9

nudgeSelectedTracksMethod · 0.80
transformPatternMethod · 0.80
drawOverlayMethod · 0.80
onOverlayPenDownMethod · 0.80
onOverlayPenMotionMethod · 0.80

Calls 1

lockMethod · 0.45

Tested by

no test coverage detected