C++ Reference

C++ Reference: Graph

StaticGraph< NodeIndexType, ArcIndexType > Member List

This is the complete list of members for StaticGraph< NodeIndexType, ArcIndexType >, including all inherited members.

AddArc(NodeIndexType tail, NodeIndexType head)StaticGraph< NodeIndexType, ArcIndexType >
AddNode(NodeIndexType node)StaticGraph< NodeIndexType, ArcIndexType >
AllForwardArcs() constBaseGraph< NodeIndexType, ArcIndexType, false >
AllNodes() constBaseGraph< NodeIndexType, ArcIndexType, false >
arc_capacity() constBaseGraph< NodeIndexType, ArcIndexType, false >
arc_capacity_BaseGraph< NodeIndexType, ArcIndexType, false >protected
ArcIndex typedefBaseGraph< NodeIndexType, ArcIndexType, false >
BaseGraph()BaseGraph< NodeIndexType, ArcIndexType, false >inline
Build()StaticGraph< NodeIndexType, ArcIndexType >inline
Build(std::vector< ArcIndexType > *permutation)StaticGraph< NodeIndexType, ArcIndexType >
BuildStartAndForwardHead(SVector< NodeIndexType > *head, std::vector< ArcIndexType > *start, std::vector< ArcIndexType > *permutation)BaseGraph< NodeIndexType, ArcIndexType, false >protected
ComputeCumulativeSum(std::vector< ArcIndexType > *v)BaseGraph< NodeIndexType, ArcIndexType, false >protected
const_capacities_BaseGraph< NodeIndexType, ArcIndexType, false >protected
FreezeCapacities()BaseGraph< NodeIndexType, ArcIndexType, false >
GroupForwardArcsByFunctor(const A &a, B *b)BaseGraph< NodeIndexType, ArcIndexType, false >inline
Head(ArcIndexType arc) constStaticGraph< NodeIndexType, ArcIndexType >
IsArcValid(ArcIndexType arc) constBaseGraph< NodeIndexType, ArcIndexType, false >inline
IsNodeValid(NodeIndexType node) constBaseGraph< NodeIndexType, ArcIndexType, false >inline
kNilArcBaseGraph< NodeIndexType, ArcIndexType, false >static
kNilNodeBaseGraph< NodeIndexType, ArcIndexType, false >static
max_end_arc_index() constBaseGraph< NodeIndexType, ArcIndexType, false >inline
node_capacity() constBaseGraph< NodeIndexType, ArcIndexType, false >
node_capacity_BaseGraph< NodeIndexType, ArcIndexType, false >protected
NodeIndex typedefBaseGraph< NodeIndexType, ArcIndexType, false >
num_arcs() constBaseGraph< NodeIndexType, ArcIndexType, false >inline
num_arcs_BaseGraph< NodeIndexType, ArcIndexType, false >protected
num_nodes() constBaseGraph< NodeIndexType, ArcIndexType, false >inline
num_nodes_BaseGraph< NodeIndexType, ArcIndexType, false >protected
operator[](NodeIndexType node) constStaticGraph< NodeIndexType, ArcIndexType >
OutDegree(NodeIndexType node) constStaticGraph< NodeIndexType, ArcIndexType >
OutgoingArcs(NodeIndexType node) constStaticGraph< NodeIndexType, ArcIndexType >
OutgoingArcsStartingFrom(NodeIndexType node, ArcIndexType from) constStaticGraph< NodeIndexType, ArcIndexType >
Reserve(NodeIndexType node_capacity, ArcIndexType arc_capacity)BaseGraph< NodeIndexType, ArcIndexType, false >inline
ReserveArcs(ArcIndexType bound) overrideStaticGraph< NodeIndexType, ArcIndexType >virtual
ReserveNodes(NodeIndexType bound) overrideStaticGraph< NodeIndexType, ArcIndexType >virtual
StaticGraph()StaticGraph< NodeIndexType, ArcIndexType >inline
StaticGraph(NodeIndexType num_nodes, ArcIndexType arc_capacity)StaticGraph< NodeIndexType, ArcIndexType >inline
Tail(ArcIndexType arc) constStaticGraph< NodeIndexType, ArcIndexType >
~BaseGraph()BaseGraph< NodeIndexType, ArcIndexType, false >inlinevirtual