| 913 | } |
| 914 | |
| 915 | ShaderNetwork::ConnectionRange ShaderNetwork::outputConnections( const IECore::InternedString &handle ) const |
| 916 | { |
| 917 | return implementation()->outputConnections( handle ); |
| 918 | } |
| 919 | |
| 920 | bool ShaderNetwork::isEqualTo( const IECore::Object *other ) const |
| 921 | { |
no outgoing calls