Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "traverse-edges"

Index

Functions

Functions

traverseEdges

  • traverseEdges(cpNode: CpNode, f: function): void
  • Traverses all edges (depth first) of the given MAT tree starting at the given vertex (represented by a CpNode).

    Parameters

    • cpNode: CpNode

      Any CpNode representing the start vertex.

    • f: function

      A callback function for each CpNode representing the vertex at the start of an edge.

        • Parameters

          Returns void

    Returns void

Generated using TypeDoc