Blender  V3.3
Functions
blender::nodes::node_geo_mesh_to_points_cc Namespace Reference

Functions

static void node_declare (NodeDeclarationBuilder &b)
 
static void node_layout (uiLayout *layout, bContext *UNUSED(C), PointerRNA *ptr)
 
static void node_init (bNodeTree *UNUSED(tree), bNode *node)
 
static void materialize_compressed_to_uninitialized_threaded (const GVArray &src, const IndexMask mask, GMutableSpan dst)
 
static void geometry_set_mesh_to_points (GeometrySet &geometry_set, Field< float3 > &position_field, Field< float > &radius_field, Field< bool > &selection_field, const eAttrDomain domain)
 
static void node_geo_exec (GeoNodeExecParams params)
 

Function Documentation

◆ geometry_set_mesh_to_points()

static void blender::nodes::node_geo_mesh_to_points_cc::geometry_set_mesh_to_points ( GeometrySet geometry_set,
Field< float3 > &  position_field,
Field< float > &  radius_field,
Field< bool > &  selection_field,
const eAttrDomain  domain 
)
static

◆ materialize_compressed_to_uninitialized_threaded()

static void blender::nodes::node_geo_mesh_to_points_cc::materialize_compressed_to_uninitialized_threaded ( const GVArray src,
const IndexMask  mask,
GMutableSpan  dst 
)
static

◆ node_declare()

static void blender::nodes::node_geo_mesh_to_points_cc::node_declare ( NodeDeclarationBuilder b)
static

◆ node_geo_exec()

static void blender::nodes::node_geo_mesh_to_points_cc::node_geo_exec ( GeoNodeExecParams  params)
static

◆ node_init()

static void blender::nodes::node_geo_mesh_to_points_cc::node_init ( bNodeTree UNUSEDtree,
bNode node 
)
static

Definition at line 39 of file node_geo_mesh_to_points.cc.

References data, GEO_NODE_MESH_TO_POINTS_VERTICES, and node.

◆ node_layout()

static void blender::nodes::node_geo_mesh_to_points_cc::node_layout ( uiLayout layout,
bContext UNUSEDC,
PointerRNA ptr 
)
static

Definition at line 34 of file node_geo_mesh_to_points.cc.

References ptr, and uiItemR().

Referenced by register_node_type_geo_mesh_to_points().