src/measure.h

00001 
00002 
00003 
00004 
00005 /* measure.h -- Functions within the menu "Measure" */
00006 
00007 
00008 #ifndef __IMAGER_MEASURE_H
00009 #define __IMAGER_MEASURE_H
00010 
00011 
00012 #include <gtk/gtk.h>
00013 #include <gdk_imlib.h>
00014 #include <gdk/gdk.h>
00015 
00016 #include "defs.h"
00017 
00018 
00019 wedge_data wedgecalib;
00020 
00021 double calibrate_val (double x);
00022 
00023 stat_type meas_core (image_type *img, int z1, int z2, int oorflg);
00024 void meas_statistics();
00025 int meas_boundary_pts (image_type* img, int z);
00026 void meas_boundary_pts_gui ();
00027 
00028 void wedge_main ();
00029 vertex bonedens_create_image (image_type* img);
00030 void bonedens_main ();
00031 
00032 
00033 
00034 
00035 #endif

Generated on Sat Nov 15 23:24:49 2008 for Crystal Image by  doxygen 1.5.3