GetSubGraph
Applicability
Product |
Supported or Not |
|---|---|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Header File/Library File
- Header file: #include <graph/graph.h>
- Library file: libgraph.so
Function Usage
Obtains a subgraph by name.
Prototype
1 | GraphPtr GetSubGraph(const char *name) const |
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
name |
Input |
Subgraph name. |
Returns
Parameter |
Type |
Description |
|---|---|---|
- |
GraphPtr |
Subgraph pointer. |
Constraints
None
Parent topic: Graph