RegisteredArray for labeling the faces of a CombinatorialEmbedding. More...
#include <ogdf/basic/CombinatorialEmbedding.h>
Inheritance diagram for ogdf::FaceArrayBase< Value, WithDefault >:Public Member Functions | |
| ConstCombinatorialEmbedding * | embeddingOf () const |
| Returns a pointer to the associated combinatorial embedding. | |
Public Member Functions inherited from ogdf::RegisteredArray< ConstCombinatorialEmbedding, Value, WithDefault > | |
| RegisteredArray () | |
| Creates a new registered array associated with no registry. | |
| RegisteredArray (const ConstCombinatorialEmbedding &base) | |
Creates a new registered array associated with the matching registry of base. | |
| RegisteredArray (const ConstCombinatorialEmbedding &base, const Value &def) | |
Creates a new registered array associated with the matching registry of base and initializes all values with def. | |
| RegisteredArray (const ConstCombinatorialEmbedding *base) | |
Creates a new registered array associated with the matching registry of base. | |
| RegisteredArray (const ConstCombinatorialEmbedding *base, const Value &def) | |
Creates a new registered array associated with the matching registry of base and initializes all values with def. | |
| void | init (const ConstCombinatorialEmbedding &base) |
Reinitializes the array. Associates the array with the matching registry of base. | |
| void | init (const ConstCombinatorialEmbedding &base, const Value &new_default) |
Reinitializes the array with default value new_default. | |
| void | init (const ConstCombinatorialEmbedding *base, const Value &new_default) |
| void | init (const ConstCombinatorialEmbedding *base=nullptr) |
Reinitializes the array. Associates the array with the matching registry of base. | |
Private Types | |
| using | RA = RegisteredArray< ConstCombinatorialEmbedding, Value, WithDefault > |
RegisteredArray for labeling the faces of a CombinatorialEmbedding.
Definition at line 181 of file CombinatorialEmbedding.h.
|
private |
Definition at line 182 of file CombinatorialEmbedding.h.
|
inline |
Returns a pointer to the associated combinatorial embedding.
Definition at line 188 of file CombinatorialEmbedding.h.