#include <ogdf/basic/HyperGraph.h>
Public Member Functions | |
| virtual void | setSize (int numElements)=0 |
| Interface method for resizing a graph array. | |
Public Attributes | |
| GraphArrayBase< E > * | m_prev |
| the embedded next and prev pointer. | |
| GraphArrayBase< E > * | m_next |
Friends | |
| class | HyperGraph |
Definition at line 212 of file HyperGraph.h.
| virtual void ogdf::HyperGraph::GraphArrayBase< E >::setSize | ( | int | numElements | ) | [pure virtual] |
Interface method for resizing a graph array.
Implemented in ogdf::HyperGraph::GraphArray< T, E >, ogdf::HyperGraph::GraphArray< T, EdgeElement >, ogdf::HyperGraph::GraphArray< T, NodeElement >, and ogdf::HyperGraph::GraphArray< T, AdjElement >.
friend class HyperGraph [friend] |
Reimplemented in ogdf::HyperGraph::GraphArray< T, E >, ogdf::HyperGraph::GraphArray< T, EdgeElement >, ogdf::HyperGraph::GraphArray< T, NodeElement >, and ogdf::HyperGraph::GraphArray< T, AdjElement >.
Definition at line 214 of file HyperGraph.h.
| GraphArrayBase<E>* ogdf::HyperGraph::GraphArrayBase< E >::m_next |
Definition at line 221 of file HyperGraph.h.
| GraphArrayBase<E>* ogdf::HyperGraph::GraphArrayBase< E >::m_prev |
the embedded next and prev pointer.
Definition at line 220 of file HyperGraph.h.