cgl
0.2.0
CGL
AbstractDiGraph
AbstractGraph
AdjacencyDiGraph
AdjacencyGraph
AdjacencyHash
AnyEdge
AnyGraph
BFSIterator
BinaryHeap
Color
DFSIterator
DiEdge
DiGraph
Directed
DotVisitor
Edge
EdgeError
EdgeIterator
Graph
GraphError
GraphIterator
GraphSourceIterator
Labelable
LabeledDiGraph
LabeledGraph
LDiEdge
LEdge
Undirected
Visitor
WDiEdge
WEdge
Weightable
WeightedDiGraph
WeightedGraph
WeightedLabeledDiGraph
WeightedLabeledGraph
abstract class
CGL::GraphIterator(V)
CGL::GraphIterator(V)
Reference
Object
Defined in:
cgl/traversal/iterators.cr
Constructors
.new
(graph : AnyGraph(V))
Constructor Detail
def self.
new
(graph :
AnyGraph
(V))
#