Blender  V3.3
Public Attributes | List of all members
LoopWalkCtx Struct Reference

Public Attributes

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

Detailed Description

Definition at line 1023 of file bmesh_interp.c.

Member Data Documentation

◆ arena

MemArena* LoopWalkCtx::arena

Definition at line 1028 of file bmesh_interp.c.

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 1041 of file bmesh_interp.c.

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 1042 of file bmesh_interp.c.

Referenced by bm_loop_walk_add(), and BM_vert_loop_groups_data_layer_create().

◆ data_len

int LoopWalkCtx::data_len

Definition at line 1034 of file bmesh_interp.c.

Referenced by bm_loop_walk_add(), and BM_vert_loop_groups_data_layer_create().

◆ data_ref

const void* LoopWalkCtx::data_ref

Definition at line 1033 of file bmesh_interp.c.

Referenced by bm_loop_walk_data(), and BM_vert_loop_groups_data_layer_create().

◆ loop_weights

const float* LoopWalkCtx::loop_weights

Definition at line 1027 of file bmesh_interp.c.

Referenced by bm_loop_walk_add(), and BM_vert_loop_groups_data_layer_create().

◆ type

int LoopWalkCtx::type

Definition at line 1025 of file bmesh_interp.c.

Referenced by bm_loop_walk_data(), and BM_vert_loop_groups_data_layer_create().

◆ weight_accum

float LoopWalkCtx::weight_accum

Definition at line 1037 of file bmesh_interp.c.

Referenced by bm_loop_walk_add(), and BM_vert_loop_groups_data_layer_create().

◆ weight_array

float* LoopWalkCtx::weight_array

Definition at line 1043 of file bmesh_interp.c.

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: