MCPcopy Create free account
hub / github.com/ImageEngine/cortex / addConnection

Method addConnection

src/IECoreScene/ShaderNetwork.cpp:895–898  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

893}
894
895void ShaderNetwork::addConnection( const Connection &connection )
896{
897 implementation()->addConnection( connection );
898}
899
900void ShaderNetwork::removeConnection( const Connection &connection )
901{

Calls

no outgoing calls