From: Claire Mouton Date: Tue, 17 Jul 2012 13:02:00 +0000 (+0000) Subject: Reindented the code. X-Git-Tag: v1.0.4~10 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=322b27b5d6215bb125f0d654b68338f28fc77765;p=creaMaracasVisu.git Reindented the code. --- 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;