00001 #ifndef centellaAlgorithms_h 00002 #define centellaAlgorithms_h 00003 00004 //---------------------------- 00006 /*! 00007 The system algorithms are stored into the algorithmVI server of processManager. 00008 */ 00009 //---------------------------- 00010 // JA Hernando, Santa Cruz, 05/15/00 00011 //---------------------------- 00012 //############################ 00013 class centellaAlgorithms 00014 //############################ 00015 { 00016 public: 00017 00019 centellaAlgorithms(); 00021 ~centellaAlgorithms() {}; 00022 }; 00023 #endif