doc/developers_interface.dox
author deba
Tue, 31 Jan 2006 20:14:52 +0000
changeset 1934 272fa8a0b680
child 2391 14a343be7a5a
permissions -rw-r--r--
Bug fix

ANodeIt/BNodeIt should not be inherited from ANode/BNode

The reason:
assert(graph.id(ANodeIt(graph)) == graph.id((Node)ANodeIt(graph)));
alpar@1146
     1
/*!
alpar@1146
     2
alpar@1146
     3
\page developers_interface Developers' interface to graph structures
alpar@1146
     4
alpar@1146
     5
Under construction
alpar@1146
     6
alpar@1146
     7
*/