inducedArcs Class Reference
[Index sets]

Arc index set induced by a specified node index set. More...

#include <abstractMixedGraph.h>

Inheritance diagram for inducedArcs:

indexSet< TArc > managedObject goblinRootObject

Public Member Functions

 inducedArcs (const abstractMixedGraph &_G, const indexSet< TNode > &_nodeSet) throw ()
 ~inducedArcs () throw ()
unsigned long Size () const throw ()
bool IsMember (TArc i) const throw (ERRange)

Detailed Description

Arc index set induced by a specified node index set.


Constructor & Destructor Documentation

inducedArcs const abstractMixedGraph _G,
const indexSet< TNode > &  _nodeSet
throw ()
 

~inducedArcs  )  throw ()
 


Member Function Documentation

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