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

Function dataTypeName

IPL/src/IPL_global.cpp:35–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33};
34
35const char *dataTypeName(IPLDataType type)
36{
37 if (type < 0 || type >= IPL_NUM_DATATYPES)
38 return "UNKNOWN";
39 return dataTypeNames[type];
40}
41
42const char* const widgetNames[IPL_NUM_WIDGETS] = {
43 "IPL_WIDGET_DEFAULT",

Callers 2

showProcessSettingsMethod · 0.85
updateInputsOutputsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected