Open
Graph Drawing
Framework

 v.2010.10
 

Public Member Functions | Private Attributes

ogdf::ClusterSet Class Reference

#include <ogdf/cluster/ClusterSet.h>

List of all members.

Public Member Functions

 ClusterSet (const ClusterGraph &G)
 ~ClusterSet ()
void insert (cluster c)
void remove (cluster c)
void clear ()
bool isMember (cluster c) const
int size () const
const List< cluster > & clusters () const

Private Attributes

ClusterArray< ListIterator
< cluster > > 
m_it
List< clusterm_clusters

Detailed Description

Definition at line 203 of file ClusterSet.h.


Constructor & Destructor Documentation

ogdf::ClusterSet::ClusterSet ( const ClusterGraph G  )  [inline]

Definition at line 206 of file ClusterSet.h.

ogdf::ClusterSet::~ClusterSet (  )  [inline]

Definition at line 209 of file ClusterSet.h.


Member Function Documentation

void ogdf::ClusterSet::clear (  )  [inline]

Definition at line 236 of file ClusterSet.h.

const List<cluster>& ogdf::ClusterSet::clusters (  )  const [inline]

Definition at line 260 of file ClusterSet.h.

void ogdf::ClusterSet::insert ( cluster  c  )  [inline]

Definition at line 214 of file ClusterSet.h.

bool ogdf::ClusterSet::isMember ( cluster  c  )  const [inline]

Definition at line 248 of file ClusterSet.h.

void ogdf::ClusterSet::remove ( cluster  c  )  [inline]

Definition at line 224 of file ClusterSet.h.

int ogdf::ClusterSet::size (  )  const [inline]

Definition at line 255 of file ClusterSet.h.


Member Data Documentation

Definition at line 269 of file ClusterSet.h.

Definition at line 267 of file ClusterSet.h.


The documentation for this class was generated from the following file: