| 908 | } |
| 909 | |
| 910 | ShaderNetwork::ConnectionRange ShaderNetwork::inputConnections( const IECore::InternedString &handle ) const |
| 911 | { |
| 912 | return implementation()->inputConnections( handle ); |
| 913 | } |
| 914 | |
| 915 | ShaderNetwork::ConnectionRange ShaderNetwork::outputConnections( const IECore::InternedString &handle ) const |
| 916 | { |
no outgoing calls