Uses of Class
org.anchoranalysis.core.graph.GraphWithPayload
Packages that use GraphWithPayload
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.
-
Uses of GraphWithPayload in org.anchoranalysis.core.graph
Methods in org.anchoranalysis.core.graph that return GraphWithPayloadModifier and TypeMethodDescriptionGraphWithPayload.shallowCopy()
Creates a new graph with identical elements and structure, reusing the existing vertice and edge data objects. -
Uses of GraphWithPayload in org.anchoranalysis.image.voxel.neighborhood
Methods in org.anchoranalysis.image.voxel.neighborhood that return GraphWithPayloadModifier and TypeMethodDescriptionstatic <V> GraphWithPayload
<V, Integer> NeighborGraph.create
(List<V> vertices, Function<V, ObjectMask> vertexToObject, Extent sceneExtent, boolean preventObjectIntersection, boolean do3D) LikeNeighborGraph.create(ObjectCollection, Extent, boolean, boolean)
but extracts objects from a list of elements which form the vertices.static GraphWithPayload
<ObjectMask, Integer> NeighborGraph.create
(ObjectCollection objects, Extent sceneExtent, boolean preventObjectIntersection, boolean do3D) Create the graph with object-masks as vertices, where edges represent the number of neighboring voxels between objects.