From 322b27b5d6215bb125f0d654b68338f28fc77765 Mon Sep 17 00:00:00 2001 From: Claire Mouton Date: Tue, 17 Jul 2012 13:02:00 +0000 Subject: [PATCH] Reindented the code. --- .../widgets/ThresholdImageView/LayerImageBase.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/maracasVisuLib/src/interface/wxWindows/widgets/ThresholdImageView/LayerImageBase.h b/lib/maracasVisuLib/src/interface/wxWindows/widgets/ThresholdImageView/LayerImageBase.h index 5beffe7..51c73c9 100644 --- a/lib/maracasVisuLib/src/interface/wxWindows/widgets/ThresholdImageView/LayerImageBase.h +++ b/lib/maracasVisuLib/src/interface/wxWindows/widgets/ThresholdImageView/LayerImageBase.h @@ -64,14 +64,14 @@ class LayerImageBase void onThresholdChangeOpacity (int opacity); void onThresholdRemove(); wxVtkBaseView *GetwxVtkBaseView(); - void Refresh(); - vtkLookupTable *GetvtkLookupTable(); - vtkImageReslice *GetvtkImageReslice(); + void Refresh(); + vtkLookupTable *GetvtkLookupTable(); + vtkImageReslice *GetvtkImageReslice(); virtual int GetZ(); private: - int _Z; - bool _actorPresent; + int _Z; + bool _actorPresent; vtkImageData *_image; vtkImageReslice *_imageReslicer; vtkLookupTable *_thresholdTable; -- 2.45.1