| 29 | #include <stdexcept> |
| 30 | |
| 31 | NATRON_NAMESPACE_ENTER |
| 32 | |
| 33 | std::string |
| 34 | Dot::getPluginDescription() const |
| 35 | { |
| 36 | return "Does not do anything to the input image, this is used in the node graph to make bends in the links."; |
| 37 | } |
| 38 | |
| 39 | NATRON_NAMESPACE_EXIT |
no outgoing calls
no test coverage detected