|
Blender V5.0
|
#include <BLI_task_size_hints.hh>
Inherits blender::threading::TaskSizeHints.
Public Member Functions | |
| TaskSizeHints_Static (const int64_t size) | |
Public Attributes | |
| int64_t | size |
| Public Attributes inherited from blender::threading::TaskSizeHints | |
| Type | type |
Additional Inherited Members | |
| Public Types inherited from blender::threading::TaskSizeHints | |
| enum class | Type { Static , IndividualLookup , AccumulatedLookup } |
| Protected Member Functions inherited from blender::threading::TaskSizeHints | |
| TaskSizeHints (const Type type) | |
Definition at line 46 of file BLI_task_size_hints.hh.
|
inline |
Definition at line 50 of file BLI_task_size_hints.hh.
References size, and blender::threading::TaskSizeHints::TaskSizeHints().
| int64_t blender::threading::detail::TaskSizeHints_Static::size |
Definition at line 48 of file BLI_task_size_hints.hh.
Referenced by TaskSizeHints_Static().