Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AstroImageJ/astroimagej
/ setf
Method
setf
ij/src/main/java/ij/process/ByteProcessor.java:270–272 ·
view source on GitHub ↗
(int x, int y, float value)
Source
from the content-addressed store, hash-verified
268
}
269
270
public
final
void
setf(
int
x,
int
y, float value) {
271
pixels[y*width+x] = (byte)(value+0.5f);
272
}
273
274
public
final
float getf(
int
index) {
275
return
pixels[index]&0xff;
Callers
3
putRow
Method · 0.45
putColumn
Method · 0.45
run
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected