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

Function setIsSource

IPL/include/IPLProcess.h:174–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172
173 void setOutputName (int index, std::string name);
174 void setIsSource (bool isSource) { _isSource = isSource; }
175 void setIsSequence (bool isSequence) { _isSequence = isSequence; }
176 void setOpenCVSupport (IPLOpenCVSupport supportType) { _openCVSupport = supportType; }
177 void setClassName (std::string className) { _className = className; }

Callers 4

initMethod · 0.85
initMethod · 0.85
initMethod · 0.85
initMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected