Graphviz 13.0.0~dev.20241220.2304
Loading...
Searching...
No Matches
sgraph Struct Reference

#include <sgraph.h>

Collaboration diagram for sgraph:
[legend]

Data Fields

int nnodes
 
int nedges
 
int save_nnodes
 
int save_nedges
 
snodenodes
 
sedgeedges
 

Detailed Description

Definition at line 51 of file sgraph.h.

Field Documentation

◆ edges

sedge* sgraph::edges

Definition at line 55 of file sgraph.h.

Referenced by createSEdge(), emitSearchGraph(), freeSGraph(), initSEdges(), and shortPath().

◆ nedges

int sgraph::nedges

Definition at line 52 of file sgraph.h.

Referenced by createSEdge(), and emitSearchGraph().

◆ nnodes

◆ nodes

◆ save_nedges

int sgraph::save_nedges

Definition at line 53 of file sgraph.h.

◆ save_nnodes

int sgraph::save_nnodes

Definition at line 53 of file sgraph.h.


The documentation for this struct was generated from the following file: