GetAllSubgraphs
Applicability
Product |
Supported or Not |
|---|---|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Header File/Library File
- Header file: #include <graph/graph.h>
- Library file: libgraph.so
Function Usage
Obtains all subgraphs.
Prototype
1 | std::vector<GraphPtr> GetAllSubgraphs() const |
Parameters
None
Returns
Parameter |
Type |
Description |
|---|---|---|
- |
std::vector<GraphPtr> |
All subgraphs. |
Constraints
None
Parent topic: Graph