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

Method addOutput

IPL/src/IPLProcess.cpp:116–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114}
115
116void IPLProcess::addOutput(std::string name, IPLDataType type)
117{
118 // automatically increment ID
119 _outputs.push_back(IPLProcessIO((int)_outputs.size(), name, type));
120}
121
122void IPLProcess::addProcessPropertyInt(const char *name, const char *title, const char *description, int value, IPLProcessWidgetType widget, int min, int max)
123{

Callers

nothing calls this directly

Calls 3

IPLProcessIOFunction · 0.85
push_backMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected