colouredNodes Class Reference
[Index sets]

Index sets representing graph nodes with a specified colour. More...

#include <abstractMixedGraph.h>

Inheritance diagram for colouredNodes:

indexSet< TNode > managedObject goblinRootObject

Public Member Functions

 colouredNodes (const abstractMixedGraph &_G, TNode _c) throw ()
 ~colouredNodes () throw ()
unsigned long Size () const throw ()
bool IsMember (const TNode i) const throw (ERRange)

Detailed Description

Index sets representing graph nodes with a specified colour.


Constructor & Destructor Documentation

colouredNodes const abstractMixedGraph _G,
TNode  _c
throw ()
 

~colouredNodes  )  throw ()
 


Member Function Documentation

bool IsMember const TNode  i  )  const throw (ERRange) [virtual]
 

Test for indet set membership.

Parameters:
i An index to test for indet set membership
Return values:
true The indexed element is contained by this set

Implements indexSet< TNode >.

unsigned long Size  )  const throw () [virtual]
 

Implements indexSet< TNode >.