Blender V5.0
node_geo_curve_sample.cc File Reference

Go to the source code of this file.

Classes

class  blender::nodes::node_geo_curve_sample_cc::SampleFloatSegmentsFunction
class  blender::nodes::node_geo_curve_sample_cc::SampleCurveFunction

Namespaces

namespace  blender
namespace  blender::nodes
namespace  blender::nodes::node_geo_curve_sample_cc

Functions

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 &params)
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< floatblender::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 ()