Class VoronoiAlgoAbstract

  • All Implemented Interfaces:
    VoronoiAlgo
    Direct Known Subclasses:
    VoronoiAlgoDijkstra

    public abstract class VoronoiAlgoAbstract
    extends Object
    implements VoronoiAlgo
    Abstract class for computing the Voronoi cells in a graph given a set of site vertices.

    The class implements the interface by solving the problem on the index graph and then maps the results back to the original graph. The implementation for index graphs is abstract and left to the subclasses.

    Author:
    Barak Ugav
    • Constructor Detail

      • VoronoiAlgoAbstract

        public VoronoiAlgoAbstract()
        Default constructor.