OpenGraphtheory::VertexEdgeConnection Class Reference
Collaboration diagram for OpenGraphtheory::VertexEdgeConnection:

Public Types | |
enum | Direction { VertexToEdge =-1, Undirected =0, EdgeToVertex =1 } |
Public Member Functions | |
Direction | GetDirection () const |
Vertex * | GetVertex () |
Edge * | GetEdge () |
void | WriteToXml (OpenGraphtheory::XML::XML *xml) |
bool | LoadFromXml (OpenGraphtheory::XML::XML *xml) |
Protected Attributes | |
Vertex * | vertex |
Edge * | edge |
Direction | direction |
std::vector< Coordinates > | coordinates |
Friends | |
class | Graph |
class | Vertex |
class | Edge |
The documentation for this class was generated from the following files:
- sources/opengt.so/Headers/opengt.h
- sources/opengt.so/Sources/opengt.cpp