Faces in a combinatorial embedding.
More...
#include <ogdf/basic/CombinatorialEmbedding.h>
List of all members.
Public Member Functions |
| adjEntry | firstAdj () const |
| | Returns the first adjacency element in the face.
|
| int | index () const |
| | Returns the index of the face.
|
| adjEntry | nextFaceEdge (adjEntry adj) const |
| | Returns the successor of adj in the list of all adjacency elements in the face.
|
| face | pred () const |
| | Returns the predecessor in the list of all faces.
|
| int | size () const |
| | Returns the size of the face, i.e., the number of edges in the face.
|
| face | succ () const |
| | Returns the successor in the list of all faces.
|
Private Member Functions |
| | FaceElement (adjEntry adjFirst, int id) |
| | Creates a face with given first adjacency element adjFirst and face index id.
|
Private Attributes |
| adjEntry | m_adjFirst |
| | The first adjacency element in the face.
|
| int | m_id |
| | The index of the face.
|
| int | m_size |
| | The size of the face.
|
Detailed Description
Faces in a combinatorial embedding.
Definition at line 65 of file CombinatorialEmbedding.h.
Constructor & Destructor Documentation
| ogdf::FaceElement::FaceElement |
( |
adjEntry |
adjFirst, |
|
|
int |
id |
|
) |
| |
|
inlineprivate |
Creates a face with given first adjacency element adjFirst and face index id.
Definition at line 87 of file CombinatorialEmbedding.h.
Member Function Documentation
| adjEntry ogdf::FaceElement::firstAdj |
( |
| ) |
const |
|
inline |
| int ogdf::FaceElement::index |
( |
| ) |
const |
|
inline |
Returns the successor of adj in the list of all adjacency elements in the face.
Definition at line 108 of file CombinatorialEmbedding.h.
| face ogdf::FaceElement::pred |
( |
| ) |
const |
|
inline |
| int ogdf::FaceElement::size |
( |
| ) |
const |
|
inline |
| face ogdf::FaceElement::succ |
( |
| ) |
const |
|
inline |
Friends And Related Function Documentation
Member Data Documentation
| int ogdf::FaceElement::m_id |
|
private |
| int ogdf::FaceElement::m_size |
|
private |
The documentation for this class was generated from the following file: