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

Function setHelpPage

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

Source from the content-addressed store, hash-verified

179 void setDescription (std::string description) { _description = description; }
180 void setKeywords (std::string keywords) { _keywords = keywords; }
181 void setHelpPage (std::string helpPage) { _helpPage = helpPage; }
182 void setCategory (IPLProcessCategory category) { _category = category; }
183 bool isSource () { return _isSource; }
184 bool isSequence () { return _isSequence; }

Callers 1

initMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected