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

Method setOrthoViews

ij/src/main/java/ij/macro/Functions.java:5594–5602  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5592 }
5593
5594 private double setOrthoViews() {
5595 int x = (int)getFirstArg();
5596 int y = (int)getNextArg();
5597 int z = (int)getLastArg();
5598 Orthogonal_Views orthoViews = Orthogonal_Views.getInstance();
5599 if (orthoViews!=null)
5600 orthoViews.setCrossLoc(x, y, z);
5601 return Double.NaN;
5602 }
5603
5604 private double getOrthoViewsIDs() {
5605 Variable xy = getFirstVariable();

Callers 1

doStackMethod · 0.95

Calls 5

getFirstArgMethod · 0.95
getNextArgMethod · 0.95
getLastArgMethod · 0.95
getInstanceMethod · 0.95
setCrossLocMethod · 0.95

Tested by

no test coverage detected