00001 #include "algomaker.h" 00002 #include "readnamesalgo.h" 00003 00004 char readnamesAlgo[]="Write readnames to file";//The text that shows up in the popup 00005 const bool readnamesPopsup = true;//true if it should pop up in context menu 00006 template 00007 const AlgoMakerTP< ReadnamesAlgo, readnamesAlgo, readnamesPopsup > AlgoMakerTP< ReadnamesAlgo, readnamesAlgo, readnamesPopsup >::registerThis; 00008