MCPcopy 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
1157int
1158NodeGroup::getNInputs() const
1159{
1160 return (int)_imp->inputs.size();
1161}
1162
1163std::string
1164NodeGroup::getInputLabel(int inputNb) const

Callers 4

connectNodesMethod · 0.45
disconnectNodesMethod · 0.45
autoConnectNodesMethod · 0.45
exportGroupInternalFunction · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected