Node ordering in a graph.
More...
#include <graph.hpp>
|
void idaapi | clear (void) |
|
void idaapi | resize (int n) |
|
size_t idaapi | size (void) const |
|
void idaapi | set (int _node, int num) |
|
bool idaapi | clr (int _node) |
|
int idaapi | node (size_t _order) const |
|
int idaapi | order (int _node) |
|
Node ordering in a graph.
Maps a node number to a number describing its order in the graph (and vice versa).
The documentation for this class was generated from the following file: