00001 #include "algomaker.h" 00002 #include "dnpsearchalgo.h" 00003 00004 char dnpSearchAlgo[]="Search reads for DNP ID";//The text that shows up in the popup 00005 const bool dnpSearchPopsup = true;//true if it should pop up in context menu 00006 template 00007 const AlgoMakerTP< DnpSearchAlgo, dnpSearchAlgo, dnpSearchPopsup > AlgoMakerTP< DnpSearchAlgo, dnpSearchAlgo, dnpSearchPopsup >::registerThis; 00008