• Main Page
  • Modules
  • Data Structures
  • Files
  • File List
  • Globals

histogramwindow.h

Go to the documentation of this file.
00001 
00005 #ifndef __HISTOGRAMWINDOW_H
00006 #define __HISTOGRAMWINDOW_H
00007 
00008 #include <cd.h>
00009 
00010 #include "imagewindow.h"
00011 
00012 
00013 class imlabHistogramWindow : public imlabImageWindow
00014 {
00015 public:
00016   Ihandle *toolbar,
00017           *plot;
00018 
00019   unsigned long *histo[4];
00020   int histo_count;
00021   int num_histo;   /* up to 4 histograms can be available */
00022   unsigned long max;
00023 
00024   int accum;
00025   int mode;
00026   int plane;
00027 
00028   imlabHistogramWindow(imlabImageDocument* document);
00029   ~imlabHistogramWindow();
00030   void Update();
00031 };
00032                    
00033                
00034 
00035 #endif

Generated on Wed Jan 9 2019 09:48:59 for IMLAB by  doxygen 1.7.1