| 1424 | } |
| 1425 | |
| 1426 | void |
| 1427 | NodeGroup::notifyInputOptionalStateChanged(const NodePtr& /*node*/) |
| 1428 | { |
| 1429 | getNode()->initializeInputs(); |
| 1430 | } |
| 1431 | |
| 1432 | void |
| 1433 | NodeGroup::notifyInputMaskStateChanged(const NodePtr& /*node*/) |
no test coverage detected