|
GRASS 8 Programmer's Manual 8.6.0dev(2026)-ddeab64dbf
|
#include <graph.h>

| dglInt32_t _dglGraph::aOpaqueSet[16] |
Definition at line 144 of file graph.h.
Referenced by dglInitialize().
| dglInt32_t _dglGraph::cAlone |
| dglInt32_t _dglGraph::cEdge |
Definition at line 150 of file graph.h.
Referenced by DGL_EDGE_T_FIRST_FUNC().
| dglInt32_t _dglGraph::cHead |
| dglInt32_t _dglGraph::cNode |
| dglInt32_t _dglGraph::cTail |
| dglInt32_t _dglGraph::EdgeAttrSize |
Definition at line 143 of file graph.h.
Referenced by DGL_EDGE_T_NEXT_FUNC(), dglEdgeSet_Attr(), and dglInitialize().
| dglEdgePrioritizer_s _dglGraph::edgePrioritizer |
Definition at line 164 of file graph.h.
Referenced by dgl_edge_prioritizer_add(), dgl_edge_prioritizer_del(), and dglGet_EdgePrioritizer().
| dglByte_t _dglGraph::Endian |
Definition at line 141 of file graph.h.
Referenced by dglInitialize().
| dglInt32_t _dglGraph::Flags |
Definition at line 153 of file graph.h.
Referenced by DGL_EDGE_T_INITIALIZE_FUNC(), DGL_NODE_T_INITIALIZE_FUNC(), dglEdgeGet_Head(), and dglEdgeGet_Tail().
| dglInt32_t _dglGraph::iEdgeBuffer |
Definition at line 162 of file graph.h.
Referenced by DGL_EDGE_T_NEXT_FUNC().
| int _dglGraph::iErrno |
Definition at line 138 of file graph.h.
Referenced by dgl_edge_prioritizer_add(), dgl_edge_prioritizer_del(), DGL_EDGE_T_INITIALIZE_FUNC(), DGL_NODE_T_INITIALIZE_FUNC(), dglAddEdge(), dglAddEdgeX(), dglAddNode(), dglDelEdge(), dglDelNode(), dglEdge_T_Initialize(), dglEdgeGet_Attr(), dglEdgeGet_Cost(), dglEdgeGet_Head(), dglEdgeGet_Id(), dglEdgeGet_Tail(), dglEdgeSet_Attr(), dglEdgeset_T_Initialize(), dglEdgesetGet_EdgeCount(), dglFlatten(), dglGetEdge(), dglGetNode(), dglInitialize(), dglInitializeSPCache(), dglNode_T_Initialize(), dglNodeGet_Attr(), dglNodeGet_Id(), dglNodeGet_InDegree(), dglNodeGet_InEdgeset(), dglNodeGet_OutDegree(), dglNodeGet_OutEdgeset(), dglNodeGet_Status(), dglNodeGet_Valence(), dglRead(), dglRelease(), dglReleaseSPCache(), dglShortestDistance(), dglShortestPath(), dglUnflatten(), and dglWrite().
| dglInt32_t _dglGraph::iNodeBuffer |
| dglInt32_t _dglGraph::nFamily |
| dglInt64_t _dglGraph::nnCost |
| dglInt32_t _dglGraph::NodeAttrSize |
Definition at line 142 of file graph.h.
Referenced by dglInitialize(), and dglNodeSet_Attr().
| dglNodePrioritizer_s _dglGraph::nodePrioritizer |
Definition at line 165 of file graph.h.
Referenced by dglGet_NodePrioritizer().
| dglInt32_t _dglGraph::nOptions |
| dglByte_t* _dglGraph::pEdgeBuffer |
Definition at line 161 of file graph.h.
Referenced by DGL_EDGE_T_FIRST_FUNC(), and DGL_EDGE_T_NEXT_FUNC().
| void* _dglGraph::pEdgeTree |
Definition at line 158 of file graph.h.
Referenced by DGL_EDGE_T_FIRST_FUNC(), and DGL_EDGE_T_INITIALIZE_FUNC().
| void* _dglGraph::pNodeTree |
Definition at line 157 of file graph.h.
Referenced by DGL_NODE_T_INITIALIZE_FUNC().
| dglByte_t _dglGraph::Version |
Definition at line 140 of file graph.h.
Referenced by dglAddEdge(), dglAddEdgeX(), dglAddNode(), dglDelEdge(), dglDelNode(), dglEdge_T_Initialize(), dglEdgeGet_Attr(), dglEdgeGet_Cost(), dglEdgeGet_Head(), dglEdgeGet_Id(), dglEdgeGet_Tail(), dglEdgeSet_Attr(), dglEdgeset_T_Initialize(), dglEdgesetGet_EdgeCount(), dglFlatten(), dglGetEdge(), dglGetNode(), dglInitialize(), dglInitializeSPCache(), dglNode_T_Initialize(), dglNodeGet_Attr(), dglNodeGet_Id(), dglNodeGet_InDegree(), dglNodeGet_InEdgeset(), dglNodeGet_OutDegree(), dglNodeGet_OutEdgeset(), dglNodeGet_Status(), dglNodeGet_Valence(), dglNodeSet_Attr(), dglRelease(), dglReleaseSPCache(), dglShortestDistance(), dglShortestPath(), dglUnflatten(), and dglWrite().