class NstVertexList : public FuncList<NstVertex>

List of vertices, i

Inheritance:


Public Methods

void copy(const NstVertexList& el)
Copies the list
NstVertex* search(int flag)
Returns the first vertex in the list whose color is equal to flag.

Private Methods

friend ostream& operator << (ostream&, const NstVertexList&)
Prints the vertices of the list

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 vertices, i.e., list of pointers to an object of type NstVertex.
friend ostream& operator << (ostream&, const NstVertexList&)
Prints the vertices of the list

NstVertex* search(int flag)
Returns the first vertex in the list whose color is equal to flag.

void copy(const NstVertexList& 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