class NstVertexList: public FuncList<NstVertex>

List of vertices, i

Inheritance:


Public Methods

[more]NstVertex* search(int flag) const
Returns the first vertex in the list whose color is equal to flag.
[more]void copy(const NstVertexList& 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 vertices, i.e., list of pointers to an object of type NstVertex.
oNstVertex* search(int flag) const
Returns the first vertex in the list whose color is equal to flag.

ovoid 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 HTML hierarchy of classes or Java



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