Skip to content
Snippets Groups Projects

WIP: Resolve "std::set and std::map instead of std::list in wolf nodes"

4 files
+ 7
26
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -485,9 +485,8 @@ class ProcessorMotion : public ProcessorBase, public IsMotion
@@ -485,9 +485,8 @@ class ProcessorMotion : public ProcessorBase, public IsMotion
CaptureMotionPtr last_ptr_;
CaptureMotionPtr last_ptr_;
CaptureMotionPtr incoming_ptr_;
CaptureMotionPtr incoming_ptr_;
FrameBasePtr origin_frame_ptr_;
FrameBasePtr last_frame_ptr_;
FrameBasePtr last_frame_ptr_;
FrameBasePtr incoming_frame_ptr_;
FrameBasePtr origin_frame_ptr_;
protected:
protected:
// helpers to avoid allocation
// helpers to avoid allocation
Loading