Skip to content
Snippets Groups Projects

Resolve "Emplace API inconsistent with ProcessorTrackerFeature/Landmark functions"

3 files
+ 0
8
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -61,7 +61,6 @@ class CaptureBase : public NodeBase, public std::enable_shared_from_this<Capture
@@ -61,7 +61,6 @@ class CaptureBase : public NodeBase, public std::enable_shared_from_this<Capture
FrameBasePtr getFrame() const;
FrameBasePtr getFrame() const;
void setFrame(const FrameBasePtr _frm_ptr);
void setFrame(const FrameBasePtr _frm_ptr);
void unlinkFromFrame(){frame_ptr_.reset();}
virtual void setProblem(ProblemPtr _problem) final;
virtual void setProblem(ProblemPtr _problem) final;
FeatureBasePtrList& getFeatureList();
FeatureBasePtrList& getFeatureList();
Loading