public static class TransformedRealBoxSelectionDialog.Result extends Object implements TransformedBox
Constructor and Description |
---|
Result(boolean valid,
TransformedBox model,
int t0,
int t1) |
Modifier and Type | Method and Description |
---|---|
RealMaskRealInterval |
asMask()
Returns the transformed box as an imglib2 roi.
|
RealInterval |
getInterval()
Returns the selected interval.
|
int |
getMaxTimepoint() |
int |
getMinTimepoint() |
void |
getTransform(AffineTransform3D t)
Stores the box transform into
t . |
boolean |
isValid()
Returns
true iff dialog was closed by clicking "OK". |
public Result(boolean valid, TransformedBox model, int t0, int t1)
public boolean isValid()
true
iff dialog was closed by clicking "OK".public RealInterval getInterval()
getInterval
in interface TransformedBox
public void getTransform(AffineTransform3D t)
t
.getTransform
in interface TransformedBox
public int getMinTimepoint()
public int getMaxTimepoint()
public RealMaskRealInterval asMask()
Copyright © 2015–2021 Fiji. All rights reserved.