()
| 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(); |
no test coverage detected