|
Blender V5.0
|
#include <BLI_task_size_hints.hh>
Inherits blender::threading::detail::TaskSizeHints_AccumulatedLookup.
Public Member Functions | |
| TaskSizeHints_AccumulatedLookupFn (Fn fn) | |
| int64_t | lookup_accumulated_size (const IndexRange range) const override |
| Public Member Functions inherited from blender::threading::detail::TaskSizeHints_AccumulatedLookup | |
| TaskSizeHints_AccumulatedLookup () | |
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 93 of file BLI_task_size_hints.hh.
|
inline |
Definition at line 98 of file BLI_task_size_hints.hh.
References blender::threading::detail::TaskSizeHints_AccumulatedLookup::TaskSizeHints_AccumulatedLookup().
|
inlineoverridevirtual |
Get the accumulated size of a range of tasks.
Implements blender::threading::detail::TaskSizeHints_AccumulatedLookup.
Definition at line 102 of file BLI_task_size_hints.hh.