#include <ogdf/cluster/ClusterSet.h>
Public Member Functions | |
| ClusterSetSimple (const ClusterGraph &CG) | |
| ~ClusterSetSimple () | |
| void | insert (cluster c) |
| void | clear () |
| bool | isMember (cluster c) const |
| const SListPure< cluster > & | clusters () const |
Private Attributes | |
| ClusterArray< bool > | m_isContained |
| SListPure< cluster > | m_clusters |
Definition at line 74 of file ClusterSet.h.
| ogdf::ClusterSetSimple::ClusterSetSimple | ( | const ClusterGraph & | CG | ) | [inline] |
Definition at line 77 of file ClusterSet.h.
| ogdf::ClusterSetSimple::~ClusterSetSimple | ( | ) | [inline] |
Definition at line 80 of file ClusterSet.h.
| void ogdf::ClusterSetSimple::clear | ( | ) | [inline] |
Definition at line 97 of file ClusterSet.h.
Definition at line 115 of file ClusterSet.h.
| void ogdf::ClusterSetSimple::insert | ( | cluster | c | ) | [inline] |
Definition at line 85 of file ClusterSet.h.
| bool ogdf::ClusterSetSimple::isMember | ( | cluster | c | ) | const [inline] |
Definition at line 109 of file ClusterSet.h.
SListPure<cluster> ogdf::ClusterSetSimple::m_clusters [private] |
Definition at line 123 of file ClusterSet.h.
ClusterArray<bool> ogdf::ClusterSetSimple::m_isContained [private] |
Definition at line 121 of file ClusterSet.h.