Blender V5.0
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 (bke::NodeInsertLinkParams &params)
static void node_extra_info (NodeExtraInfoParams &params)
static void node_gather_link_searches (GatherLinkSearchOpParams &params)
static void node_blend_write (const bNodeTree &, const bNode &node, BlendWriter &writer)
static void node_blend_read (bNodeTree &, bNode &node, BlendDataReader &reader)
static void node_register ()

Function Documentation

◆ node_blend_read()

void blender::nodes::node_geo_simulation_cc::sim_output_node::node_blend_read ( bNodeTree & ,
bNode & node,
BlendDataReader & reader )
static

◆ node_blend_write()

void blender::nodes::node_geo_simulation_cc::sim_output_node::node_blend_write ( const bNodeTree & ,
const bNode & node,
BlendWriter & writer )
static

◆ node_copy_storage()

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

◆ node_declare()

◆ node_extra_info()

◆ node_free_storage()

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

◆ node_gather_link_searches()

◆ node_init()

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

◆ node_insert_link()

bool blender::nodes::node_geo_simulation_cc::sim_output_node::node_insert_link ( bke::NodeInsertLinkParams & params)
static

◆ node_operators()

void blender::nodes::node_geo_simulation_cc::sim_output_node::node_operators ( )
static

◆ node_register()

◆ NODE_STORAGE_FUNCS()

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