GetALLSubgraphs
Description
Obtains all subgraph objects of the root graph corresponding to the current node.
Prototype
graphStatus GetALLSubgraphs(std::vector<GraphPtr> &graph_list) const;
Restrictions
None
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
graph_list |
Output |
Pointers to all the subgraphs. A null pointer indicates no such subgraph. |
Returns
Parameter |
Type |
Description |
|---|---|---|
- |
graphStatus |
GRAPH_SUCCESS(0) on success; else, failure. |
Parent topic: Class GNode