Class FeatureGraph2D.Node

All Implemented Interfaces:
Serializable
Enclosing class:
FeatureGraph2D

public static class FeatureGraph2D.Node extends Point2D_F64
See Also:
  • Field Details

    • index

      public int index
      Optional index to another data structure
    • edges

      public List<FeatureGraph2D.Edge> edges
      List of edges connected to it
  • Constructor Details

    • Node

      public Node()
  • Method Details

    • connection

      public int connection(int idx)
    • reset

      public void reset()