Class PedestrianReachabilityChecker

    • Constructor Detail

      • PedestrianReachabilityChecker

        public PedestrianReachabilityChecker​(boolean topoSort,
                                             RevWalk walk)
        New instance of the reachability checker using a existing walk.
        Parameters:
        topoSort - walk commits in topological order
        walk - RevWalk instance to reuse. Caller retains ownership.