class NstEdgeList: public FuncList<NstEdge>

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

Inheritance:


Public Methods

[more]void copy(const NstEdgeList& el)
Copies the list


Inherited from FuncList:

Public Methods

ovoid map(void function(A *obj))
o select(int function(A *obj))
ovoid map(void function(A *obj, B farg), B arg)
o select(int function(A *obj, B farg), B arg)


Documentation

List of edges, i.e., list of pointers to an object of type NstEdge.
ovoid 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 HTML hierarchy of classes or Java



This page was generated with the help of DOC++.