wxMaracasImageBrowser.h

Go to the documentation of this file.
00001 /*=========================================================================
00002 
00003   Program:   wxMaracas
00004   Module:    $RCSfile: wxMaracasImageBrowser.h,v $
00005   Language:  C++
00006   Date:      $Date: 2009/05/14 13:54:54 $
00007   Version:   $Revision: 1.1 $
00008 
00009   Copyright: (c) 2002, 2003
00010   License:
00011   
00012      This software is distributed WITHOUT ANY WARRANTY; without even 
00013      the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR 
00014      PURPOSE.  See the above copyright notice for more information.
00015 
00016 =========================================================================*/
00017 
00018 #ifndef __WX__IMAGE__BROWSER__
00019 #define __WX__IMAGE__BROWSER__
00020 
00021 #include <wx/wx.h>
00022 #include <wx/imaglist.h>
00023 #include <wx/panel.h>
00024 #include <wx/listctrl.h>
00025 #include <wx/splitter.h>
00026 
00027 #include "widgets/wxImageViewerWidget.h"
00028 
00029 #include <kernel/marInterface.h>
00030 
00034 class wxMaracasImageBrowser : public wxPanel
00035 {
00036 public:
00037     wxMaracasImageBrowser( wxFrame* parent, marInterface* mar, wxWindowID id = -1 );
00038     ~wxMaracasImageBrowser();
00039 
00040     void LoadData( vtkImageData *imagedata);
00041     void GetROI( int ext[6] );
00042 
00043 private:
00044 
00045     wxImageViewerWidgetRoi* _view_image;
00046     //marInterface* _mar;
00047 };
00048 
00049 #endif // __WX__IMAGE__BROWSER__
00050 

Generated on 18 Mar 2010 for creaMaracasVisu_lib by  doxygen 1.6.1