]> Creatis software - creaContours.git/blob - lib/Interface_ManagerContour_NDimensions/wxContourMainFrame.h
no message
[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         void onThreshold();
268         void onThresholdChange();
269         void onThresholdInterpolation(bool interpolate);
270         void onThresholdChangeOpacity (int opacity);
271         void onThresholdRemove();
272
273 //====================================================================================================  
274
275         void showAxis(bool show);
276
277         void onRigidPressed();
278
279         void onWidthOfContour(double width);
280
281         int getColorWindow();
282         int getWindowLevel();
283
284         void onBrigthnessColorWindowLevel(int colorwindow,int windowlevel);
285
286         void onInterpolation(bool interpolate);
287
288         void onChangeInstant(std::string name,int actual);
289
290         void resetAppend();
291
292         void onSpreadAdd();
293
294         void onSpreadGo(int type);
295
296         void getInstantVector(std::vector<int>& tempVector);
297
298         std::vector<std::string> getOutlinesName(int slide);
299
300         void onInformationContourLabels(int typeContourGroup,int selection,int minimumZ,int maximumZ,int grayRangeMin, int grayRangeMax);
301
302         void onSaveResults(std::string directory,std::string namefile, std::string filename, 
303                 int typeContourGroup, int selection, int minZ, int maxZ, bool XYZValues, bool contourImage, bool statistics);
304
305         void SaveValuesXYZ(std::string directory,std::string namefile, int typeContourGroup);
306
307         
308
309         void onChangeInstantInstantPanel(std::string name,int value, int minshow, int maxshow);
310
311         void onSnakePressed();
312
313         void saveFileWithContoursAutomatique();
314         
315         void ShowResultImages(int typeContourGroup, int selection, int minZ, int maxZ );
316
317         wxPanel *getThresholdImageViewPanel(wxWindow *parent);
318
319         void SetContourGroup(int contourGroup);
320
321         
322 private:
323         //------------------------------------------------------------------------------------------------------------
324         //  Private methods
325         //------------------------------------------------------------------------------------------------------------
326
327         
328         //------------------------------------------------------------------------------------------------------------
329         // Attributtes
330         //------------------------------------------------------------------------------------------------------------
331         
332         int _contourGroup;
333         
334         static wxContourMainFrame* instance;
335
336         KernelManagerContour* kernelManager;
337
338         interfMainPanel* _pannew;
339
340         PerformingOperation* _performingOperation;
341
342         std::string _datadir;
343
344         wxContourViewPanel* _theViewPanel;
345
346         wxInstantChooserPanel * _instantPanel;
347
348         //AD: 03-09: This attributes represents the reference line that is going to be used for the mirroring
349         manualLineControler     * _refLineControl;
350         manualContourModelLine  * _refLineModel;
351         manualViewLine          * _refLineView;
352
353
354
355         wxAuiManager m_mgr;
356         wxAuiNotebook * notebook;
357
358     long m_notebook_style;
359     long m_notebook_theme;
360     int _numberOfVariablesStatistics;
361         
362         vtkImageReslice         * _imageReslicer;
363         vtkLookupTable          * _thresholdTable;
364         vtkImageMapToColors * _thresholdMapper;
365         vtkImageActor           * _thresholdActor;
366
367         
368         ThresholdImageView              *_viewMaskImage;
369         ThresholdImageViewPanel *_viewMaskImagePanel;
370         
371         
372         
373         std::vector<vtkImageData*> _images;
374
375         bool _actorPresent;
376
377         
378         
379         
380         //OutlineModelManager * _modelManager;
381
382         
383
384         //wxContour_ButtonsBar * _buttonsBar;
385
386         //wxContour_Grid *  _gridPanel;
387
388         //wxContour_DrawToolsPanel * _drawToolsPanel;
389
390         //wxContour_OperationsToolsPanel * _operationsToolsPanel;
391
392         //wxContour_AutomaticFormsToolsPanel * _autoFormsPanel; 
393
394         //wxContour_StandardToolsPanel *_standardToolsPanel;
395
396         //wxContour_EdtionToolsPanel * _editionToolsPanel;
397
398         //wxContour_ListViewPanel * _listViewPanel;
399
400         //wxVtkBaseView_SceneManager * _sceneManager;
401
402         //Instant * _actualInstant;
403
404         
405
406         /*DECLARE_CLASS(wxContourMainFrame)
407         // any class wishing to process wxWindows events must use this macro
408         DECLARE_EVENT_TABLE()*/
409         bool _creatingContoursActive;
410 ////////JCP 21 - 11 - 08
411         void createContour( int typeContour );
412
413         //manualContourModel * factoryManualContourModel(int typeContour);
414
415         manualContourModel * factoryManualContourModel(wxPanel* panel);
416         
417         ContourExtractData      *_contourextractdata;
418
419 //EED   void GenerateContourExtractData();
420         
421         void saveState();
422         void loadState(std::string filename);
423         void loadContours( FILE *pFile, bool staticContour );
424
425         void saveFileWithContours( std::string filename );
426
427         int inredo;
428         int inundo;
429         std::string     stundoredo;
430
431
432         static char COPY;
433
434 };
435
436 #endif