Blender V5.0
blender::ed::sculpt_paint::select_grow::GrowOperatorDataPerCurve Struct Reference

Inherits blender::NonCopyable, and blender::NonMovable.

Public Attributes

Curvescurves_id
IndexMaskMemory selected_points_memory
IndexMaskMemory unselected_points_memory
IndexMask selected_points
IndexMask unselected_points
Array< floatdistances_to_selected
Array< floatdistances_to_unselected
GArray original_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 534 of file curves_sculpt_ops.cc.

Member Data Documentation

◆ curves_id

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

Definition at line 535 of file curves_sculpt_ops.cc.

◆ 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 541 of file curves_sculpt_ops.cc.

◆ original_selection

GArray 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 544 of file curves_sculpt_ops.cc.

◆ selected_points

IndexMask blender::ed::sculpt_paint::select_grow::GrowOperatorDataPerCurve::selected_points

◆ selected_points_memory

IndexMaskMemory blender::ed::sculpt_paint::select_grow::GrowOperatorDataPerCurve::selected_points_memory

◆ unselected_points

IndexMask blender::ed::sculpt_paint::select_grow::GrowOperatorDataPerCurve::unselected_points

◆ unselected_points_memory

IndexMaskMemory blender::ed::sculpt_paint::select_grow::GrowOperatorDataPerCurve::unselected_points_memory

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