]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
Fix for [SALOME platform] VISU 0019874: EDF 746 VISU: Picking alphanumeric Gauss
authorapo <apo@opencascade.com>
Mon, 9 Jun 2008 10:40:12 +0000 (10:40 +0000)
committerapo <apo@opencascade.com>
Mon, 9 Jun 2008 10:40:12 +0000 (10:40 +0000)
(merged from V4_1_0_maintainance)

src/CONVERTOR/VISU_MedConvertor.cxx
src/CONVERTOR/VISU_MedConvertor.hxx

index eaedc6491d3242afbfc4e9518de6716606a4e9de..704eb7eef1249a7e294a5127349fd5c0d636a63e 100644 (file)
@@ -1273,8 +1273,7 @@ namespace VISU
   //---------------------------------------------------------------
   vtkIdType
   TMEDGaussSubMesh
-  ::GetVTKID(const TGaussPointID& theID,
-            vtkIdType theStartID) const
+  ::GetVTKID( const TGaussPointID& theID ) const
   {
     vtkIdType aResult = -1;
 
@@ -1288,9 +1287,9 @@ namespace VISU
     if ( myIsElemNum ) {
       aCellID = GetElemVTKID( aCellID );
     } else
-      aCellID -= theStartID;
+      aCellID -= myStartID;
 
-    return aCellID * aNbPoints + aLocalPntID + theStartID;
+    return aCellID * aNbPoints + aLocalPntID + myStartID;
   }
 
 
index 4529ecb379caba6dbf8e5b9756edc95473a47df4..ec1f3cee50b30bd0b16252b28324c6569221fe8d 100644 (file)
@@ -245,8 +245,7 @@ namespace VISU
     
     virtual
     vtkIdType
-    GetVTKID(const TGaussPointID& theID,
-            vtkIdType theStartID) const;  
+    GetVTKID( const TGaussPointID& theID ) const;  
 
     //! Gets memory size used by the instance (bytes).
     virtual