Blender V4.3
blender::bke::CustomDataAccessInfo Struct Reference

#include <attribute_access_intern.hh>

Public Types

using CustomDataGetter = CustomData *(*)(void *owner)
 
using ConstCustomDataGetter = const CustomData *(*)(const void *owner)
 
using GetElementNum = int (*)(const void *owner)
 
using UpdateCustomDataPointers = void (*)(void *owner)
 

Public Attributes

CustomDataGetter get_custom_data
 
ConstCustomDataGetter get_const_custom_data
 
GetElementNum get_element_num
 

Detailed Description

Utility to group together multiple functions that are used to access custom data on geometry components in a generic way.

Definition at line 20 of file attribute_access_intern.hh.

Member Typedef Documentation

◆ ConstCustomDataGetter

Definition at line 22 of file attribute_access_intern.hh.

◆ CustomDataGetter

◆ GetElementNum

Definition at line 23 of file attribute_access_intern.hh.

◆ UpdateCustomDataPointers

Definition at line 24 of file attribute_access_intern.hh.

Member Data Documentation

◆ get_const_custom_data

◆ get_custom_data

◆ get_element_num


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