Lines Matching full:nextnode
594 BallLarusNode* nextNode;611 nextNode = forward? (*edge)->getTarget(): (*edge)->getSource();612 if(nextNode->getColor() != BallLarusNode::WHITE) {613 nextNode->setColor(BallLarusNode::WHITE);