Blender V4.3
blender::nodes::node_geo_simulation_cc::sim_output_node Namespace Reference

Classes

class  LazyFunctionForSimulationOutputNode
 

Functions

 NODE_STORAGE_FUNCS (NodeGeometrySimulationOutput)
 
static void node_declare (NodeDeclarationBuilder &b)
 
static void node_init (bNodeTree *, bNode *node)
 
static void node_free_storage (bNode *node)
 
static void node_copy_storage (bNodeTree *, bNode *dst_node, const bNode *src_node)
 
static void node_operators ()
 
static bool node_insert_link (bNodeTree *ntree, bNode *node, bNodeLink *link)
 
static void node_extra_info (NodeExtraInfoParams &params)
 
static void node_register ()
 

Function Documentation

◆ node_copy_storage()

static void blender::nodes::node_geo_simulation_cc::sim_output_node::node_copy_storage ( bNodeTree * ,
bNode * dst_node,
const bNode * src_node )
static

Definition at line 906 of file node_geo_simulation.cc.

References blender::nodes::socket_items::copy_array(), and bNode::storage.

Referenced by node_register().

◆ node_declare()

◆ node_extra_info()

static void blender::nodes::node_geo_simulation_cc::sim_output_node::node_extra_info ( NodeExtraInfoParams & params)
static

◆ node_free_storage()

static void blender::nodes::node_geo_simulation_cc::sim_output_node::node_free_storage ( bNode * node)
static

Definition at line 900 of file node_geo_simulation.cc.

References blender::nodes::socket_items::destruct_array(), and MEM_freeN().

Referenced by node_register().

◆ node_init()

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

Definition at line 885 of file node_geo_simulation.cc.

References BLI_strdup(), data, DATA_, and SOCK_GEOMETRY.

Referenced by node_register().

◆ node_insert_link()

static bool blender::nodes::node_geo_simulation_cc::sim_output_node::node_insert_link ( bNodeTree * ntree,
bNode * node,
bNodeLink * link )
static

◆ node_operators()

◆ node_register()

◆ NODE_STORAGE_FUNCS()

blender::nodes::node_geo_simulation_cc::sim_output_node::NODE_STORAGE_FUNCS ( NodeGeometrySimulationOutput )