Blender V4.3
blender::ed::sculpt_paint::smooth_mask_cc::LocalData Struct Reference

Public Attributes

Vector< float3positions
 
Vector< floatfactors
 
Vector< floatdistances
 
Vector< Vector< int > > vert_neighbors
 
Vector< floatmasks
 
Vector< floatnew_masks
 

Detailed Description

Definition at line 28 of file smooth_mask.cc.

Member Data Documentation

◆ distances

Vector<float> blender::ed::sculpt_paint::smooth_mask_cc::LocalData::distances

Definition at line 31 of file smooth_mask.cc.

◆ factors

Vector<float> blender::ed::sculpt_paint::smooth_mask_cc::LocalData::factors

Definition at line 30 of file smooth_mask.cc.

◆ masks

Vector<float> blender::ed::sculpt_paint::smooth_mask_cc::LocalData::masks

Definition at line 33 of file smooth_mask.cc.

◆ new_masks

Vector<float> blender::ed::sculpt_paint::smooth_mask_cc::LocalData::new_masks

Definition at line 34 of file smooth_mask.cc.

◆ positions

Vector<float3> blender::ed::sculpt_paint::smooth_mask_cc::LocalData::positions

Definition at line 29 of file smooth_mask.cc.

◆ vert_neighbors

Vector<Vector<int> > blender::ed::sculpt_paint::smooth_mask_cc::LocalData::vert_neighbors

Definition at line 32 of file smooth_mask.cc.


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