MCPcopy Create free account
hub / github.com/NatronGitHub/Natron / getPluginDescription

Method getPluginDescription

Engine/Dot.cpp:31–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29#include <stdexcept>
30
31NATRON_NAMESPACE_ENTER
32
33std::string
34Dot::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
39NATRON_NAMESPACE_EXIT

Callers 4

makeDocumentationMethod · 0.45
Node.cppFile · 0.45
DockablePanel.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected