Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1015
void
1016
ReadNode::getPluginGrouping(std::list<std::string>* grouping) const
1017
{
1018
grouping->push_back(PLUGIN_GROUP_IMAGE);
1019
}
1020
1021
int
1022
ReadNode::getNInputs() const
Callers
5
Node.cpp
File · 0.45
registerBuiltInPlugin
Method · 0.45
loadOFXPlugins
Method · 0.45
loadNodeGuiSerialization
Function · 0.45
getColorFromGrouping
Method · 0.45
Calls
1
push_back
Method · 0.45
Tested by
no test coverage detected