colouredArcs Class Reference
[Index sets]

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

#include <abstractMixedGraph.h>

Inheritance diagram for colouredArcs:

indexSet< TArc > managedObject goblinRootObject

Public Member Functions

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

Detailed Description

Index sets representing graph arcs with a specified colour.


Constructor & Destructor Documentation

colouredArcs const abstractMixedGraph _G,
TArc  _c
throw ()
 

~colouredArcs  )  throw ()
 


Member Function Documentation

bool IsMember const TArc  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< TArc >.

unsigned long Size  )  const throw () [virtual]
 

Implements indexSet< TArc >.