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

EyeCrop.cpp File Reference

#include <gtk/gtk.h>
#include <gtk/gtkimage.h>
#include "image.h"
#include "eye_locator_defines.h"
#include <Magick++.h>
#include <iostream>
#include <fstream>
#include <sstream>
#include <math.h>

Compounds

struct  ImageInfo

Defines

#define PI   3.14159265
#define SCALE   15

Enumerations

enum  State { Left, Right }

Functions

int save_count (void)
string count_to_fileName (void)
void get_count (void)
void close_window (GtkWidget *window, GdkEvent *event, ImageInfo *data)
void quit_all (GtkWidget *widget, GdkEvent *event, gpointer data)
GtkWidget * Magick_to_GTK (Magick::Image input)
void save_image (Magick::Image &image)
gboolean button_press_callback (GtkWidget *event_box, GdkEventButton *event, ImageInfo *image)
void open_image (GtkWidget *widget, GtkFileSelection *fs)
int main (int argc, char *argv[])

Variables

string thefileName
int file_count

Define Documentation

#define PI   3.14159265
 

#define SCALE   15
 


Enumeration Type Documentation

enum State
 

Enumeration values:
Left 
Right 


Function Documentation

gboolean button_press_callback GtkWidget *    event_box,
GdkEventButton *    event,
ImageInfo   image
[static]
 

void close_window GtkWidget *    window,
GdkEvent *    event,
ImageInfo   data
 

string count_to_fileName void   
 

void get_count void   
 

GtkWidget* Magick_to_GTK Magick::Image    input
 

int main int    argc,
char *    argv[]
 

void open_image GtkWidget *    widget,
GtkFileSelection *    fs
 

void quit_all GtkWidget *    widget,
GdkEvent *    event,
gpointer    data
 

int save_count void   
 

void save_image Magick::Image &    image
 


Variable Documentation

int file_count
 

string thefileName
 


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