public class OMEROZTCProjectedRealMask extends AbstractEuclideanSpace implements RealMask
RealMask
positioned at a specific Z, T, and C. Z, T, and
C must be positive numbers or negative one. As in OMERO, negative one denotes
the entire axis.n
Constructor and Description |
---|
OMEROZTCProjectedRealMask(RealMask source,
int z,
int time,
int channel) |
Modifier and Type | Method and Description |
---|---|
BoundaryType |
boundaryType() |
int |
getChannelPosition() |
RealMask |
getSource() |
int |
getTimePosition() |
int |
getZPosition() |
KnownConstant |
knownConstant() |
boolean |
test(RealLocalizable t) |
numDimensions
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
equals, isAll, isEmpty, maskType
numDimensions
public OMEROZTCProjectedRealMask(RealMask source, int z, int time, int channel)
public int getZPosition()
public int getTimePosition()
public int getChannelPosition()
public RealMask getSource()
public boolean test(RealLocalizable t)
test
in interface Predicate<RealLocalizable>
public BoundaryType boundaryType()
boundaryType
in interface MaskPredicate<RealLocalizable>
public KnownConstant knownConstant()
knownConstant
in interface MaskPredicate<RealLocalizable>
Copyright © 2014–2022 ImageJ. All rights reserved.