Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpvrlab/ImagePlay
/ get
Method
get
IPL/src/IPLMatrix.cpp:49–52 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
47
}
48
49
ipl_basetype IPLMatrix::get(int x, int y)
50
{
51
return _data[x + y * _width];
52
}
53
54
ipl_basetype IPLMatrix::get(int i)
55
{
Callers
15
updateImage
Method · 0.45
init
Method · 0.45
getProcessPropertyInt
Method · 0.45
getProcessPropertyUnsignedInt
Method · 0.45
getProcessPropertyDouble
Method · 0.45
getProcessPropertyFloat
Method · 0.45
getProcessPropertyBool
Method · 0.45
getProcessPropertyBoolOneShot
Method · 0.45
getProcessPropertyString
Method · 0.45
getProcessPropertyVectorInt
Method · 0.45
getProcessPropertyVectorDouble
Method · 0.45
getProcessPropertyColor
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected