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

Method addPoint

ij/src/main/java/ij/gui/PointRoi.java:360–365  ·  view source on GitHub ↗

Adds a point to this PointRoi.

(ImagePlus imp, double ox, double oy)

Source from the content-addressed store, hash-verified

358
359 /** Adds a point to this PointRoi. */
360 public void addPoint(ImagePlus imp, double ox, double oy) {
361 if (nPoints==xpf.length)
362 enlargeArrays();
363 addPoint2(imp, ox, oy);
364 resetBoundingRect();
365 }
366
367
368 public void addUserPoint(ImagePlus imp, double ox, double oy) {

Callers 8

addUserPointMethod · 0.95
addPointMethod · 0.95
makeLineMethod · 0.45
makePolygonMethod · 0.45
drawIconMethod · 0.45
polylineMethod · 0.45
polygonMethod · 0.45
getPointsMethod · 0.45

Calls 3

addPoint2Method · 0.95
enlargeArraysMethod · 0.80
resetBoundingRectMethod · 0.80

Tested by

no test coverage detected