Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NatronGitHub/Natron
/ getNInputs
Method
getNInputs
Engine/NodeGroup.cpp:1157–1161 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1155
}
1156
1157
int
1158
NodeGroup::getNInputs() const
1159
{
1160
return (int)_imp->inputs.size();
1161
}
1162
1163
std::string
1164
NodeGroup::getInputLabel(int inputNb) const
Callers
4
connectNodes
Method · 0.45
disconnectNodes
Method · 0.45
autoConnectNodes
Method · 0.45
exportGroupInternal
Function · 0.45
Calls
1
size
Method · 0.45
Tested by
no test coverage detected