S
- the ShapeData
being wrappedpublic class ProjectedOMERORealMask<S extends ShapeData> extends AbstractEuclideanSpace implements OMERORealMask<S>
OMERORealMask
which has been adapted to a given space.n
Constructor and Description |
---|
ProjectedOMERORealMask(OMERORealMask<S> shape,
AnnotatedSpace<? extends TypedAxis> space) |
Modifier and Type | Method and Description |
---|---|
BoundaryType |
boundaryType() |
S |
getShape() |
OMERORealMask<S> |
getSource() |
boolean |
test(RealLocalizable t) |
numDimensions
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
requiredAxisTypes, testPosition
equals, isAll, isEmpty, knownConstant, maskType
numDimensions
public ProjectedOMERORealMask(OMERORealMask<S> shape, AnnotatedSpace<? extends TypedAxis> space)
public OMERORealMask<S> getSource()
public boolean test(RealLocalizable t)
test
in interface Predicate<RealLocalizable>
public BoundaryType boundaryType()
boundaryType
in interface MaskPredicate<RealLocalizable>
public S getShape()
getShape
in interface OMERORealMask<S extends ShapeData>
Copyright © 2014–2022 ImageJ. All rights reserved.