Crate egui_graphs

source ·

Structs

Enums

  • Change is a enum that stores the changes to Node or Edge properties.
  • ChangeEdge is a enum that stores the changes to Edge properties.
  • ChangeNode is a enum that stores the changes to Node properties.
  • ChangeSubgraph is a enum that stores the changes which affect a subgraph.

Functions

Type Aliases

  • A subgraph of a graph. Node and edges are holding references to the elements of the original graph.