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

Method saveLineInfo

ij/src/main/java/ij/plugin/Slicer.java:348–355  ·  view source on GitHub ↗
(Roi roi)

Source from the content-addressed store, hash-verified

346 }
347
348 void saveLineInfo(Roi roi) {
349 Line line = (Line)roi;
350 gx1 = line.x1;
351 gy1 = line.y1;
352 gx2 = line.x2;
353 gy2 = line.y2;
354 gLength = line.getRawLength();
355 }
356
357 ImagePlus resliceRectOrLine(ImagePlus imp) {
358 double x1 = 0.0;

Callers 1

showDialogMethod · 0.95

Calls 1

getRawLengthMethod · 0.95

Tested by

no test coverage detected