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

plSignature.h

00001 /*=============================================================================
00002  * Product        : OpenPL 
00003  * File           : plSignature.h
00004  * Author         : Juan-Manuel Ahuactzin
00005  * Creation       : Mon Jul 30 14:55:42 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 
00019 
00020 
00021 #ifndef _plSignature_h_
00022 #define _plSignature_h_
00023 
00024 
00025 /*****************************************************************************
00026  *                           Classes Definitions
00027  *****************************************************************************/
00028 
00029 
00030 
00031 #define NUMBER_OF_PL_COMPUTABLE_OBJECTS 55
00032 
00033 
00034 /*NOTE: be sure that when you add a new label in this list there is
00035   enough space reserved for the signatures. The macro
00036   NUMBER_OF_COMPUTABLE_OBJECTS must be at least as big as the
00037   number of labels in the list */
00038 
00040 enum plComputableObjectType {
00041   PLBellShape,
00042   PLCndNormal,
00043   PLComputableObject,
00044   PLCndBellShape,
00045   PLConditionalExpression,
00046   PLCndProbTable,
00047   PLCndKernel,
00048   PLCndUnknown,
00049   PLDescription,
00050   PLDirac,
00051   PLFunctionalDirac,
00052   PLGamma,
00053   PLNormal,
00054   PLKernel,
00055   PLKernelTable,
00056   PLKernelMap,
00057   PLPoisson,
00058   PLProbTable,
00059   PLUniform,
00060   PLCUniform,
00061   PLUnknown,
00062   PLAnonymousKernel,
00063   PLCndAnonymousKernel,
00064   PLIneqConstraint,
00065   PLMutableKernel,
00066   PLMutableCndKernel,
00067   PLProduct,
00068   PLLogNormal,
00069   PLCndLogNormal
00070 };
00071 
00072 
00076 typedef  bitset <NUMBER_OF_PL_COMPUTABLE_OBJECTS> plSignature;
00077 
00078 #endif

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