CycloBranch
nodeEdge Struct Reference

An auxiliary structure to store relationship between a node and an edge. More...

#include <cDeNovoGraphNode.h>

Public Member Functions

void store (ofstream &os)
 Store the structure into an output stream. More...
 
void load (ifstream &is)
 Load the structure from an input stream. More...
 

Public Attributes

int nodeid
 Id of a node.
 
int edgeid
 Id of an edge.
 

Detailed Description

An auxiliary structure to store relationship between a node and an edge.

Member Function Documentation

◆ load()

void nodeEdge::load ( ifstream &  is)

Load the structure from an input stream.

Parameters
isan input stream

◆ store()

void nodeEdge::store ( ofstream &  os)

Store the structure into an output stream.

Parameters
osan output stream

The documentation for this struct was generated from the following files: