|
Blender V5.0
|
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 534 of file curves_sculpt_ops.cc.
| Curves* blender::ed::sculpt_paint::select_grow::GrowOperatorDataPerCurve::curves_id |
Definition at line 535 of file curves_sculpt_ops.cc.
| Array<float> blender::ed::sculpt_paint::select_grow::GrowOperatorDataPerCurve::distances_to_selected |
Definition at line 540 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 541 of file curves_sculpt_ops.cc.
| GArray blender::ed::sculpt_paint::select_grow::GrowOperatorDataPerCurve::original_selection |
Definition at line 543 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 544 of file curves_sculpt_ops.cc.
| IndexMask blender::ed::sculpt_paint::select_grow::GrowOperatorDataPerCurve::selected_points |
Definition at line 538 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 536 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 539 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 537 of file curves_sculpt_ops.cc.
Referenced by blender::ed::sculpt_paint::select_grow::select_grow_invoke_per_curve().