]> Creatis software - creaContours.git/blobdiff - lib/Interface_Icons_NDimensions/interfSegmentationPanels.cxx
#3322 creaContours Feature New Normal - Show reference contour Befor After actual...
[creaContours.git] / lib / Interface_Icons_NDimensions / interfSegmentationPanels.cxx
index 46fb279043e0fdc75f50db7f168d8eabe252f071..55786964888d67ad28a41497a99f431c14a7ec38 100644 (file)
@@ -113,19 +113,19 @@ void  interfSegmentationPanelVTK::onSegmentationPressedITK(wxCommandEvent& event
 
 void interfSegmentationPanelVTK::onSegmentationOneSlice( wxCommandEvent& event )
 {
-       int isovalue = _isovalue->GetValue();
-       int sampling = _sampling->GetValue();
-       int method = methodRadiobox->GetSelection();
+       int isovalue    = _isovalue->GetValue();
+       int sampling    = _sampling->GetValue();
+       int method              = methodRadiobox->GetSelection();
        interfMainPanel::getInstance()->onSegmentationOneSlice(isovalue, sampling, method);
 }
 
 void interfSegmentationPanelVTK::onSegmentationAllSlice( wxCommandEvent& event )
 {
-       int minZ=_mbarrange->GetStart();
-       int maxZ=_mbarrange->GetEnd();
-       int isovalue = _isovalue->GetValue();
-       int sampling = _sampling->GetValue();
-       int method   = methodRadiobox->GetSelection();
+       int minZ                = _mbarrange->GetStart();
+       int maxZ                = _mbarrange->GetEnd();
+       int isovalue    = _isovalue->GetValue();
+       int sampling    = _sampling->GetValue();
+       int method      = methodRadiobox->GetSelection();
        interfMainPanel::getInstance()->onSegmentationAllSlice(minZ, maxZ, isovalue, sampling, method); 
 }