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

Function setDescription

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

Source from the content-addressed store, hash-verified

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

Callers 15

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

Calls

no outgoing calls

Tested by 1

initMethod · 0.68