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.DerivePath getDerivePath()
    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)  
    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.

    Methods inherited from class org.anchoranalysis.bean.AnchorBean

    checkMisconfigured, describeBean, describeChildren, duplicateBean, fields, findFieldsOfClass, getBeanName, getLocalPath, localise, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

  • 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:
      loadAsObjects in class org.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.