()
| 5613 | } |
| 5614 | |
| 5615 | private double getOrthoViews() { |
| 5616 | Variable x = getFirstVariable(); |
| 5617 | Variable y = getNextVariable(); |
| 5618 | Variable z = getLastVariable(); |
| 5619 | Orthogonal_Views orthoViews = Orthogonal_Views.getInstance(); |
| 5620 | int[] loc = new int[3]; |
| 5621 | if (orthoViews!=null) |
| 5622 | loc = orthoViews.getCrossLoc(); |
| 5623 | x.setValue(loc[0]); |
| 5624 | y.setValue(loc[1]); |
| 5625 | z.setValue(loc[2]); |
| 5626 | return Double.NaN; |
| 5627 | } |
| 5628 | |
| 5629 | void getStackUnits(Calibration cal) { |
| 5630 | Variable x = getFirstVariable(); |
no test coverage detected