Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
59
void IPLMatrix::set(int x, int y, ipl_basetype value)
60
{
61
_data[x + y * _width] = value;
62
}
63
64
void IPLMatrix::set(int i, ipl_basetype value)
65
{
Callers
1
processInputData
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected