]> Creatis software - creaContours.git/blob - lib/Interface_ManagerContour_NDimensions/wxContourMainFrame.h
00f9ec2b539bfda3b6ad96d0da6b1a4cdccddcf7
[creaContours.git] / lib / Interface_ManagerContour_NDimensions / wxContourMainFrame.h
1 #ifndef __wxContourMainFrame_h_INCLUDED_H__
2 #define __wxContourMainFrame_h_INCLUDED_H__
3
4
5 // -----------------------------------------------------------------------------------------------------------
6 // WX headers inclusion.
7 // For compilers that support precompilation, includes <wx/wx.h>.
8 // -----------------------------------------------------------------------------------------------------------
9
10 #include <wx/wxprec.h>
11 #ifdef __BORLANDC__
12 #pragma hdrstop
13 #endif
14 #ifndef WX_PRECOMP
15 #include <wx/wx.h>
16 #endif
17
18
19 //------------------------------------------------------------------------------------------------------------
20 // Includes
21 //------------------------------------------------------------------------------------------------------------
22 #include "wx/aui/aui.h"
23
24 #include "interfMainPanel.h"
25 #include "KernelManagerContour.h"
26
27 //#include "wxVtkBaseView_SceneManager.h"
28 #include "wxInstantChooserPanel.h"
29 #include "wxContourViewPanel.h"
30
31 //#include "ContourWorkspace.h"
32 #include "ContourExtractData.h"
33 #include "PerformingOperation.h"
34
35 #include "manualLineControler.h"
36 #include "manualContourModelLine.h"
37 #include "manualViewLine.h"
38
39 #include "ThresholdImageView.h"
40 #include "ThresholdImageViewPanel.h"
41
42
43 //#include "ContourThing.h"
44 //#include "AxeThing.h"
45 //#include "ImageSourceThing.h"
46 //#include "ImageSectionThing.h"
47 //#include "InstantMembersNameList.h"
48 //#include "OutlineGroup.h"
49 //#include "SomeEnvironment.h"
50 //#include "ContourWorkspace.h"
51 //#include "ContourWrap_ViewControl.h"
52 //#include "Instant.h"
53 //#include "PerformingOperation.h"
54
55 //#include "ContourThing.h"
56
57 //#include "OutlineModelManager.h"
58
59 //#include "wxContour_ButtonsBar.h"
60 //#include "wxContour_ControlPanel.h"
61
62 //#include "wxContour_Grid.h"
63 //#include "wxContour_DrawToolsPanel.h"
64 //#include "wxContour_OperationsToolsPanel.h"
65 //#include "wxContour_AutomaticFormsToolsPanel.h"
66 //#include "wxContour_StandardToolsPanel.h"
67 //#include "wxContour_EdtionToolsPanel.h"
68 //#include "wxContour_ListViewPanel.h"
69
70
71 //ITK
72 #include "itkImage.h"
73 #include "itkGeodesicActiveContourLevelSetImageFilter.h"
74
75 #include "itkCurvatureAnisotropicDiffusionImageFilter.h"
76 #include "itkGradientMagnitudeRecursiveGaussianImageFilter.h"
77 #include "itkSigmoidImageFilter.h"
78 #include "itkFastMarchingImageFilter.h"
79 #include "itkRescaleIntensityImageFilter.h"
80 #include "itkBinaryThresholdImageFilter.h"
81 #include "itkZeroCrossingImageFilter.h"
82 #include "itkCastImageFilter.h"
83
84 #include "itkImageFileWriter.h"
85
86 #include "itkImageToVTKImageFilter.h"
87 #include "itkVTKImageToImageFilter.h"
88
89 //VTK
90 #include <vtkImageSeedConnectivity.h>
91 #include <vtkImageMarchingCubes.h>
92 #include "vtkContourFilter.h"
93 #include "vtkMarchingContourFilter.h"
94 #include "vtkPolyDataConnectivityFilter.h"
95 #include "vtkCleanPolyData.h"
96 #include "vtkImageReslice.h"
97 #include "vtkMetaImageWriter.h"
98 #include "vtkImageData.h"
99 #include "vtkTransform.h"
100
101 #include "vtkCamera.h"
102 #include "vtkImageActor.h"
103 #include <vtkImageMapToColors.h>
104 #include <vtkLookupTable.h>
105 #include <vtkCommand.h>
106
107 //#include "vtkMetaImageReader.h"
108
109 //------------------------------------------------------------------------------------------------------------
110 // Events declaration
111 //------------------------------------------------------------------------------------------------------------
112
113 //BEGIN_DECLARE_EVENT_TYPES()
114 //END_DECLARE_EVENT_TYPES()
115
116 /** file wxContourMainFrame.h */
117
118
119 //------------------------------------------------------------------------------------------------------------
120 // Class definition
121 //------------------------------------------------------------------------------------------------------------
122 class interfMainPanel;
123 class wxContourMainFrame : public wxPanel {
124
125         public:
126
127         //------------------------------------------------------------------------------------------------------------
128         // Constructors & Destructors
129         //------------------------------------------------------------------------------------------------------------
130         
131
132         wxContourMainFrame(wxWindow* parent, wxWindowID id,const wxString& title,const wxPoint& pos,const wxSize& size,long style  = wxDEFAULT_FRAME_STYLE | wxSUNKEN_BORDER);
133         wxContourMainFrame(wxWindow* parent, wxWindowID id,const wxString& title,const wxPoint& pos,const wxSize& size,std::vector<vtkImageData*> images, long style  = wxDEFAULT_FRAME_STYLE | wxSUNKEN_BORDER,std::string datadir="C:/Creatis/creaContoursBin/RelWithDebInfo/");
134
135         ~wxContourMainFrame();
136
137         //------------------------------------------------------------------------------------------------------------
138         // Creational and initialization methods
139         //------------------------------------------------------------------------------------------------------------
140
141         void setVectImages(std::vector<vtkImageData*> imgs);
142
143         bool configurePanels( );
144
145         bool addNewPanel(wxPanel* panel);
146
147         wxAuiNotebook * createNotebook();
148
149         void createInstantChooserPanel(wxAuiNotebook * parent);
150
151         void createViewPanel(wxAuiNotebook * parent);
152         
153         void createInstantChooserPanel(wxWindow * parent);
154
155         void createViewPanel(wxWindow * parent);
156
157         void setInstantChooserPanel(  wxInstantChooserPanel * theInstantChooserPanel );
158
159         void getMaskValue(vtkImageData ** mask,vtkImageData ** value,int typeContourGroup, int selection, int minZ, int maxZ);
160
161         void SaveImageResult(std::string directory,std::string namefile, vtkImageData* mask,vtkImageData* value);
162
163         void ShowToolsPanel(bool show);
164
165
166 //      void setButtonsBar(  wxContour_ButtonsBar * theButtonsBar );
167 //      void setGrid(  wxContour_Grid * theGridPanel );
168 //      void setDrawToolsPanel(  wxContour_DrawToolsPanel * theDrawToolsPanel );
169 //      void setOperationsToolsPanel(  wxContour_OperationsToolsPanel * theDrawToolsPanel );
170 //      void setAutomaticFormsPanel(  wxContour_AutomaticFormsToolsPanel * theAutoFormsPanel );
171 //      void setStandardToolsPanel(  wxContour_StandardToolsPanel * theStandardToolsPanel );
172 //      void setEditionToolsPanel(  wxContour_EdtionToolsPanel * theEditionToolsPanel );
173 //      void setListViewPanel(  wxContour_ListViewPanel * theListViewPanel );
174
175
176         ////------------------------------------------------------------------------------------------------------------
177         //// Methods for capturing events
178         ////------------------------------------------------------------------------------------------------------------
179         
180
181         ////------------------------------------------------------------------------------------------------------------
182         ////  Model management methods
183         ////------------------------------------------------------------------------------------------------------------
184
185         
186         //------------------------------------------------------------------------------------------------------------
187         //  Attributes getters and setters
188         //------------------------------------------------------------------------------------------------------------
189         static wxContourMainFrame* getInstance(wxWindow* parent, wxWindowID id,const wxString& title,const wxPoint& pos,const wxSize& size,std::vector<vtkImageData*> images, long style  = wxDEFAULT_FRAME_STYLE | wxSUNKEN_BORDER, std::string datadir="C:/Creatis/creaContoursBin/RelWithDebInfo/");
190         static wxContourMainFrame* getInstance();
191         static void resetInstance();
192         //------------------------------------------------------------------------------------------------------------
193         //  Other functional methods
194         //------------------------------------------------------------------------------------------------------------
195
196         /*
197         ** This method returns the vector of images selected by the user 
198         **      return value std::vector<vtkImageData*>
199         */
200         std::vector<vtkImageData*> getVectImages();
201
202         /**
203         **      This methods connect the event in the class interfMainPanel with the world of the appli
204         **/
205         void onCreateContourSpline( );
206         void onCreateContourRectangle( );
207         void onCreateContourCircle( );
208         void onCreateContourLine( );
209         void onCreateContourBullEye(wxPanel* pan);
210         /////////////////////////////////
211         void onDeleteContour();
212         void deleteContours( std::vector<std::string>  keyNamesVector );
213         void deleteContour( std::string theKeyName );
214         void onDeleteContoursActSlice();
215         void onDeleteAllContours();
216         void deleteAllContours();
217         void setConceptValue( std::string name, int value );
218         ConceptDataWrap* getLastConceptData();
219         bool getIfConceptCheckedAt( std::string name, int pos );
220
221         void changeInstant();
222
223         int getNamesWrappingSize();
224
225         std::string getNameWrapping(int i);
226
227         void updateInstantOutlines();
228         void updateInstantImageData();
229         void updateInstantAxes();
230
231         void onChangeDeep(int val);
232
233 ///////////////////////////
234         void onCopy();
235         void onPaste();
236         void onUndo();
237         void onRedo();
238         void createCopyContourOf ( std::string anExistingKName, std::vector<int> &instantNoTouchData, bool append );
239         void createMirrorContourOf ( std::string anExistingKName, std::vector<int> &instantNoTouchData, bool append );
240 ///////////////////////7
241         void onLoad();
242         void onSave();
243         
244         void openContours( FILE *pFile, int version, bool staticContour );
245
246         void RefreshInterface();
247
248         vtkImageData* getImageData();
249
250         void onSegmentationOneSlice(int isovalue,int sampling,int method);
251         void onSegmentationOneSliceITK(wxString distance, wxString sigma, wxString alfa, wxString beta, wxString propagation, wxString iterations, wxString inflation);
252         void SegmentationOneSlice( int x, int y, int z, int isovalue, int sampling, int method );
253         void SegmentationOneSliceITK(int x, int y, int z, wxString distance, wxString sigma, wxString alfa, wxString beta, wxString propagation, wxString iterations, wxString inflation);
254         void Mirror( int x, int y, int z, int isovalue, int sampling, int method );
255         int  GetImageDataSizeZ();
256         void GetImageDataRange(double *range);
257         void onSegmentationAllSlice(int minZ,int maxZ,int isovalue,int sampling,int method);
258
259         //AD
260         void referenceLine();
261         void refLineHide();
262         void refLineShow();
263         void refLineChangeWidth(int width);
264
265         //AD
266         void onMirror();
267         
268         
269 //====================================================================================================  
270
271         void showAxis(bool show);
272
273         void onRigidPressed();
274
275         void onWidthOfContour(double width);
276
277         int getColorWindow();
278         int getWindowLevel();
279
280         void onBrigthnessColorWindowLevel(int colorwindow,int windowlevel);
281
282         void onInterpolation(bool interpolate);
283
284         void onChangeInstant(std::string name,int actual);
285
286         void resetAppend();
287
288         void onSpreadAdd();
289
290         void onSpreadGo(int type);
291
292         void getInstantVector(std::vector<int>& tempVector);
293
294         std::vector<std::string> getOutlinesName(int slide);
295
296         void onInformationContourLabels(int typeContourGroup,int selection,int minimumZ,int maximumZ,int grayRangeMin, int grayRangeMax);
297
298         void onSaveResults(std::string directory,std::string namefile, std::string filename, 
299                 int typeContourGroup, int selection, int minZ, int maxZ, bool XYZValues, bool contourImage, bool statistics);
300
301         void SaveValuesXYZ(std::string directory,std::string namefile, int typeContourGroup);
302
303         
304
305         void onChangeInstantInstantPanel(std::string name,int value, int minshow, int maxshow);
306
307         void onSnakePressed();
308
309         void saveFileWithContoursAutomatique();
310         
311         void ShowResultImages(int typeContourGroup, int selection, int minZ, int maxZ );
312
313         wxPanel *getMaskImageViewPanel(wxWindow *parent);
314         void SetContourGroup(int contourGroup);
315         wxPanel *getThresholdImageViewPanel(wxWindow *parent);
316
317         
318 private:
319         //------------------------------------------------------------------------------------------------------------
320         //  Private methods
321         //------------------------------------------------------------------------------------------------------------
322
323         
324         //------------------------------------------------------------------------------------------------------------
325         // Attributtes
326         //------------------------------------------------------------------------------------------------------------
327         
328         int _contourGroup;
329         
330         static wxContourMainFrame* instance;
331
332         KernelManagerContour* kernelManager;
333
334         interfMainPanel* _pannew;
335
336         PerformingOperation* _performingOperation;
337
338         std::string _datadir;
339
340         wxContourViewPanel* _theViewPanel;
341
342         wxInstantChooserPanel * _instantPanel;
343
344         //AD: 03-09: This attributes represents the reference line that is going to be used for the mirroring
345         manualLineControler     * _refLineControl;
346         manualContourModelLine  * _refLineModel;
347         manualViewLine          * _refLineView;
348
349
350
351         wxAuiManager m_mgr;
352         wxAuiNotebook * notebook;
353
354     long m_notebook_style;
355     long m_notebook_theme;
356     int _numberOfVariablesStatistics;
357         
358
359         // Contour Image Mask
360         ThresholdImageView              *_viewMaskImage;
361         ThresholdImageViewPanel *_viewMaskImagePanel;
362         
363         // Threshold Image 
364         ThresholdImageView              *_viewThresholdImage;
365         ThresholdImageViewPanel *_viewThresholdImagePanel;
366         
367         
368         std::vector<vtkImageData*> _images;
369
370         bool _actorPresent;
371
372         
373         
374         
375
376         /*DECLARE_CLASS(wxContourMainFrame)
377         // any class wishing to process wxWindows events must use this macro
378         DECLARE_EVENT_TABLE()*/
379         bool _creatingContoursActive;
380 ////////JCP 21 - 11 - 08
381         void createContour( int typeContour );
382
383         //manualContourModel * factoryManualContourModel(int typeContour);
384
385         manualContourModel * factoryManualContourModel(wxPanel* panel);
386         
387         ContourExtractData      *_contourextractdata;
388
389         
390         void saveState();
391         void loadState(std::string filename);
392         void loadContours( FILE *pFile, bool staticContour );
393
394         void saveFileWithContours( std::string filename );
395
396         int inredo;
397         int inundo;
398         std::string     stundoredo;
399
400
401         static char COPY;
402
403 };
404
405 #endif