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

Method set

IPL/src/IPLMatrix.cpp:59–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59void IPLMatrix::set(int x, int y, ipl_basetype value)
60{
61 _data[x + y * _width] = value;
62}
63
64void IPLMatrix::set(int i, ipl_basetype value)
65{

Callers 1

processInputDataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected