| 448 | } |
| 449 | |
| 450 | boost::shared_ptr<KnobDouble> |
| 451 | TrackMarker::getPatternTopRightKnob() const |
| 452 | { |
| 453 | return _imp->patternTopRight.lock(); |
| 454 | } |
| 455 | |
| 456 | boost::shared_ptr<KnobDouble> |
| 457 | TrackMarker::getPatternBtmRightKnob() const |
no test coverage detected