#include "defs.h"

Go to the source code of this file.
Defines | |
| #define | cxx_graph_i_INCLUDED "cxx_graph.i" |
Typedefs | |
| typedef mUINT16 | VINDEX16 |
| typedef mUINT16 | EINDEX16 |
Variables | |
| const VINDEX16 | INVALID_VINDEX16 |
| VINDEX16 | GRAPH16_CAPACITY |
| #define cxx_graph_i_INCLUDED "cxx_graph.i" |
Revision history:
21-OCT-94 dkchen - Original Version 10-NOV-94 dkchen - Make DIRECTED_GRAPH16 a template class and move it to graph_template.h.
Description:
This interface describes vertex and edge classes used in a directed graph class. See "graph_template.h" for details on the directed graph class, DIRECTED_GRAPH16, which assumes the edges and vertices to be derived classes from EDGE16 and VERTEX16 described here.
Exported Types and Functions:
VINDEX16 EINDEX16
Type of a index to a vertex/edge in the graph
Definition at line 63 of file cxx_graph.i.
Definition at line 73 of file cxx_graph.i.
Definition at line 72 of file cxx_graph.i.
Definition at line 58 of file cxx_graph.cxx.
Referenced by DIRECTED_GRAPH16< EDGE_TYPE, VERTEX_TYPE >::Add_Edge(), and DIRECTED_GRAPH16< EDGE_TYPE, VERTEX_TYPE >::Add_Vertex().
| const VINDEX16 INVALID_VINDEX16 |
Revision history:
21-OCT-94 dkchen - Original Version 10-NOV-94 dkchen - Make DIRECTED_GRAPH16 a template class and move it to graph_template.h.
Description:
This file contains definitions for fuctions in the VERTEX16 and EDGE16 classes.
Definition at line 57 of file cxx_graph.cxx.
Referenced by EDGE16::Is_Free(), VERTEX16::Is_Free(), EDGE16::Set_To_Free(), and VERTEX16::Set_To_Free().
1.6.1