Class Objects
Object
org.anchoranalysis.bean.AnchorBean<org.anchoranalysis.annotation.io.bean.comparer.ComparableSource>
org.anchoranalysis.annotation.io.bean.comparer.ComparableSource
org.anchoranalysis.plugin.annotation.bean.comparer.Objects
public class Objects
extends org.anchoranalysis.annotation.io.bean.comparer.ComparableSource
An
ObjectCollection to be compared against something else.- Author:
- Owen Feehan
-
Constructor Summary
Constructors Constructor Description Objects() -
Method Summary
Modifier and Type Method Description org.anchoranalysis.io.input.bean.path.DerivePathgetDerivePath()Where to find the objects to compare, as a function of the source file-path.org.anchoranalysis.annotation.io.image.findable.Findable<org.anchoranalysis.image.voxel.object.ObjectCollection>loadAsObjects(Path filePathSource, org.anchoranalysis.image.core.dimensions.Dimensions dimensions, boolean debugMode, org.anchoranalysis.core.time.OperationContext context)voidsetDerivePath(org.anchoranalysis.io.input.bean.path.DerivePath derivePath)Where to find the objects to compare, as a function of the source file-path.
-
Constructor Details
-
Objects
public Objects()
-
-
Method Details
-
loadAsObjects
public org.anchoranalysis.annotation.io.image.findable.Findable<org.anchoranalysis.image.voxel.object.ObjectCollection> loadAsObjects(Path filePathSource, org.anchoranalysis.image.core.dimensions.Dimensions dimensions, boolean debugMode, org.anchoranalysis.core.time.OperationContext context) throws org.anchoranalysis.io.input.InputReadFailedException- Specified by:
loadAsObjectsin classorg.anchoranalysis.annotation.io.bean.comparer.ComparableSource- Throws:
org.anchoranalysis.io.input.InputReadFailedException
-
getDerivePath
public org.anchoranalysis.io.input.bean.path.DerivePath getDerivePath()Where to find the objects to compare, as a function of the source file-path. -
setDerivePath
public void setDerivePath(org.anchoranalysis.io.input.bean.path.DerivePath derivePath)Where to find the objects to compare, as a function of the source file-path.
-