Salome HOME
0021711: [CEA 579] Simplify Properties dialog accordingly to dimension of mesh
[modules/visu.git] / src / PIPELINE / VISU_GaussPointsPL.hxx
index 2ecb13f0a17a5360904d6897ba1a5c8afe730ae4..b29100d9416cdd7dbbaa6bba4cb8b3832cb829a2 100644 (file)
@@ -1,24 +1,25 @@
-//  Copyright (C) 2007-2008  CEA/DEN, EDF R&D, OPEN CASCADE
+// 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
+// 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
-//  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.
+// 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.
 //
-//  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.
+// 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.
 //
-//  You should have received a copy of the GNU Lesser General Public
-//  License along with this library; if not, write to the Free Software
-//  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
+// You should have received a copy of the GNU Lesser General Public
+// 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/ or email : webmaster.salome@opencascade.com
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
+
 //  VISU OBJECT : interactive object for VISU entities implementation
 // File:    VISU_GaussPointsPL.hxx
 // Author:  
@@ -58,7 +59,7 @@ class VISU_GaussMergeFilter;
  * for rendering the Gauss Points as Point Sprites.
  */
 class VISU_PIPELINE_EXPORT VISU_GaussPointsPL : public VISU_MergedPL,
-                                               public VISU_ColoredPL
+                                                public VISU_ColoredPL
 {
 public:
   //----------------------------------------------------------------------------
@@ -211,6 +212,14 @@ public:
   vtkFloatingPointType
   GetAlphaThreshold();
 
+  //! Redirect the request to VISU_OpenGLPointSpriteMapper::SetPointSpriteOpacity.
+  void
+  SetOpacity(vtkFloatingPointType theOpacity);
+
+  //! Redirect the request to VISU_OpenGLPointSpriteMapper.vtkGetMacro(PointSpriteOpacity, vtkFloatingPointType).
+  vtkFloatingPointType
+  GetOpacity();
+
   //! Set resolution of the Geometrical Sphere.
   void
   SetResolution(int theResolution);
@@ -255,7 +264,7 @@ public:
   static
   vtkSmartPointer<vtkImageData>
   MakeTexture( const char* theMainTexture,
-              const char* theAlphaTexture );
+               const char* theAlphaTexture );
 
 public:
   //----------------------------------------------------------------------------
@@ -287,11 +296,11 @@ public:
 
   virtual
   int
-  AddGeometry(vtkDataSet* theGeometry);
+  AddGeometry(vtkDataSet* theGeometry, const VISU::TName& theGeomName);
 
   virtual
   vtkDataSet*
-  GetGeometry(int theGeomNumber);
+  GetGeometry(int theGeomNumber, VISU::TName& theGeomName);
 
   virtual
   int
@@ -305,6 +314,10 @@ public:
   void
   ClearGeometry();
 
+  virtual
+  void
+  GetSourceRange(vtkFloatingPointType theRange[2]);
+
   virtual 
   vtkPointSet* 
   GetMergedInput();
@@ -331,7 +344,7 @@ protected:
   virtual
   void
   DoShallowCopy(VISU_PipeLine *thePipeLine,
-               bool theIsCopyInput);
+                bool theIsCopyInput);
 
 private:
   //----------------------------------------------------------------------------