Lines Matching defs:rChain
506 reflexChain rChain(100,0);
508 rChain.processNewVertex(topVertex, pStream);
511 rChain.processNewVertex(dec_array[i], pStream);
514 rChain.processNewVertex(botVertex, pStream);
520 reflexChain rChain(100,1);
522 rChain.processNewVertex(topVertex, pStream);
525 rChain.processNewVertex(inc_array[i], pStream);
528 rChain.processNewVertex(botVertex, pStream);
541 reflexChain rChain(100, 0);
542 rChain.processNewVertex(topVertex, pStream);
546 rChain.processNewVertex(dec_array[i], pStream);
550 rChain.outputFan(inc_array[inc_current], pStream);
559 reflexChain rChain(100, 1);
560 rChain.processNewVertex(topVertex, pStream);
564 rChain.processNewVertex(inc_array[i], pStream);
568 rChain.outputFan(dec_array[dec_current], pStream);
720 reflexChain rChain(20,is_increase_chain); /*1 means the chain is increasing*/
722 rChain.processNewVertex(topVertex, pStream);
725 rChain.processNewVertex(inc_array[i], pStream);
727 rChain.processNewVertex(botVertex, pStream);
756 reflexChain rChain(20,0);
758 rChain.processNewVertex(topVertex, pStream);
761 rChain.processNewVertex(dec_array[i], pStream);
764 rChain.processNewVertex(botVertex, pStream);
770 reflexChain rChain(20,1);
772 rChain.processNewVertex(topVertex, pStream);
775 rChain.processNewVertex(inc_array[i], pStream);
778 rChain.processNewVertex(botVertex, pStream);
791 reflexChain rChain(20, 0);
792 rChain.processNewVertex(topVertex, pStream);
796 rChain.processNewVertex(dec_array[i], pStream);
800 rChain.outputFan(inc_array[inc_current], pStream);
810 reflexChain rChain(20, 1);
811 rChain.processNewVertex(topVertex, pStream);
815 rChain.processNewVertex(inc_array[i], pStream);
819 rChain.outputFan(dec_array[dec_current], pStream);
853 reflexChain rChain(20,0);
855 rChain.processNewVertex(topVertex, pStream);
858 rChain.processNewVertex(dec_array[i], pStream);
861 rChain.processNewVertex(botVertex, pStream);
868 reflexChain rChain(20,1);
870 rChain.processNewVertex(topVertex, pStream);
873 rChain.processNewVertex(inc_array[i], pStream);
876 rChain.processNewVertex(botVertex, pStream);
890 reflexChain rChain(20, 0);
891 rChain.processNewVertex(topVertex, pStream);
895 rChain.processNewVertex(dec_array[i], pStream);
899 rChain.outputFan(inc_array[inc_current], pStream);
909 reflexChain rChain(20, 1);
910 rChain.processNewVertex(topVertex, pStream);
914 rChain.processNewVertex(inc_array[i], pStream);
918 rChain.outputFan(dec_array[dec_current], pStream);
949 reflexChain rChain(20,0);
951 rChain.processNewVertex(topVertex, pStream);
954 rChain.processNewVertex(dec_array[i], pStream);
957 rChain.processNewVertex(botVertex, pStream);
964 reflexChain rChain(20,1);
966 rChain.processNewVertex(topVertex, pStream);
969 rChain.processNewVertex(inc_array[i], pStream);
972 rChain.processNewVertex(botVertex, pStream);
986 reflexChain rChain(20, 0);
987 rChain.processNewVertex(topVertex, pStream);
991 rChain.processNewVertex(dec_array[i], pStream);
995 rChain.outputFan(inc_array[inc_current], pStream);
1004 reflexChain rChain(20, 1);
1005 rChain.processNewVertex(topVertex, pStream);
1009 rChain.processNewVertex(inc_array[i], pStream);
1013 rChain.outputFan(dec_array[dec_current], pStream);
1046 reflexChain rChain(20, 0);
1047 rChain.processNewVertex(topVertex->getVertex(top_index), pStream);
1049 rChain.processNewVertex(dec_chain->getVertex(i), pStream);
1054 rChain.processNewVertex(temp->getVertex(i), pStream);
1059 reflexChain rChain(20, 1);
1060 rChain.processNewVertex(topVertex->getVertex(top_index), pStream);
1062 rChain.processNewVertex(inc_chain->getVertex(i), pStream);
1067 rChain.processNewVertex(temp->getVertex(i), pStream);
1073 reflexChain rChain(20, 0);
1074 rChain.processNewVertex(topVertex -> getVertex(top_index), pStream);
1080 rChain.processNewVertex(temp->getVertex(tempIndex), pStream);
1090 rChain.outputFan(inc_chain->getVertex(inc_index), pStream);
1094 reflexChain rChain(20, 1);
1095 rChain.processNewVertex(topVertex -> getVertex(top_index), pStream);
1101 rChain.processNewVertex(temp->getVertex(tempIndex), pStream);
1111 rChain.outputFan(dec_chain->getVertex(dec_index), pStream);