Skip to content
Snippets Groups Projects
Commit 3109e348 authored by Mederic Fourmy's avatar Mederic Fourmy
Browse files

Hotfix: add 2 harmless getters to TrackMatrix

parent 6fc6337f
No related branches found
No related tags found
1 merge request!447new tag
Pipeline #9577 passed
This commit is part of merge request !447. Comments created here will be created in the context of that merge request.
...@@ -125,6 +125,9 @@ class TrackMatrix ...@@ -125,6 +125,9 @@ class TrackMatrix
// bool markKeyframe(CaptureBasePtr _capture); // bool markKeyframe(CaptureBasePtr _capture);
// bool unmarkKeyframe(CaptureBasePtr _capture); // bool unmarkKeyframe(CaptureBasePtr _capture);
const map<SizeStd, Track>& getTracks(){return tracks_;}
const map<CaptureBasePtr, Snapshot >& getSnapshots(){return snapshots_;}
private: private:
static SizeStd track_id_count_; static SizeStd track_id_count_;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment