class NstEdgeList : public FuncList<NstEdge>

List of edges, i.e., list of pointers to an object of type NstEdge.

Inheritance:


Public Methods

void copy(const NstEdgeList& el)
Copies the list

Private Methods

friend ostream& operator << (ostream&, const NstEdgeList&)
Prints the list of edges.

Inherited from FuncList:

Public Methods

template <class B> void map(void function(A *obj, B farg), B arg)
void map(void function(A *obj))
template <class B> FuncList <A> select(int function(A *obj, B farg), B arg)
FuncList <A> select(int function(A *obj))

Documentation

List of edges, i.e., list of pointers to an object of type NstEdge.
friend ostream& operator << (ostream&, const NstEdgeList&)
Prints the list of edges.

void copy(const NstEdgeList& el)
Copies the list
Parameters:
el - is the list to be copied. Pointed objects are not duplicated.


This class has no child classes.

alphabetic index hierarchy of classes


this page has been generated automatically by doc++

(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de