Main Page | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members

plGamma.h

00001 /*=============================================================================
00002  * Product        : OpenPL 
00003  * File           : plGamma.h
00004  * Author         : Hubert Althuser
00005  * Creation       :  2002
00006  *
00007  *=============================================================================
00008  *     (c) Copyright 2000, Centre National de la Recherche Scientifique,
00009  *                              all rights reserved
00010  *=============================================================================
00011  *
00012  *------------------------- Description ---------------------------------------
00013  *   
00014  *   
00015  *-----------------------------------------------------------------------------
00016 */
00017 
00018 
00019 #ifndef _plGamma_h_
00020 #define _plGamma_h_
00021 
00022 #include <plCKernel.h>
00023 #include <plSymbol.h>
00024 
00025 /*****************************************************************************
00026  *                           Classes Definitions
00027  *****************************************************************************/
00028 
00030 class plGamma: public plCKernel {
00031 
00032 public:
00042   plGamma(const plVariablesConjunction& V, plFloat a, plFloat b, plFloat mu = PL_ZERO );
00043   
00044 
00047   virtual ~plGamma(){};
00048   
00049 };
00050 
00051 
00052 #endif

Generated on Fri Apr 1 10:58:13 2005 for ProBT by  doxygen 1.4.1