|
Blender V4.3
|
#include <BLI_task_size_hints.hh>
Inherits blender::threading::TaskSizeHints.
Inherited by blender::threading::detail::TaskSizeHints_AccumulatedLookupFn< Fn >.
Public Member Functions | |
| TaskSizeHints_AccumulatedLookup () | |
| virtual int64_t | lookup_accumulated_size (IndexRange range) const =0 |
Additional Inherited Members | |
Public Types inherited from blender::threading::TaskSizeHints | |
| enum class | Type { Static , IndividualLookup , AccumulatedLookup } |
Public Attributes inherited from blender::threading::TaskSizeHints | |
| Type | type |
Protected Member Functions inherited from blender::threading::TaskSizeHints | |
| TaskSizeHints (const Type type) | |
Definition at line 68 of file BLI_task_size_hints.hh.
|
inline |
Definition at line 70 of file BLI_task_size_hints.hh.
|
pure virtual |
Get the accumulated size of a range of tasks.
Implemented in blender::threading::detail::TaskSizeHints_AccumulatedLookupFn< Fn >.
Referenced by blender::threading::detail::parallel_for_impl_accumulated_size_lookup().