Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpvrlab/ImagePlay
/ IPLProcessIO
Function
IPLProcessIO
IPL/include/IPLProcess.h:77–83 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
75
struct IPLSHARED_EXPORT IPLProcessIO
76
{
77
IPLProcessIO()
78
{
79
this->index = -1;
80
this->name =
""
;
81
this->type = IPL_UNDEFINED;
82
this->occupied = false;
83
}
84
85
IPLProcessIO(int index, std::string name, IPLDataType type)
86
{
Callers
2
addInput
Method · 0.85
addOutput
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected