00001 /*============================================================================= 00002 * Product : OpenPL 00003 * File : plBellShape.h 00004 * Author : Christophe Coue 00005 * Creation : Wed Jul 11 13:24:45 CEST 2001 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 #ifndef _plBellShape_ 00019 #define _plBellShape_ 00020 00021 #include <plMath.h> 00022 #include <plDKernel.h> 00023 00024 /***************************************************************************** 00025 * Classes Definitions 00026 *****************************************************************************/ 00027 00033 class plBellShape : public plDKernel{ 00034 00035 public: 00036 00041 plBellShape(const plVariablesConjunction& V, plFloat m, plFloat sd); 00042 00044 virtual ~plBellShape(){}; 00045 00046 00047 }; 00048 00049 00050 #endif 00051 00052 00053 00054