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)));
     1 /*!
     2 
     3 \page developers_interface Developers' interface to graph structures
     4 
     5 Under construction
     6 
     7 */