This is the complete list of members for operations_research::internal::PathContainerImpl< NodeIndex, kNilNode >, including all inherited members.
| Finalize() | operations_research::internal::PathContainerImpl< NodeIndex, kNilNode > | inlinevirtual |
| GetDistance(NodeIndex from, NodeIndex to) const =0 | operations_research::internal::PathContainerImpl< NodeIndex, kNilNode > | pure virtual |
| GetPath(NodeIndex from, NodeIndex to, std::vector< NodeIndex > *path) const =0 | operations_research::internal::PathContainerImpl< NodeIndex, kNilNode > | pure virtual |
| GetPenultimateNodeInPath(NodeIndex from, NodeIndex to) const =0 | operations_research::internal::PathContainerImpl< NodeIndex, kNilNode > | pure virtual |
| Initialize(const std::vector< NodeIndex > &sources, const std::vector< NodeIndex > &destinations, NodeIndex num_nodes)=0 | operations_research::internal::PathContainerImpl< NodeIndex, kNilNode > | pure virtual |
| PathContainerImpl()=default | operations_research::internal::PathContainerImpl< NodeIndex, kNilNode > | |
| StoreSingleSourcePaths(NodeIndex from, const std::vector< NodeIndex > &predecessor_in_path_tree, const std::vector< PathDistance > &distance_to_destination)=0 | operations_research::internal::PathContainerImpl< NodeIndex, kNilNode > | pure virtual |
| ~PathContainerImpl()=default | operations_research::internal::PathContainerImpl< NodeIndex, kNilNode > | virtual |