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 OutputAlgorithm
public String getErrorMessage()
getErrorMessage
in interface OutputAlgorithm
public boolean process()
process
in interface OutputAlgorithm
public Img<? extends RealType<?>> getResult()
getResult
in interface OutputAlgorithm
Copyright © 2014–2022 ImageJ. All rights reserved.