46 #ifdef CHECK_MEMORY_LEAKS
48 #endif // CHECK_MEMORY_LEAKS
60 for (NIVissimNodeParticipatingEdgeVector::iterator i =
myEdges.begin(); i !=
myEdges.end(); i++) {
81 std::vector<int> connections;
82 std::vector<int> edges;
84 for (NIVissimNodeParticipatingEdgeVector::const_iterator i =
myEdges.begin(); i !=
myEdges.end(); i++) {
91 connections.push_back(edge->
getID());
97 edges.push_back(edge->
getID());
104 for (std::vector<int>::iterator j = edges.begin(); j != edges.end(); j++) {
114 for (NIVissimNodeParticipatingEdgeVector::const_iterator i =
myEdges.begin(); i !=
myEdges.end(); i++) {
116 if (edge->
getID() == edgeid) {