Blender V5.0
LoopWalkCtx Struct Reference

Public Attributes

int type
int cd_layer_offset
const floatloop_weights
MemArenaarena
const void * data_ref
int data_len
float weight_accum
void ** data_array
int * data_index_array
floatweight_array

Detailed Description

Definition at line 1092 of file bmesh_interp.cc.

Member Data Documentation

◆ arena

MemArena* LoopWalkCtx::arena

Definition at line 1097 of file bmesh_interp.cc.

Referenced by BM_vert_loop_groups_data_layer_create().

◆ cd_layer_offset

int LoopWalkCtx::cd_layer_offset

◆ data_array

void** LoopWalkCtx::data_array

Definition at line 1110 of file bmesh_interp.cc.

Referenced by bm_loop_walk_add(), and BM_vert_loop_groups_data_layer_create().

◆ data_index_array

int* LoopWalkCtx::data_index_array

Definition at line 1111 of file bmesh_interp.cc.

Referenced by bm_loop_walk_add(), and BM_vert_loop_groups_data_layer_create().

◆ data_len

int LoopWalkCtx::data_len

Definition at line 1103 of file bmesh_interp.cc.

Referenced by bm_loop_walk_add(), and BM_vert_loop_groups_data_layer_create().

◆ data_ref

const void* LoopWalkCtx::data_ref

Definition at line 1102 of file bmesh_interp.cc.

Referenced by bm_loop_walk_data(), and BM_vert_loop_groups_data_layer_create().

◆ loop_weights

const float* LoopWalkCtx::loop_weights

Definition at line 1096 of file bmesh_interp.cc.

Referenced by bm_loop_walk_add(), and BM_vert_loop_groups_data_layer_create().

◆ type

int LoopWalkCtx::type

Definition at line 1094 of file bmesh_interp.cc.

Referenced by bm_loop_walk_data(), and BM_vert_loop_groups_data_layer_create().

◆ weight_accum

float LoopWalkCtx::weight_accum

Definition at line 1106 of file bmesh_interp.cc.

Referenced by bm_loop_walk_add(), and BM_vert_loop_groups_data_layer_create().

◆ weight_array

float* LoopWalkCtx::weight_array

Definition at line 1112 of file bmesh_interp.cc.

Referenced by bm_loop_walk_add(), and BM_vert_loop_groups_data_layer_create().


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