00001 #include "algomaker.h" 00002 #include "realigneralgo.h" 00003 00004 char realignerAlgo[]="ReAlign";//The text that shows up in the popup 00005 const bool realignerPopsup = true;//true if it shuold pop up in context menu 00006 template 00007 const AlgoMakerTP< RealignerAlgo, realignerAlgo, realignerPopsup > AlgoMakerTP< RealignerAlgo, realignerAlgo, realignerPopsup >::registerThis; 00008