subgraphArcs Class Reference
[Index sets]

Index sets representing subgraph arcs. More...

#include <abstractMixedGraph.h>

Inheritance diagram for subgraphArcs:

indexSet< TArc > managedObject goblinRootObject

Public Member Functions

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

Detailed Description

Index sets representing subgraph arcs.


Constructor & Destructor Documentation

subgraphArcs const abstractMixedGraph _G  )  throw ()
 

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