Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

ppm_draw.h

Go to the documentation of this file.
00001 
00007 #ifndef __PPM_DRAW_H__
00008 #define __PPM_DRAW_H__
00009 
00010 /* Public routines */
00011 void ppm_init_hook(void);
00012 
00013 /* Namespace for notational convenience */
00014 namespace WtScale { //
00017 enum Type {
00018   Fixed        =0,
00019 //Inhib        =1,
00020   Count        =2,
00021   Active       =3,
00022   PeakRelative =4,
00023   Relative     =5
00024 };
00025 }
00026 
00027 #endif

Generated on Mon Jan 20 02:35:45 2003 for RF-LISSOM by doxygen1.3-rc2