public class XYFlipper extends Object implements OutputAlgorithm
| Constructor and Description |
|---|
XYFlipper(Dataset dataset,
RealRect bounds,
net.imagej.plugins.commands.rotate.XYFlipper.FlipCoordinateTransformer flipper) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkInput()
Makes sure input is okay and creates output image
|
String |
getErrorMessage()
Returns the current error message.
|
Img<? extends RealType<?>> |
getResult()
Returns the resulting output image
|
boolean |
process()
Fills the output image from the input image doing coordinate
transformations as needed
|
public XYFlipper(Dataset dataset, RealRect bounds, net.imagej.plugins.commands.rotate.XYFlipper.FlipCoordinateTransformer flipper)
public boolean checkInput()
checkInput in interface OutputAlgorithmpublic String getErrorMessage()
getErrorMessage in interface OutputAlgorithmpublic boolean process()
process in interface OutputAlgorithmpublic Img<? extends RealType<?>> getResult()
getResult in interface OutputAlgorithmCopyright © 2014–2022 ImageJ. All rights reserved.