MCPcopy Create free account
hub / github.com/cpvrlab/ImagePlay / availableInputs

Method availableInputs

IPL/src/IPLProcess.cpp:84–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84int IPLProcess::availableInputs()
85{
86 int count = 0;
87 for(size_t i = 0; i < _inputs.size(); i++)
88 {
89 if(_inputs.at(i).occupied == false)
90 {
91 count++;
92 }
93 }
94 return count;
95}
96
97int IPLProcess::availableOutputs()
98{

Callers 1

mouseReleaseEventMethod · 0.80

Calls 2

sizeMethod · 0.45
atMethod · 0.45

Tested by

no test coverage detected