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

Function max

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

Source from the content-addressed store, hash-verified

87
88 int min() const { return _min; }
89 int max() const { return _max; }
90 int value() const { return _value; }
91 void setValue(int value);
92 void resetValue() { setValue(_default); }

Callers 10

threeway_maxMethod · 0.70
IPLHistogramMethod · 0.70
ConnectionDialogMethod · 0.50
boundingRectMethod · 0.50
processInputDataMethod · 0.50
processInputDataMethod · 0.50
max_valueMethod · 0.50
processInputDataMethod · 0.50
processInputDataMethod · 0.50
processInputDataMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected