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