Blender  V3.3
Classes | Namespaces | Functions
node_geo_curve_sample.cc File Reference
#include "BLI_devirtualize_parameters.hh"
#include "BLI_length_parameterize.hh"
#include "BKE_curves.hh"
#include "UI_interface.h"
#include "UI_resources.h"
#include "node_geometry_util.hh"

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

 blender
 
 blender::nodes
 
 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 *UNUSED(C), PointerRNA *ptr)
 
static void blender::nodes::node_geo_curve_sample_cc::node_type_init (bNodeTree *UNUSED(tree), bNode *node)
 
static void blender::nodes::node_geo_curve_sample_cc::node_update (bNodeTree *ntree, bNode *node)
 
static void blender::nodes::node_geo_curve_sample_cc::sample_indices_and_lengths (const Span< float > accumulated_lengths, const Span< float > sample_lengths, 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 IndexMask mask, MutableSpan< int > r_segment_indices, MutableSpan< float > r_factor_in_segment)
 
static Field< floatblender::nodes::node_geo_curve_sample_cc::get_length_input_field (GeoNodeExecParams params, const GeometryNodeCurveSampleMode mode, const float curves_total_length)
 
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)
 
void register_node_type_geo_curve_sample ()
 

Function Documentation

◆ register_node_type_geo_curve_sample()

void register_node_type_geo_curve_sample ( void  )