public class ShapeRoiWrapper extends Object implements IJRealRoiWrapper<ShapeRoi>
ShapeRoi
as an ImgLib2
RealMaskRealInterval
.Constructor and Description |
---|
ShapeRoiWrapper(ShapeRoi shape) |
Modifier and Type | Method and Description |
---|---|
ShapeRoi |
getRoi()
Returns the backing ImageJ 1.x
Roi . |
double |
realMax(int d) |
double |
realMin(int d) |
boolean |
test(RealLocalizable t) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
numDimensions
and, isEmpty, minus, or, realMax, realMax, realMin, realMin, transform, xor
boundaryType, equals, isAll, knownConstant, maskType
maxAsDoubleArray, maxAsRealPoint, minAsDoubleArray, minAsRealPoint
public ShapeRoiWrapper(ShapeRoi shape)
public boolean test(RealLocalizable t)
test
in interface Predicate<RealLocalizable>
public double realMin(int d)
realMin
in interface RealInterval
public double realMax(int d)
realMax
in interface RealInterval
public ShapeRoi getRoi()
IJRoiWrapper
Roi
.getRoi
in interface IJRoiWrapper<ShapeRoi,RealLocalizable>
Roi
Copyright © 2014–2022 ImageJ. All rights reserved.