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 //---------------------------------------
00006 /*! 
00007 \c userAlgorithms should be implemented by the USER
00008 <ul>
00009         <li> The user algorithms should be created in the constructor of this class. <br>
00010         <li> The user algorithms should be added into the processManager in the constructor
00011         of this class. For that use the method \c addAlgorithm() of the processManager. <br>
00012         <li> All the user algorithms should inherit from algorithmVI.
00013         <li> See centellaAlgorithms for reference.
00014 </ul>
00015 */
00016 //----------------------------
00017 // JA Hernando, Santa Cruz, CA, 06/15/00
00018 //----------------------------
00019 //############################
00020 class userAlgorithms
00021 //############################
00022 {
00023 public:
00024         
00026 
00027         userAlgorithms() {};
00029         ~userAlgorithms() {};
00030 };
00031 #endif

Generated at Thu Jun 22 16:53:26 2000 for Centella Framework by doxygen 1.1.3 written by Dimitri van Heesch, © 1997-2000