| 1329 | } |
| 1330 | |
| 1331 | RG_Matrix Graph_GetNodeLabelMatrix |
| 1332 | ( |
| 1333 | const Graph *g |
| 1334 | ) { |
| 1335 | ASSERT(g != NULL); |
| 1336 | |
| 1337 | RG_Matrix m = g->node_labels; |
| 1338 | |
| 1339 | g->SynchronizeMatrix(g, m); |
| 1340 | |
| 1341 | return m; |
| 1342 | } |
| 1343 | |
| 1344 | RG_Matrix Graph_GetZeroMatrix |
| 1345 | ( |
no outgoing calls
no test coverage detected