MCPcopy Create free account
hub / github.com/AstroImageJ/astroimagej / set

Method set

ij/src/main/java/ij/process/ImageProcessor.java:1910–1910  ·  view source on GitHub ↗

This is a faster version of putPixel() that does not clip out of range values and does not do bounds checking.

(int x, int y, int value)

Source from the content-addressed store, hash-verified

1908 /** This is a faster version of putPixel() that does not clip
1909 out of range values and does not do bounds checking. */
1910 public abstract void set(int x, int y, int value);
1911
1912 public abstract void set(int index, int value);
1913

Callers 4

getProcessorMethod · 0.95
setPixelMethod · 0.95
setIntArrayMethod · 0.95

Calls 1

processMethod · 0.95

Tested by

no test coverage detected