kempeNodes Class Reference
[Index sets]

Index sets representing graph nodes with one of two specified colours. More...

#include <abstractMixedGraph.h>

Inheritance diagram for kempeNodes:

indexSet< TNode > managedObject goblinRootObject

Public Member Functions

 kempeNodes (const abstractMixedGraph &_G, TNode _c1, TNode _c2) throw ()
 ~kempeNodes () throw ()
unsigned long Size () const throw ()
bool IsMember (const TNode i) const throw (ERRange)

Detailed Description

Index sets representing graph nodes with one of two specified colours.


Constructor & Destructor Documentation

kempeNodes const abstractMixedGraph _G,
TNode  _c1,
TNode  _c2
throw ()
 

~kempeNodes  )  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 >.