| 6945 | } |
| 6946 | |
| 6947 | std::string |
| 6948 | Node::getAfterRenderCallback() const |
| 6949 | { |
| 6950 | KnobStringPtr s = _imp->afterRender.lock(); |
| 6951 | |
| 6952 | return s ? s->getValue() : std::string(); |
| 6953 | } |
| 6954 | |
| 6955 | std::string |
| 6956 | Node::getAfterFrameRenderCallback() const |
no test coverage detected