Blender V4.3
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
 
intdata_index_array
 
floatweight_array
 

Detailed Description

Definition at line 1076 of file bmesh_interp.cc.

Member Data Documentation

◆ arena

MemArena* LoopWalkCtx::arena

Definition at line 1081 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 1094 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 1095 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 1087 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 1086 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 1080 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 1078 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 1090 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 1096 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: