Expand description

Contains definitions of a few iterators. Not All of them though.

They are returned by a few of the methods, you do not need to build them yourself.

Structs

Iterator over additional data stored at each vertex in order of indices
  • same as ContainedIter but mutable
  • Iterator over mutable additional information stored at vertices
  • same as NContainedIter but mutable
  • Iterator over mutable additional information stored at vertices that are directly connected to specific vertex
  • Iterator over additional information stored at vertices that are directly connected to specific vertex
  • same as NContainedIter but mutable
  • Iterator over mutable additional information stored at vertices that are directly connected to specific vertex
  • Iterator over each vertex directly connected with start vertex in adjecency list of vertex index
    Iterator over additional information + indices stored at vertices that are directly connected to specific vertex

    Enums

    Wrapper for iterators