Lines Matching refs:startNode
71 //printf("Edge::nodePath: (%d,%d) dummyNodes:%d\n",startNode,endNode,ds.size());
73 path.push_back(startNode);
146 //cerr << "edge(intersections="<<bs.size()<<":("<<e->startNode<<","<<e->endNode<<"))"<<endl;
158 if(e->startNode==v->id||e->endNode==v->id) continue;
159 //if(l!=NULL&&(e->startNode==l->id||e->endNode==l->id)) continue;
160 //cerr << "edge("<<e->startNode<<","<<e->endNode<<",pts="<<e->pts<<")"<<endl;
179 if(e->startNode==v->id||e->endNode==v->id) continue;
180 //if(r!=NULL&&(e->startNode==r->id||e->endNode==r->id)) continue;
181 //cerr << "edge("<<e->startNode<<","<<e->endNode<<",pts="<<e->pts<<")"<<endl;
343 //printf("EdgeOpen@%f,eid=%d,(u,v)=(%d,%d)\n", e->pos,e->e->id,e->e->startNode,e->e->endNode);
353 //printf("EdgeClose@%f,eid=%d,(u,v)=(%d,%d)\n", e->pos,e->e->id,e->e->startNode,e->e->endNode);