]> Creatis software - creaContours.git/blobdiff - lib/Interface_Icons_NDimensions/interfSegmentationPanels.cxx
#3389 png icons bug
[creaContours.git] / lib / Interface_Icons_NDimensions / interfSegmentationPanels.cxx
index 46fb279043e0fdc75f50db7f168d8eabe252f071..3e137cdae125404e428f195c2179ec72fd0b4478 100644 (file)
@@ -113,20 +113,20 @@ 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();
-       interfMainPanel::getInstance()->onSegmentationAllSlice(minZ, maxZ, isovalue, sampling, method); 
+       int minZ                = _mbarrange->GetStart();
+       int maxZ                = _mbarrange->GetEnd();
+       int isovalue    = _isovalue->GetValue();
+       int sampling    = _sampling->GetValue();
+       int method      = methodRadiobox->GetSelection();
+       interfMainPanel::getInstance()->onSegmentationAllSlices(minZ, maxZ, isovalue, sampling, method);        
 }
 
 void interfSegmentationPanelVTK::setLabel(wxString tmpString)