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

Function min

IPL/include/IPLProcessProperty.h:88–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86 IPLProcessPropertyInt(IPLProcess* process, int position, const char* name, const char* title, const char* description, int value, IPLProcessWidgetType widget = IPL_WIDGET_DEFAULT, int min=0, int max=0);
87
88 int min() const { return _min; }
89 int max() const { return _max; }
90 int value() const { return _value; }
91 void setValue(int value);

Callers 6

threeway_minMethod · 0.70
boundingRectMethod · 0.50
processInputDataMethod · 0.50
processInputDataMethod · 0.50
processInputDataMethod · 0.50
CompareVersionsMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected