#include <GraphConceptAlgorithms.h>
Public Member Functions | |
| FoldDetails (int o, const EdgeType &e1, const EdgeType &e2, const VertexType &V1, const VertexType &V2) | |
Public Attributes | |
| int | theOrigin |
| EdgeType | theEdge1 |
| EdgeType | theEdge2 |
| VertexType | theVertex1 |
| VertexType | theVertex2 |
It is assumed that theEdge1.theTarget < theEdge2.theTarget.
Definition at line 377 of file GraphConceptAlgorithms.h.
| Graphs::FoldDetails< VertexType, EdgeType >::FoldDetails | ( | int | o, | |
| const EdgeType & | e1, | |||
| const EdgeType & | e2, | |||
| const VertexType & | V1, | |||
| const VertexType & | V2 | |||
| ) | [inline] |
Definition at line 379 of file GraphConceptAlgorithms.h.
| EdgeType Graphs::FoldDetails< VertexType, EdgeType >::theEdge1 |
Definition at line 387 of file GraphConceptAlgorithms.h.
| EdgeType Graphs::FoldDetails< VertexType, EdgeType >::theEdge2 |
Definition at line 388 of file GraphConceptAlgorithms.h.
| int Graphs::FoldDetails< VertexType, EdgeType >::theOrigin |
Definition at line 386 of file GraphConceptAlgorithms.h.
| VertexType Graphs::FoldDetails< VertexType, EdgeType >::theVertex1 |
Definition at line 390 of file GraphConceptAlgorithms.h.
| VertexType Graphs::FoldDetails< VertexType, EdgeType >::theVertex2 |
Definition at line 391 of file GraphConceptAlgorithms.h.
1.6.1