|
Blender V4.3
|
Inherits blender::NonCopyable, and blender::NonMovable.
Additional Inherited Members | |
Public Member Functions inherited from blender::NonCopyable | |
| NonCopyable (const NonCopyable &other)=delete | |
| NonCopyable & | operator= (const NonCopyable &other)=delete |
| NonCopyable ()=default | |
| NonCopyable (NonCopyable &&other)=default | |
| NonCopyable & | operator= (NonCopyable &&other)=default |
Public Member Functions inherited from blender::NonMovable | |
| NonMovable (NonMovable &&other)=delete | |
| NonMovable & | operator= (NonMovable &&other)=delete |
| NonMovable ()=default | |
| NonMovable (const NonMovable &other)=default | |
| NonMovable & | operator= (const NonMovable &other)=default |
Definition at line 525 of file curves_sculpt_ops.cc.
| Curves* blender::ed::sculpt_paint::select_grow::GrowOperatorDataPerCurve::curves_id |
Definition at line 526 of file curves_sculpt_ops.cc.
| Array<float> blender::ed::sculpt_paint::select_grow::GrowOperatorDataPerCurve::distances_to_selected |
Definition at line 531 of file curves_sculpt_ops.cc.
Referenced by blender::ed::sculpt_paint::select_grow::select_grow_invoke_per_curve().
| Array<float> blender::ed::sculpt_paint::select_grow::GrowOperatorDataPerCurve::distances_to_unselected |
Definition at line 532 of file curves_sculpt_ops.cc.
| GArray blender::ed::sculpt_paint::select_grow::GrowOperatorDataPerCurve::original_selection |
Definition at line 534 of file curves_sculpt_ops.cc.
Referenced by blender::ed::sculpt_paint::select_grow::select_grow_invoke_per_curve().
| float blender::ed::sculpt_paint::select_grow::GrowOperatorDataPerCurve::pixel_to_distance_factor |
Definition at line 535 of file curves_sculpt_ops.cc.
| IndexMask blender::ed::sculpt_paint::select_grow::GrowOperatorDataPerCurve::selected_points |
Definition at line 529 of file curves_sculpt_ops.cc.
Referenced by blender::ed::sculpt_paint::select_grow::select_grow_invoke_per_curve().
| IndexMaskMemory blender::ed::sculpt_paint::select_grow::GrowOperatorDataPerCurve::selected_points_memory |
Definition at line 527 of file curves_sculpt_ops.cc.
Referenced by blender::ed::sculpt_paint::select_grow::select_grow_invoke_per_curve().
| IndexMask blender::ed::sculpt_paint::select_grow::GrowOperatorDataPerCurve::unselected_points |
Definition at line 530 of file curves_sculpt_ops.cc.
Referenced by blender::ed::sculpt_paint::select_grow::select_grow_invoke_per_curve().
| IndexMaskMemory blender::ed::sculpt_paint::select_grow::GrowOperatorDataPerCurve::unselected_points_memory |
Definition at line 528 of file curves_sculpt_ops.cc.
Referenced by blender::ed::sculpt_paint::select_grow::select_grow_invoke_per_curve().