Salome HOME
Merge branch 'V7_dev'
[modules/gui.git] / src / VTKViewer / VTKViewer_PolyDataMapper.h
index 44b5e6bc6ff68b1ca0b4e3aa38b504f8255f69e6..f945ed59e69581235375a20dc878af2acde71bdb 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2014  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2007-2016  CEA/DEN, EDF R&D, OPEN CASCADE
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -76,9 +76,9 @@ public:
   bool GetBallEnabled( );
 
   //! Set ball scale factor
-  void SetBallScale( int );
+  void SetBallScale( double );
 
-  int GetBallScale( );
+  double GetBallScale( );
 
   //! Set standard point marker
   void SetMarkerStd( VTK::MarkerType, VTK::MarkerScale );
@@ -131,7 +131,7 @@ private:
 
   bool              MarkerEnabled;
   bool              BallEnabled; 
-  int               BallScale;
+  double            BallScale;
   VTK::MarkerType   MarkerType;
   VTK::MarkerScale  MarkerScale;
   int               MarkerId;