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=2a8498b9ad4ffe673ee23ae30cca88eb726f5489;hpb=dd243976e72b27995de19643a438035581c25947;p=modules%2Fgui.git diff --git a/src/VTKViewer/VTKViewer_DataSetMapper.h b/src/VTKViewer/VTKViewer_DataSetMapper.h index 2a8498b9a..25299ca29 100644 --- a/src/VTKViewer/VTKViewer_DataSetMapper.h +++ b/src/VTKViewer/VTKViewer_DataSetMapper.h @@ -1,9 +1,9 @@ -// Copyright (C) 2007-2013 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,8 +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 ); @@ -64,6 +69,7 @@ private: private: bool MarkerEnabled; bool BallEnabled; + double BallScale; VTK::MarkerType MarkerType; VTK::MarkerScale MarkerScale; int MarkerId;