Blender V4.3
blender::threading::detail::TaskSizeHints_AccumulatedLookup Class Referenceabstract

#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)
 

Detailed Description

Definition at line 68 of file BLI_task_size_hints.hh.

Constructor & Destructor Documentation

◆ TaskSizeHints_AccumulatedLookup()

blender::threading::detail::TaskSizeHints_AccumulatedLookup::TaskSizeHints_AccumulatedLookup ( )
inline

Definition at line 70 of file BLI_task_size_hints.hh.

Member Function Documentation

◆ lookup_accumulated_size()

virtual int64_t blender::threading::detail::TaskSizeHints_AccumulatedLookup::lookup_accumulated_size ( IndexRange range) const
pure virtual

The documentation for this class was generated from the following file: