Blender V5.0
blender::nodes::node_geo_grid_prune_cc Namespace Reference

Enumerations

enum class  Mode : int16_t { Inactive = 0 , Threshold = 1 , SDF = 2 }

Functions

static void node_declare (NodeDeclarationBuilder &b)
static void node_layout (uiLayout *layout, bContext *, PointerRNA *ptr)
static std::optional< eNodeSocketDatatypenode_type_for_socket_type (const bNodeSocket &socket)
static void node_gather_link_search_ops (GatherLinkSearchOpParams &params)
static void node_geo_exec (GeoNodeExecParams params)
static void node_init (bNodeTree *, bNode *node)
static void node_rna (StructRNA *srna)
static void node_register ()

Enumeration Type Documentation

◆ Mode

enum class blender::nodes::node_geo_grid_prune_cc::Mode : int16_t
strong
Enumerator
Inactive 
Threshold 
SDF 

Definition at line 24 of file node_geo_grid_prune.cc.

Function Documentation

◆ node_declare()

◆ node_gather_link_search_ops()

void blender::nodes::node_geo_grid_prune_cc::node_gather_link_search_ops ( GatherLinkSearchOpParams & params)
static

Definition at line 116 of file node_geo_grid_prune.cc.

References bNode::custom1, IFACE_, node_type_for_socket_type(), and params.

Referenced by node_register().

◆ node_geo_exec()

◆ node_init()

void blender::nodes::node_geo_grid_prune_cc::node_init ( bNodeTree * ,
bNode * node )
static

Definition at line 212 of file node_geo_grid_prune.cc.

References bNode::custom1, and SOCK_FLOAT.

Referenced by node_register().

◆ node_layout()

void blender::nodes::node_geo_grid_prune_cc::node_layout ( uiLayout * layout,
bContext * ,
PointerRNA * ptr )
static

Definition at line 94 of file node_geo_grid_prune.cc.

References uiLayout::prop(), ptr, and UI_ITEM_NONE.

Referenced by node_register().

◆ node_register()

◆ node_rna()

void blender::nodes::node_geo_grid_prune_cc::node_rna ( StructRNA * srna)
static

◆ node_type_for_socket_type()

std::optional< eNodeSocketDatatype > blender::nodes::node_geo_grid_prune_cc::node_type_for_socket_type ( const bNodeSocket & socket)
static