Salome HOME
Bug IPAL22927: TC6.5.0: bounding box is not updated for Point Map 3D
[modules/visu.git] / src / PIPELINE / VISU_SphereWidget.hxx
index 6dcba37feb4343aafdc109ed03a9c859cca4a01f..9fe4917e5e769a40d7856fc0197f01b552b42328 100755 (executable)
@@ -1,4 +1,6 @@
-// Copyright (C) 2005  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
+// Copyright (C) 2007-2012  CEA/DEN, EDF R&D, OPEN CASCADE
+//
+// Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
 // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
 //
 // This library is free software; you can redistribute it and/or
@@ -6,7 +8,7 @@
 // License as published by the Free Software Foundation; either
 // version 2.1 of the License.
 //
-// This library is distributed in the hope that it will be useful
+// This library is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 // Lesser General Public License for more details.
 // License along with this library; if not, write to the Free Software
 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
 //
-// See http://www.salome-platform.org/
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
+
 #ifndef __VISU_SphereWidget_h
 #define __VISU_SphereWidget_h
 
+#include "VISUPipeline.hxx"
 #include "VISU_ImplicitFunctionWidget.hxx"
 
 class VISU_UnScaledActor;
@@ -36,7 +40,7 @@ class vtkSphere;
 class vtkImplicitSum;
 class vtkImplicitFunction;
 //
-class VISU_SphereWidget : public VISU_ImplicitFunctionWidget
+class VISU_PIPELINE_EXPORT VISU_SphereWidget : public VISU_ImplicitFunctionWidget
 {
 public:
   // Description:
@@ -72,8 +76,8 @@ public:
   // Description:
   // Set/Get the center of the sphere.
   void SetCenter(vtkFloatingPointType x, 
-                vtkFloatingPointType y, 
-                vtkFloatingPointType z); 
+                 vtkFloatingPointType y, 
+                 vtkFloatingPointType z); 
   void SetCenter(vtkFloatingPointType x[3]); 
   
   vtkFloatingPointType* GetCenter();