(int projMethod)
| 122 | } |
| 123 | |
| 124 | public void setMethod(int projMethod){ |
| 125 | method = projMethod; |
| 126 | } |
| 127 | |
| 128 | /** Retrieve results of most recent projection operation.*/ |
| 129 | public ImagePlus getProjection() { |
no outgoing calls
no test coverage detected