Blender  V3.3
Public Attributes | List of all members
blender::ed::sculpt_paint::select_grow::GrowOperatorDataPerCurve Struct Reference
Inheritance diagram for blender::ed::sculpt_paint::select_grow::GrowOperatorDataPerCurve:
blender::NonCopyable blender::NonMovable

Public Attributes

Curvescurves_id
 
Vector< int > selected_point_indices
 
Vector< int > unselected_point_indices
 
Array< floatdistances_to_selected
 
Array< floatdistances_to_unselected
 
Array< floatoriginal_selection
 
float pixel_to_distance_factor
 

Additional Inherited Members

- Public Member Functions inherited from blender::NonCopyable
 NonCopyable (const NonCopyable &other)=delete
 
NonCopyableoperator= (const NonCopyable &other)=delete
 
 NonCopyable ()=default
 
 NonCopyable (NonCopyable &&other)=default
 
NonCopyableoperator= (NonCopyable &&other)=default
 
- Public Member Functions inherited from blender::NonMovable
 NonMovable (NonMovable &&other)=delete
 
NonMovableoperator= (NonMovable &&other)=delete
 
 NonMovable ()=default
 
 NonMovable (const NonMovable &other)=default
 
NonMovableoperator= (const NonMovable &other)=default
 

Detailed Description

Definition at line 593 of file curves_sculpt_ops.cc.

Member Data Documentation

◆ curves_id

Curves* blender::ed::sculpt_paint::select_grow::GrowOperatorDataPerCurve::curves_id

◆ distances_to_selected

Array<float> blender::ed::sculpt_paint::select_grow::GrowOperatorDataPerCurve::distances_to_selected

◆ distances_to_unselected

Array<float> blender::ed::sculpt_paint::select_grow::GrowOperatorDataPerCurve::distances_to_unselected

Definition at line 598 of file curves_sculpt_ops.cc.

◆ original_selection

Array<float> blender::ed::sculpt_paint::select_grow::GrowOperatorDataPerCurve::original_selection

◆ pixel_to_distance_factor

float blender::ed::sculpt_paint::select_grow::GrowOperatorDataPerCurve::pixel_to_distance_factor

Definition at line 601 of file curves_sculpt_ops.cc.

◆ selected_point_indices

Vector<int> blender::ed::sculpt_paint::select_grow::GrowOperatorDataPerCurve::selected_point_indices

◆ unselected_point_indices

Vector<int> blender::ed::sculpt_paint::select_grow::GrowOperatorDataPerCurve::unselected_point_indices

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