|
Blender V5.0
|
Public Attributes | |
| tFCurveSegmentLink * | next |
| tFCurveSegmentLink * | prev |
| FCurve * | fcu |
| FCurveSegment * | segment |
| float * | original_y_values |
| float * | samples |
| int | sample_count |
Definition at line 1789 of file graph_slider_ops.cc.
| FCurve* tFCurveSegmentLink::fcu |
Definition at line 1791 of file graph_slider_ops.cc.
Referenced by btw_smooth_allocate_operator_data(), and gaussian_smooth_allocate_operator_data().
| tFCurveSegmentLink* tFCurveSegmentLink::next |
Definition at line 1790 of file graph_slider_ops.cc.
| float* tFCurveSegmentLink::original_y_values |
Definition at line 1795 of file graph_slider_ops.cc.
Referenced by gaussian_smooth_allocate_operator_data().
| tFCurveSegmentLink * tFCurveSegmentLink::prev |
Definition at line 1790 of file graph_slider_ops.cc.
| int tFCurveSegmentLink::sample_count |
Definition at line 1798 of file graph_slider_ops.cc.
Referenced by btw_smooth_allocate_operator_data(), and gaussian_smooth_allocate_operator_data().
| float* tFCurveSegmentLink::samples |
Definition at line 1797 of file graph_slider_ops.cc.
Referenced by btw_smooth_allocate_operator_data(), and gaussian_smooth_allocate_operator_data().
| FCurveSegment* tFCurveSegmentLink::segment |
Definition at line 1792 of file graph_slider_ops.cc.
Referenced by btw_smooth_allocate_operator_data(), and gaussian_smooth_allocate_operator_data().