Go to the source code of this file.
|
| static void | blender::nodes::node_geo_curve_sample_cc::node_declare (NodeDeclarationBuilder &b) |
| |
| static void | blender::nodes::node_geo_curve_sample_cc::node_layout (uiLayout *layout, bContext *, PointerRNA *ptr) |
| |
| static void | blender::nodes::node_geo_curve_sample_cc::node_init (bNodeTree *, bNode *node) |
| |
| static void | blender::nodes::node_geo_curve_sample_cc::node_gather_link_searches (GatherLinkSearchOpParams ¶ms) |
| |
| static void | blender::nodes::node_geo_curve_sample_cc::sample_indices_and_lengths (const Span< float > accumulated_lengths, const Span< float > sample_lengths, const GeometryNodeCurveSampleMode length_mode, const IndexMask &mask, MutableSpan< int > r_segment_indices, MutableSpan< float > r_length_in_segment) |
| |
| static void | blender::nodes::node_geo_curve_sample_cc::sample_indices_and_factors_to_compressed (const Span< float > accumulated_lengths, const Span< float > sample_lengths, const GeometryNodeCurveSampleMode length_mode, const IndexMask &mask, MutableSpan< int > r_segment_indices, MutableSpan< float > r_factor_in_segment) |
| |
| static Array< float > | blender::nodes::node_geo_curve_sample_cc::curve_accumulated_lengths (const bke::CurvesGeometry &curves) |
| |
| static void | blender::nodes::node_geo_curve_sample_cc::node_geo_exec (GeoNodeExecParams params) |
| |
| static void | blender::nodes::node_geo_curve_sample_cc::node_register () |
| |