Blender V5.0
blender::fn::LocalUserData Class Reference

#include <FN_user_data.hh>

Inherited by blender::nodes::GeoNodesLocalUserData.

Public Member Functions

virtual ~LocalUserData ()=default

Detailed Description

Extension of UserData that is thread-local. This avoids accessing e.g. EnumerableThreadSpecific.local() in every nested lazy-function because the thread local data is passed in by the caller.

Definition at line 16 of file FN_user_data.hh.

Constructor & Destructor Documentation

◆ ~LocalUserData()

virtual blender::fn::LocalUserData::~LocalUserData ( )
virtualdefault

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