Salome HOME
Updated copyright comment
[modules/med.git] / src / MEDCalc / cmp / MEDPresentationPointSprite.hxx
index 68ff22777e00c0b44596438a1f2b691b38c06aae..db382610de87e4dde4cd71f6ebf6d5401a369c89 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2016-2020  CEA/DEN, EDF R&D
+// Copyright (C) 2016-2024  CEA, EDF
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -41,9 +41,13 @@ public:
 protected:
   virtual void internalGeneratePipeline();
   void scaleBallRadius();
+  void additionalThresholdActions() override;
+  std::string additionalThresholdVisualizationActions() override;
+  void additionalUnThresholdActions() override;
 
 private:
   MEDCALC::PointSpriteParameters _params;
+  double _gaussianRadius;
 };
 
 #endif