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

Method addInput

IPL/src/IPLProcess.cpp:110–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108}
109
110void IPLProcess::addInput(std::string name, IPLDataType type)
111{
112 // automatically increment ID
113 _inputs.push_back(IPLProcessIO((int)_inputs.size(), name, type));
114}
115
116void IPLProcess::addOutput(std::string name, IPLDataType type)
117{

Callers

nothing calls this directly

Calls 3

IPLProcessIOFunction · 0.85
push_backMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected