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

Method getActiveInputs

Engine/NodeInputs.cpp:1951–1959  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1949}
1950
1951void
1952InspectorNode::getActiveInputs(int & a,
1953 int &b) const
1954{
1955 QMutexLocker l(&_activeInputsMutex);
1956
1957 a = _activeInputs[0];
1958 b = _activeInputs[1];
1959}
1960
1961void
1962InspectorNode::setInputA(int inputNb)

Callers 2

computeHashInternalMethod · 0.45
shouldCacheOutputMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected