3#include <MRPch/MRBindingMacros.h>
50 bool updateTask_(
float delta );
52 const ProgressCallback& cb_;
55 std::forward_list<TaskInfo> perTaskInfo_;
58 float totalWeight_ = 0;
63 bool continue_ =
true;
68 std::thread::id mainThreadId_;
#define MRMESH_API
Definition MRMeshFwd.h:80
Definition MRParallelProgressReporter.h:18
MRMESH_API bool operator()()
MRMESH_API ParallelProgressReporter(const ProgressCallback &cb)
MRMESH_API PerTaskReporter newTask(float weight=1.f)
Definition MRCameraOrientationPlugin.h:8
Definition MRParallelProgressReporter.h:31
MRMESH_API bool operator()(float p) const
Definition MRParallelProgressReporter.h:23