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

Function setIsSequence

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

Source from the content-addressed store, hash-verified

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; }
178 void setTitle (std::string title) { _title = title; }

Callers 1

initMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected