]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
To calculate height of 3D Gauss Points cursor
authorapo <apo@opencascade.com>
Wed, 7 Sep 2005 12:36:30 +0000 (12:36 +0000)
committerapo <apo@opencascade.com>
Wed, 7 Sep 2005 12:36:30 +0000 (12:36 +0000)
src/PIPELINE/VISU_GaussPointsPL.cxx
src/PIPELINE/VISU_GaussPointsPL.hxx

index b46b3e3fe4030d19ae9f69c3704f610e1f457659..6dfb81428331d8d4b8dca376b80a5aa4c83401a1 100644 (file)
@@ -233,3 +233,10 @@ VISU_GaussPointsPL
   return GetPointSize(theID,aScalarArray);
 }
 
+float
+VISU_GaussPointsPL
+::GetMaxPointSize()
+{
+  return myAverageCelllSize*myRelativeMaxSize;
+}
+
index 3d05e0d6901c0716d5b341c99ae4eb4a1c47704c..af7b4384de5ffd0ce9092996dea957ee08eabb7c 100644 (file)
@@ -94,6 +94,9 @@ public:
     return myRelativeMaxSize;
   }
 
+  float
+  GetMaxPointSize();
+
   float
   GetPointSize(vtkIdType theID);