Class SizeExtents
Object
org.anchoranalysis.plugin.io.multifile.SizeExtents
public class SizeExtents extends Object
Remembers the different sizes among the files
It assumes numbering in ranges begins from 0 inclusive.
- Author:
- Owen Feehan
-
Constructor Summary
Constructors Constructor Description SizeExtents(ParsedFilePathBag fileBag) -
Method Summary
Modifier and Type Method Description IntegerRangegetRangeC()IntegerRangegetRangeT()IntegerRangegetRangeZ()booleanhasNecessaryExtents()voidpopulateMissingFromArbitrarySlice(org.anchoranalysis.image.core.stack.Stack stackArbitrarySlice)booleanrangeCPresent()booleanrangeTPresent()org.anchoranalysis.spatial.box.ExtenttoExtent()
-
Constructor Details
-
Method Details
-
hasNecessaryExtents
public boolean hasNecessaryExtents() -
populateMissingFromArbitrarySlice
public void populateMissingFromArbitrarySlice(org.anchoranalysis.image.core.stack.Stack stackArbitrarySlice) -
toExtent
public org.anchoranalysis.spatial.box.Extent toExtent() -
getRangeZ
-
getRangeC
-
getRangeT
-
rangeTPresent
public boolean rangeTPresent() -
rangeCPresent
public boolean rangeCPresent()
-