Blender V4.5
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_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()

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

Definition at line 921 of file node_geo_simulation.cc.

References node, and node_blend_read().

Referenced by node_blend_read(), and node_register().

◆ node_blend_write()

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

Definition at line 916 of file node_geo_simulation.cc.

References node, and node_blend_write().

Referenced by node_blend_write(), and node_register().

◆ 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 843 of file node_geo_simulation.cc.

References MEM_dupallocN(), node_copy_storage(), and bNode::storage.

Referenced by node_copy_storage(), and node_register().

◆ node_declare()

◆ node_extra_info()

◆ node_free_storage()

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

Definition at line 837 of file node_geo_simulation.cc.

References MEM_freeN(), node, and node_free_storage().

Referenced by node_free_storage(), and node_register().

◆ node_gather_link_searches()

static void blender::nodes::node_geo_simulation_cc::sim_output_node::node_gather_link_searches ( GatherLinkSearchOpParams & params)
static

◆ node_init()

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

◆ node_insert_link()

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

Definition at line 857 of file node_geo_simulation.cc.

References node.

◆ node_operators()

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

Definition at line 852 of file node_geo_simulation.cc.

References node_operators().

Referenced by node_operators(), and node_register().

◆ node_register()

◆ NODE_STORAGE_FUNCS()

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