Salome HOME
Upgrade to paraview 5.4
[modules/gui.git] / src / VTKViewer / VTKViewer_DataSetMapper.h
index 76ae91f7bc8e1fb1de61b5e06049841d40feb50d..25299ca29cfed103d0f37bf8a0cbeb8604e5e04c 100644 (file)
@@ -1,9 +1,9 @@
-// Copyright (C) 2007-2012  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
 // License as published by the Free Software Foundation; either
-// version 2.1 of the License.
+// version 2.1 of the License, or (at your option) any later version.
 //
 // This library is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -33,7 +33,13 @@ public:
 
   //! Set point marker enabled
   void SetMarkerEnabled( bool );
-
+  
+  //! Set ball element enabled
+  void SetBallEnabled( bool );
+  
+  //! Set ball element scale factor
+  void SetBallScale( double );
+  
   //! Set standard point marker
   void SetMarkerStd( VTK::MarkerType, VTK::MarkerScale );
 
@@ -62,6 +68,8 @@ private:
 
 private:
   bool               MarkerEnabled;
+  bool               BallEnabled;
+  double           BallScale;
   VTK::MarkerType    MarkerType;
   VTK::MarkerScale   MarkerScale;
   int                MarkerId;