GRASS Programmer's Manual
6.4.1(2011)
|
Go to the source code of this file.
#define DGL_ADD_EDGE_FUNC dgl_add_edge_V1 |
#define DGL_ADD_NODE_FUNC dgl_add_node_V1 |
#define DGL_DEL_EDGE_FUNC dgl_del_edge_V1 |
#define DGL_DEL_NODE_FUNC dgl_del_node_V1 |
#define DGL_EDGE_ALLOC DGL_EDGE_ALLOC_v1 |
Definition at line 132 of file v1-defs.h.
Referenced by DGL_ADD_EDGE_FUNC().
Definition at line 138 of file v1-defs.h.
Referenced by DGL_ADD_EDGE_FUNC(), DGL_SPAN_DEPTHFIRST_SPANNING_FUNC(), DGL_SPAN_MINIMUM_SPANNING_FUNC(), and DGL_UNFLATTEN_FUNC().
#define DGL_EDGE_COST DGL_EDGE_COST_v1 |
Definition at line 136 of file v1-defs.h.
Referenced by DGL_ADD_EDGE_FUNC(), DGL_DEL_EDGE_FUNC(), DGL_DEL_NODE_FUNC(), DGL_SPAN_DEPTHFIRST_SPANNING_FUNC(), DGL_SPAN_MINIMUM_SPANNING_FUNC(), and DGL_UNFLATTEN_FUNC().
Definition at line 139 of file v1-defs.h.
Referenced by DGL_ADD_EDGE_FUNC(), DGL_DEL_EDGE_FUNC(), DGL_DEL_NODE_FUNC(), and DGL_FLATTEN_FUNC().
#define DGL_EDGE_ID DGL_EDGE_ID_v1 |
Definition at line 137 of file v1-defs.h.
Referenced by DGL_ADD_EDGE_FUNC(), DGL_DEL_EDGE_FUNC(), DGL_DEL_NODE_FUNC(), DGL_DEL_NODE_INEDGE_FUNC(), DGL_DEL_NODE_OUTEDGE_FUNC(), DGL_GET_EDGE_FUNC(), DGL_SPAN_DEPTHFIRST_SPANNING_FUNC(), DGL_SPAN_MINIMUM_SPANNING_FUNC(), and DGL_UNFLATTEN_FUNC().
#define DGL_EDGE_SIZEOF DGL_EDGE_SIZEOF_v1 |
Definition at line 133 of file v1-defs.h.
Referenced by DGL_FLATTEN_FUNC().
#define DGL_EDGE_STATUS | ( | p | ) | 0 |
Definition at line 135 of file v1-defs.h.
Referenced by DGL_ADD_EDGE_FUNC(), DGL_SPAN_DEPTHFIRST_SPANNING_FUNC(), and DGL_SPAN_MINIMUM_SPANNING_FUNC().
Definition at line 140 of file v1-defs.h.
Referenced by DGL_ADD_EDGE_FUNC(), DGL_DEL_EDGE_FUNC(), DGL_DEL_NODE_FUNC(), DGL_FLATTEN_FUNC(), and DGL_UNFLATTEN_FUNC().
#define DGL_EDGE_WSIZE DGL_EDGE_WSIZE_v1 |
Definition at line 134 of file v1-defs.h.
Referenced by DGL_GET_EDGE_FUNC().
Definition at line 159 of file v1-defs.h.
Referenced by DGL_FLATTEN_FUNC().
Definition at line 158 of file v1-defs.h.
Referenced by DGL_EDGESET_T_FIRST_FUNC(), DGL_EDGESET_T_NEXT_FUNC(), DGL_FLATTEN_FUNC(), DGL_GET_NODE_INEDGESET_FUNC(), DGL_GET_NODE_OUTEDGESET_FUNC(), and DGL_UNFLATTEN_FUNC().
Definition at line 149 of file v1-defs.h.
Referenced by DGL_ADD_EDGE_FUNC().
Definition at line 148 of file v1-defs.h.
Referenced by DGL_ADD_EDGE_FUNC(), and DGL_EDGESET_T_NEXT_FUNC().
Definition at line 147 of file v1-defs.h.
Referenced by DGL_ADD_EDGE_FUNC(), DGL_DEL_NODE_INEDGE_FUNC(), DGL_DEL_NODE_OUTEDGE_FUNC(), DGL_FLATTEN_FUNC(), and DGL_GET_NODE_INEDGESET_FUNC().
#define DGL_EDGESET_OFFSET DGL_EDGESET_OFFSET_v1 |
Definition at line 150 of file v1-defs.h.
Referenced by DGL_ADD_EDGE_FUNC().
Definition at line 151 of file v1-defs.h.
Referenced by DGL_FLATTEN_FUNC().
Definition at line 152 of file v1-defs.h.
Referenced by DGL_GET_NODE_INEDGESET_FUNC().
#define DGL_FLATTEN_FUNC dgl_flatten_V1 |
#define DGL_FOREACH_EDGE DGL_FOREACH_EDGE_v1 |
Definition at line 162 of file v1-defs.h.
Referenced by DGL_FLATTEN_FUNC(), and DGL_UNFLATTEN_FUNC().
#define DGL_FOREACH_NODE DGL_FOREACH_NODE_v1 |
Definition at line 161 of file v1-defs.h.
Referenced by DGL_FLATTEN_FUNC(), and DGL_UNFLATTEN_FUNC().
#define DGL_GET_EDGE_FUNC dgl_get_edge_V1 |
#define DGL_GET_NODE_FUNC dgl_get_node_V1 |
#define DGL_ILA_TOARR DGL_ILA_TOARR_v1 |
#define DGL_NODE_ALLOC DGL_NODE_ALLOC_v1 |
Definition at line 122 of file v1-defs.h.
Referenced by DGL_ADD_EDGE_FUNC(), and DGL_ADD_NODE_FUNC().
Definition at line 127 of file v1-defs.h.
Referenced by DGL_ADD_EDGE_FUNC(), DGL_SPAN_DEPTHFIRST_SPANNING_FUNC(), DGL_SPAN_MINIMUM_SPANNING_FUNC(), and DGL_UNFLATTEN_FUNC().
Definition at line 128 of file v1-defs.h.
Referenced by DGL_ADD_EDGE_FUNC(), DGL_FLATTEN_FUNC(), DGL_GET_NODE_INEDGESET_FUNC(), DGL_GET_NODE_OUTEDGESET_FUNC(), and DGL_UNFLATTEN_FUNC().
#define DGL_NODE_ID DGL_NODE_ID_v1 |
Definition at line 126 of file v1-defs.h.
Referenced by DGL_ADD_EDGE_FUNC(), DGL_ADD_NODE_FUNC(), DGL_DEL_NODE_FUNC(), DGL_GET_NODE_FUNC(), DGL_GET_NODE_INEDGESET_FUNC(), DGL_GET_NODE_OUTEDGESET_FUNC(), DGL_SPAN_DEPTHFIRST_SPANNING_FUNC(), DGL_SPAN_MINIMUM_SPANNING_FUNC(), and DGL_UNFLATTEN_FUNC().
#define DGL_NODE_SIZEOF DGL_NODE_SIZEOF_v1 |
Definition at line 123 of file v1-defs.h.
Referenced by DGL_ADD_NODE_FUNC(), and DGL_FLATTEN_FUNC().
#define DGL_NODE_STATUS DGL_NODE_STATUS_v1 |
Definition at line 125 of file v1-defs.h.
Referenced by DGL_ADD_EDGE_FUNC(), DGL_ADD_NODE_FUNC(), DGL_DEL_NODE_FUNC(), DGL_DEL_NODE_INEDGE_FUNC(), DGL_DEL_NODE_OUTEDGE_FUNC(), DGL_FLATTEN_FUNC(), DGL_GET_NODE_INEDGESET_FUNC(), DGL_GET_NODE_OUTEDGESET_FUNC(), DGL_SPAN_DEPTHFIRST_SPANNING_FUNC(), DGL_SPAN_MINIMUM_SPANNING_FUNC(), and DGL_UNFLATTEN_FUNC().
#define DGL_NODE_WSIZE DGL_NODE_WSIZE_v1 |
Definition at line 124 of file v1-defs.h.
Referenced by DGL_EDGE_T_NEXT_FUNC(), DGL_GET_NODE_FUNC(), and DGL_NODE_T_NEXT_FUNC().
Definition at line 157 of file v1-defs.h.
Referenced by DGL_FLATTEN_FUNC().
Definition at line 156 of file v1-defs.h.
Referenced by DGL_UNFLATTEN_FUNC().
#define DGL_SP_CACHE_DISTANCE_FUNC dgl_sp_cache_distance_V1 |
#define DGL_SP_CACHE_REPORT_FUNC dgl_sp_cache_report_V1 |
#define DGL_T_NODEITEM_Add dglTreeNodeAdd |
Definition at line 177 of file v1-defs.h.
Referenced by DGL_ADD_EDGE_FUNC(), and DGL_ADD_NODE_FUNC().
#define DGL_T_NODEITEM_Alloc dglTreeNodeAlloc |
Definition at line 176 of file v1-defs.h.
Referenced by DGL_DEL_NODE_FUNC().
Definition at line 175 of file v1-defs.h.
Referenced by DGL_UNFLATTEN_FUNC().
#define DGL_T_NODEITEM_InEdgesetPTR | ( | p | ) | NULL |
Definition at line 173 of file v1-defs.h.
Referenced by DGL_ADD_EDGE_FUNC(), DGL_DEL_NODE_FUNC(), DGL_DEL_NODE_INEDGE_FUNC(), DGL_DEL_NODE_OUTEDGE_FUNC(), DGL_FLATTEN_FUNC(), and DGL_GET_NODE_INEDGESET_FUNC().
#define DGL_T_NODEITEM_NodePTR | ( | p | ) | ((p)->pv) |
Definition at line 169 of file v1-defs.h.
Referenced by DGL_ADD_EDGE_FUNC(), DGL_ADD_NODE_FUNC(), DGL_DEL_NODE_FUNC(), DGL_DEL_NODE_INEDGE_FUNC(), DGL_DEL_NODE_OUTEDGE_FUNC(), DGL_FLATTEN_FUNC(), DGL_NODE_T_FIND_FUNC(), DGL_NODE_T_FIRST_FUNC(), and DGL_NODE_T_NEXT_FUNC().
#define DGL_T_NODEITEM_OutEdgesetPTR | ( | p | ) | ((p)->pv2) |
Definition at line 171 of file v1-defs.h.
Referenced by DGL_ADD_EDGE_FUNC(), DGL_DEL_NODE_FUNC(), DGL_DEL_NODE_INEDGE_FUNC(), DGL_DEL_NODE_OUTEDGE_FUNC(), DGL_FLATTEN_FUNC(), and DGL_GET_NODE_OUTEDGESET_FUNC().
#define DGL_T_NODEITEM_Set_InEdgesetPTR | ( | p, | |
ptr | |||
) |
Definition at line 174 of file v1-defs.h.
Referenced by DGL_ADD_EDGE_FUNC(), and DGL_DEL_NODE_INEDGE_FUNC().
#define DGL_T_NODEITEM_Set_NodePTR | ( | p, | |
ptr | |||
) | ((p)->pv=(ptr)) |
Definition at line 170 of file v1-defs.h.
Referenced by DGL_ADD_EDGE_FUNC(), and DGL_ADD_NODE_FUNC().
#define DGL_T_NODEITEM_Set_OutEdgesetPTR | ( | p, | |
ptr | |||
) | ((p)->pv2=(ptr)) |
Definition at line 172 of file v1-defs.h.
Referenced by DGL_ADD_EDGE_FUNC(), and DGL_DEL_NODE_OUTEDGE_FUNC().
#define DGL_T_NODEITEM_TYPE dglTreeNode_s |
Definition at line 168 of file v1-defs.h.
Referenced by DGL_ADD_EDGE_FUNC(), DGL_ADD_NODE_FUNC(), DGL_DEL_NODE_FUNC(), DGL_DEL_NODE_INEDGE_FUNC(), DGL_DEL_NODE_OUTEDGE_FUNC(), DGL_FLATTEN_FUNC(), DGL_GET_NODE_INEDGESET_FUNC(), DGL_GET_NODE_OUTEDGESET_FUNC(), DGL_NODE_T_FIND_FUNC(), DGL_NODE_T_FIRST_FUNC(), and DGL_NODE_T_NEXT_FUNC().
#define DGL_UNFLATTEN_FUNC dgl_unflatten_V1 |