From c2623301480298241bf628442428f86b9800bd42 Mon Sep 17 00:00:00 2001 From: Claire Mouton Date: Mon, 27 Aug 2012 13:04:19 +0000 Subject: [PATCH] Formatting. --- .../widgets/ThresholdImageView/ColorLayerImageViewPanel.cxx | 6 +++--- .../wxWindows/widgets/ThresholdImageView/LayerImageBase.cxx | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/lib/maracasVisuLib/src/interface/wxWindows/widgets/ThresholdImageView/ColorLayerImageViewPanel.cxx b/lib/maracasVisuLib/src/interface/wxWindows/widgets/ThresholdImageView/ColorLayerImageViewPanel.cxx index 0d7fcfe..e23ab7d 100644 --- a/lib/maracasVisuLib/src/interface/wxWindows/widgets/ThresholdImageView/ColorLayerImageViewPanel.cxx +++ b/lib/maracasVisuLib/src/interface/wxWindows/widgets/ThresholdImageView/ColorLayerImageViewPanel.cxx @@ -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); diff --git a/lib/maracasVisuLib/src/interface/wxWindows/widgets/ThresholdImageView/LayerImageBase.cxx b/lib/maracasVisuLib/src/interface/wxWindows/widgets/ThresholdImageView/LayerImageBase.cxx index 6f0d5e1..6753642 100644 --- a/lib/maracasVisuLib/src/interface/wxWindows/widgets/ThresholdImageView/LayerImageBase.cxx +++ b/lib/maracasVisuLib/src/interface/wxWindows/widgets/ThresholdImageView/LayerImageBase.cxx @@ -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(); } -- 2.45.1