Uses of Package
org.anchoranalysis.core.graph
Packages that use org.anchoranalysis.core.graph
Package
Description
Data-structures for directed and undirected graphs, with or without an edge payload.
A region in proximity to a voxel, encompassing this voxel as well as others.
The fundamental data class that is an
ObjectMask
and related structures.Criteria for adding edges during optimization of marked-point-processes.
Merging
ObjectMask
s.-
Classes in org.anchoranalysis.core.graph used by org.anchoranalysis.core.graphClassDescriptionA graph, either directed or undirected, with edges containing a payload of type
E
.An edge that exists in a graph, together with the two vertices that it connects. -
Classes in org.anchoranalysis.core.graph used by org.anchoranalysis.image.voxel.neighborhoodClassDescriptionA graph, either directed or undirected, with edges containing a payload of type
E
. -
Classes in org.anchoranalysis.core.graph used by org.anchoranalysis.image.voxel.objectClassDescriptionA graph, either directed or undirected, where edges contain no payload.
-
Classes in org.anchoranalysis.core.graph used by org.anchoranalysis.mpp.feature.addcriteriaClassDescriptionAn edge that exists in a graph, together with the two vertices that it connects.
-
Classes in org.anchoranalysis.core.graph used by org.anchoranalysis.plugin.image.object.mergeClassDescriptionAn edge that exists in a graph, together with the two vertices that it connects.