Exemplo n.º 1
0
 void SynchronousEngine<algorithm_t>::
 signalVertex(vertex_id_type vid, const message_type& msg = message_type()){
     active_superstep_[vid] = 1;
     active_minorstep_[vid] = 1;
     has_msg_[vid] = 1;
     internalSignal(vid, msg);
 }
Exemplo n.º 2
0
 void SynchronousEngine<algorithm_t>::
 internalSignal(const vertex_type &vertex, const message_type& message){
     lvid_type lvid = vertex.local_id();
     internalSignal(lvid, message);
 }
Exemplo n.º 3
0
void OpenDialog::internalSlot(int i)
{
   emit internalSignal(i!=0);
}