]> Creatis software - bbtk.git/blobdiff - packages/wxvtk/src/wxvtkImageViewer2.h
#3107 BBTK Bug New Normal - branch vtk7itk4 compilation with vtk7
[bbtk.git] / packages / wxvtk / src / wxvtkImageViewer2.h
index 8592ee399836e952937dda94a6c15bda4bd923d2..47867584fb5103009e0fe3cf340f5cbf6db663d7 100644 (file)
@@ -164,7 +164,9 @@ public:
   virtual int GetSliceMin();
   virtual int GetSliceMax();
   virtual void GetSliceRange(int range[2])
-    { this->GetSliceRange(range[0], range[1]); }
+       { 
+               this->GetSliceRange(range[0], range[1]); 
+       }
   virtual void GetSliceRange(int &min, int &max);
   virtual int* GetSliceRange();
   
@@ -185,7 +187,10 @@ public:
   // Set/Get the position in screen coordinates of the rendering window.
   virtual int* GetPosition();
   virtual void SetPosition(int a,int b);
-  virtual void SetPosition(int a[2]) { this->SetPosition(a[0],a[1]); }
+  virtual void SetPosition(int a[2]) 
+       { 
+               this->SetPosition(a[0],a[1]); 
+       }
   
   // Description:
   // Set/Get the size of the window in screen coordinates in pixels.