| 11200 | } |
| 11201 | |
| 11202 | std::string |
| 11203 | Node::getBeforeRenderCallback() const |
| 11204 | { |
| 11205 | boost::shared_ptr<KnobString> s = _imp->beforeRender.lock(); |
| 11206 | |
| 11207 | return s ? s->getValue() : std::string(); |
| 11208 | } |
| 11209 | |
| 11210 | std::string |
| 11211 | Node::getBeforeFrameRenderCallback() const |
no test coverage detected