X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FVTKViewer%2FVTKViewer_DataSetMapper.h;h=25299ca29cfed103d0f37bf8a0cbeb8604e5e04c;hb=refs%2Fheads%2Fngr%2Fpython3_dev_pv5.4;hp=76ae91f7bc8e1fb1de61b5e06049841d40feb50d;hpb=7913d238ead6773bc2bfcbfe692738346626e4b7;p=modules%2Fgui.git diff --git a/src/VTKViewer/VTKViewer_DataSetMapper.h b/src/VTKViewer/VTKViewer_DataSetMapper.h index 76ae91f7b..25299ca29 100644 --- a/src/VTKViewer/VTKViewer_DataSetMapper.h +++ b/src/VTKViewer/VTKViewer_DataSetMapper.h @@ -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;