]> Creatis software - creaMaracasVisu.git/commitdiff
Formatting.
authorClaire Mouton <Claire.Mouton@creatis.insa-lyon.fr>
Mon, 27 Aug 2012 13:04:19 +0000 (13:04 +0000)
committerClaire Mouton <Claire.Mouton@creatis.insa-lyon.fr>
Mon, 27 Aug 2012 13:04:19 +0000 (13:04 +0000)
lib/maracasVisuLib/src/interface/wxWindows/widgets/ThresholdImageView/ColorLayerImageViewPanel.cxx
lib/maracasVisuLib/src/interface/wxWindows/widgets/ThresholdImageView/LayerImageBase.cxx

index 0d7fcfea3b23a0e9c7edcbeb55f2914b6d75bd35..e23ab7dc4601aa7bf0876d3f7341e57c77337582 100644 (file)
@@ -75,16 +75,16 @@ ColorLayerImageViewPanel::ColorLayerImageViewPanel(wxWindow* parent, int min, in
        _colorLayerImageView            = new ColorLayerImageView();
        _btn_ReadImage                  = new wxButton(this, wxID_ANY, _T("Read Image") );
        _thresholdGo                    = true;
-       _cb_ShowHide                    = new wxCheckBox(this, wxID_ANY, _T("Show/Hide layer") );
+       _cb_ShowHide                    = new wxCheckBox(this, wxID_ANY, _T("Show/Hide Layer") );
        _cb_ShowHide->SetValue(_thresholdGo);
 
-       _cb_SliceFixDinamic = new wxCheckBox(this, wxID_ANY, _T("Slice Fix/Dinamic") );
+       _cb_SliceFixDinamic = new wxCheckBox(this, wxID_ANY, _T("Fixed/Dynamic Slice") );
        _cb_SliceFixDinamic->SetValue(true);
 
        _sl_SliceImage = new wxSlider(this, wxID_ANY, 0, 1000, 1000, wxDefaultPosition, wxDefaultSize, wxSL_HORIZONTAL|wxSL_LABELS, wxDefaultValidator);
        _sl_SliceImage->Enable(false);
 
-       _interpolationCheckBox = new wxCheckBox(this, -1, _T("Image interpolation") );
+       _interpolationCheckBox = new wxCheckBox(this, -1, _T("Image Interpolation") );
        _interpolationCheckBox->SetValue(true);
        _opacity = new wxSlider(this, wxID_ANY, 6, 1, 10, wxDefaultPosition, wxDefaultSize, wxSL_HORIZONTAL|wxSL_LABELS, wxDefaultValidator);
 
index 6f0d5e14b8d1747d126d032830d3f891dc7ec51b..6753642ff7a62d33dc3ab4630369418d9877ecf7 100644 (file)
@@ -44,12 +44,12 @@ bool ColorLayerImageBasevtkInteractor::OnMouseMove()
 LayerImageBase::LayerImageBase()
 {
        _actorPresent                   =       false;
-       _Z                                              =       0;
+       _Z                              =       0;
        _thresholdTable                 =       NULL;
        _thresholdMapper                =       NULL;
        _thresholdActor                 =       NULL;
-       _image                                  =       NULL;
-       _baseView               =   NULL;
+       _image                          =       NULL;
+       _baseView                       =       NULL;
        _imageReslicer                  =       vtkImageReslice::New();
 
 }