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

stat_eye_locator.h

Go to the documentation of this file.
00001 #ifndef __STAT_EYE_LOCATOR_TAG
00002 #define __STAT_EYE_LOCATOR_TAG
00003 
00004 #include "eye_locator_defines.h"
00005 #include "frame.h"
00006 #ifndef NO_GUI
00007 #include <gtk/gtk.h>
00008 #endif
00009 
00012 class stat_eye_locator_filter: public Filter
00013 {
00014 public:
00015 
00017   stat_eye_locator_filter();
00018   
00019   
00029   bool filter_frame(FrameClass & frame);
00030 
00031 
00032 };
00033 
00034 #ifdef DYNAMIC_LINK
00035 extern "C"{
00036 Filter * create_instance();
00037 
00038 #ifndef NO_GUI
00039 GdkPixmap *create_icon(GtkWidget *drawing_area);
00040 #endif
00041 
00042 #endif
00043 }
00044 #endif
00045 

Generated on Wed Apr 23 10:42:34 2003 for BioFilter by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002