Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

userAlgorithms.h

Go to the documentation of this file.
00001 #ifndef userAlgorithms_h
00002 #define userAlgorithms_h
00003 
00004 #include "Event/processManager.h"
00005 
00006 //---------------------------------------
00008 /*! 
00009 \c userAlgorithms should be implemented by the USER
00010 <ul>
00011         <li> The user algorithms should be created in the constructor of this class. <br>
00012         <li> The user algorithms should be added into the processManager in the constructor
00013         of this class. For that use the method \c addAlgorithm() of the processManager. <br>
00014         <li> All the user algorithms should inherit from algorithmVI.
00015         <li> See centellaAlgorithms for reference.
00016 </ul>
00017 */
00018 //----------------------------
00019 // JA Hernando, Santa Cruz, CA, 06/15/00
00020 //----------------------------
00021 //############################
00022 class userAlgorithms
00023 //############################
00024 {
00025 public:
00026         
00028 
00029         userAlgorithms();
00031         ~userAlgorithms() {};
00032 };
00033 #endif

Generated at Fri Aug 18 12:57:38 2000 for centella framework by doxygen 1.1.3 written by Dimitri van Heesch, © 1997-2000