00001 /*============================================================================= 00002 * Product : OpenPL 00003 * File : plPoisson.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 _plPoisson_h_ 00020 #define _plPoisson_h_ 00021 00022 #include <plDKernel.h> 00023 #include <plSymbol.h> 00024 00025 /***************************************************************************** 00026 * Classes Definitions 00027 *****************************************************************************/ 00028 00030 class plPoisson : public plDKernel { 00031 00032 public: 00033 00039 plPoisson(const plSymbol &variable, plFloat mean); 00040 00042 virtual ~plPoisson(){}; 00043 00044 }; 00045 00046 00047 #endif