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

Method availableOutputs

IPL/src/IPLProcess.cpp:97–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95}
96
97int IPLProcess::availableOutputs()
98{
99 int count = 0;
100 for(size_t i = 0; i < _outputs.size(); i++)
101 {
102 if(_outputs.at(i).occupied == false)
103 {
104 count++;
105 }
106 }
107 return count;
108}
109
110void IPLProcess::addInput(std::string name, IPLDataType type)
111{

Callers 1

mouseReleaseEventMethod · 0.80

Calls 2

sizeMethod · 0.45
atMethod · 0.45

Tested by

no test coverage detected