1 /*=========================================================================
4 Module: $RCSfile: wxMaracasImageBrowser.h,v $
6 Date: $Date: 2008/10/31 16:32:10 $
7 Version: $Revision: 1.1 $
9 Copyright: (c) 2002, 2003
12 This software is distributed WITHOUT ANY WARRANTY; without even
13 the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
14 PURPOSE. See the above copyright notice for more information.
16 =========================================================================*/
18 #ifndef __WX__IMAGE__BROWSER__
19 #define __WX__IMAGE__BROWSER__
22 #include <wx/imaglist.h>
24 #include <wx/listctrl.h>
25 #include <wx/splitter.h>
27 #include "widgets/wxImageViewerWidget.h"
29 #include <kernel/marInterface.h>
32 * \brief Panel class that show thumbnails images
34 class wxMaracasImageBrowser : public wxPanel
37 wxMaracasImageBrowser( wxFrame* parent, marInterface* mar, wxWindowID id = -1 );
38 ~wxMaracasImageBrowser();
40 void LoadData( vtkImageData *imagedata);
41 void GetROI( int ext[6] );
45 wxImageViewerWidgetRoi* _view_image;
49 #endif // __WX__IMAGE__BROWSER__