23 #ifdef WITH_CXX_GUARDEDALLOC
32 class NodeOperationInput;
33 class NodeOperationOutput;
34 class NodeOperationBuilder;
60 const NodeOperationInput &to);
69 NodeOperationOutput *fromSocket,
70 NodeOperationInput *toSocket);
Read Guarded memory(de)allocation.
NodeOperation * COM_convert_data_type(const NodeOperationOutput &from, const NodeOperationInput &to)
This function will add a datetype conversion rule when the to-socket does not support the from-socket...
void COM_convert_resolution(NodeOperationBuilder &builder, NodeOperationOutput *fromSocket, NodeOperationInput *toSocket)
This function will add a resolution rule based on the settings of the NodeInput.
Node * COM_convert_bnode(bNode *b_node)
Wraps a bNode in its Node instance.
bool COM_bnode_is_fast_node(const bNode &b_node)
True if the node is considered 'fast'.