An auxiliary structure to store relationship between a node and an edge.
More...
#include <cDeNovoGraphNode.h>
|
void | store (ofstream &os) |
| Store the structure into an output stream. More...
|
|
void | load (ifstream &is) |
| Load the structure from an input stream. More...
|
|
|
int | nodeid |
| Id of a node.
|
|
int | edgeid |
| Id of an edge.
|
|
An auxiliary structure to store relationship between a node and an edge.
◆ load()
void nodeEdge::load |
( |
ifstream & |
is | ) |
|
Load the structure from an input stream.
- Parameters
-
◆ store()
void nodeEdge::store |
( |
ofstream & |
os | ) |
|
Store the structure into an output stream.
- Parameters
-
The documentation for this struct was generated from the following files: