Open
Graph Drawing
Framework
v. 2023.09 (Elderberry)
Overview
Class Hierarchy
Class Index
Class List
Members
Namespaces
Source Files
Loading...
Searching...
No Matches
ogdf::Hypergraph Member List
This is the complete list of members for
ogdf::Hypergraph
, including all inherited members.
allHyperedges
(LIST &hyperedgeList) const
ogdf::Hypergraph
inline
allHypernodes
(LIST &hypernodeList) const
ogdf::Hypergraph
inline
clear
()
ogdf::Hypergraph
consistency
() const
ogdf::Hypergraph
delHyperedge
(hyperedge e)
ogdf::Hypergraph
delHypernode
(hypernode v)
ogdf::Hypergraph
empty
() const
ogdf::Hypergraph
inline
firstHyperedge
() const
ogdf::Hypergraph
inline
firstHypernode
() const
ogdf::Hypergraph
inline
gateType
(string gate)
ogdf::Hypergraph
private
hyperedgeArrayTableSize
() const
ogdf::Hypergraph
inline
hyperedges
() const
ogdf::Hypergraph
inline
Hypergraph
()
ogdf::Hypergraph
Hypergraph
(const Hypergraph &H)
ogdf::Hypergraph
hypernodeArrayTableSize
() const
ogdf::Hypergraph
inline
hypernodes
() const
ogdf::Hypergraph
inline
initArrays
()
ogdf::Hypergraph
private
initObservers
()
ogdf::Hypergraph
private
lastHyperEdge
() const
ogdf::Hypergraph
inline
lastHypernode
() const
ogdf::Hypergraph
inline
loadPlaHypergraph
(const char *fileName)
ogdf::Hypergraph
m_hyperedgeArrays
ogdf::Hypergraph
mutable
private
m_hyperedgeArrayTableSize
ogdf::Hypergraph
private
m_hyperedgeIdCount
ogdf::Hypergraph
private
m_hyperedges
ogdf::Hypergraph
private
m_hypernodeArrays
ogdf::Hypergraph
mutable
private
m_hypernodeArrayTableSize
ogdf::Hypergraph
private
m_hypernodeIdCount
ogdf::Hypergraph
private
m_hypernodes
ogdf::Hypergraph
private
m_nHyperedges
ogdf::Hypergraph
private
m_nHypernodes
ogdf::Hypergraph
private
m_observers
ogdf::Hypergraph
mutable
private
maxHyperedgeIndex
() const
ogdf::Hypergraph
inline
maxHypernodeIndex
() const
ogdf::Hypergraph
inline
newHyperedge
(List< hypernode > &hypernodes)
ogdf::Hypergraph
newHyperedge
(int pIndex, List< hypernode > &hypernodes)
ogdf::Hypergraph
newHypernode
()
ogdf::Hypergraph
newHypernode
(int pIndex)
ogdf::Hypergraph
newHypernode
(HypernodeElement::Type pType)
ogdf::Hypergraph
newHypernode
(int pIndex, HypernodeElement::Type pType)
ogdf::Hypergraph
nextEntry
(char *buffer, int from, string stop)
ogdf::Hypergraph
private
numberOfHyperedges
() const
ogdf::Hypergraph
inline
numberOfHypernodes
() const
ogdf::Hypergraph
inline
OGDF_MALLOC_NEW_DELETE
ogdf::Hypergraph
operator<<
ogdf::Hypergraph
friend
operator=
(const Hypergraph &H)
ogdf::Hypergraph
operator>>
ogdf::Hypergraph
friend
randomHyperedge
() const
ogdf::Hypergraph
randomHypernode
() const
ogdf::Hypergraph
readBenchHypergraph
(std::istream &is)
ogdf::Hypergraph
readBenchHypergraph
(const char *filename)
ogdf::Hypergraph
readPlaHypergraph
(std::istream &is)
ogdf::Hypergraph
registerHyperedgeArray
(HypergraphArrayBase *pHyperedgeArray) const
ogdf::Hypergraph
registerHypernodeArray
(HypergraphArrayBase *pHypernodeArray) const
ogdf::Hypergraph
registerObserver
(HypergraphObserver *pObserver) const
ogdf::Hypergraph
unregisterHyperedgeArray
(ListIterator< HypergraphArrayBase * > it) const
ogdf::Hypergraph
unregisterHypernodeArray
(ListIterator< HypergraphArrayBase * > it) const
ogdf::Hypergraph
unregisterObserver
(ListIterator< HypergraphObserver * > it) const
ogdf::Hypergraph
~Hypergraph
()
ogdf::Hypergraph
© 1999–2023
The OGDF Team