public class RandomAccessibleAsMask<B extends BooleanType<B>> extends AbstractEuclideanSpace implements Mask
RandomAccessible
as a Mask
.n
Constructor and Description |
---|
RandomAccessibleAsMask(RandomAccessible<B> ra)
The given
RandomAccessible is expected to be defined everywhere. |
Modifier and Type | Method and Description |
---|---|
RandomAccessible<B> |
getSource() |
boolean |
test(Localizable l) |
numDimensions
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
boundaryType, equals, isAll, isEmpty, knownConstant, maskType
numDimensions
public RandomAccessibleAsMask(RandomAccessible<B> ra)
RandomAccessible
is expected to be defined everywhere.ra
- public RandomAccessible<B> getSource()
public boolean test(Localizable l)
test
in interface Predicate<Localizable>
Copyright © 2015–2022 ImgLib2. All rights reserved.