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

Method getPluginGrouping

Engine/ReadNode.cpp:1015–1019  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1013}
1014
1015void
1016ReadNode::getPluginGrouping(std::list<std::string>* grouping) const
1017{
1018 grouping->push_back(PLUGIN_GROUP_IMAGE);
1019}
1020
1021int
1022ReadNode::getNInputs() const

Callers 5

Node.cppFile · 0.45
registerBuiltInPluginMethod · 0.45
loadOFXPluginsMethod · 0.45
loadNodeGuiSerializationFunction · 0.45
getColorFromGroupingMethod · 0.45

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected