]> 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 06:35:23 +0000 (06:35 +0000)
committerapo <apo@opencascade.com>
Mon, 9 Jun 2008 06:35:23 +0000 (06:35 +0000)
src/CONVERTOR/VISU_MedConvertor.cxx
src/CONVERTOR/VISU_MedConvertor.hxx

index 404bb5fd965d6ebf3c6150bfac9ee276efa8207d..a31e0cf34506fab6fd4587b12f97afe2057d441a 100644 (file)
@@ -1257,8 +1257,7 @@ namespace VISU
  //---------------------------------------------------------------
   vtkIdType
   TMEDGaussSubMesh
-  ::GetVTKID(const TGaussPointID& theID,
-            vtkIdType theStartID) const
+  ::GetVTKID( const TGaussPointID& theID ) const
   {
     vtkIdType aResult = -1;
 
@@ -1272,9 +1271,9 @@ namespace VISU
     if ( myIsElemNum ) {
       aCellID = GetElemVTKID( aCellID );
     } else
-      aCellID -= theStartID;
+      aCellID -= myStartID;
 
-    return aCellID * aNbPoints + aLocalPntID + theStartID;
+    return aCellID * aNbPoints + aLocalPntID + myStartID;
   }
 
 
index 20ee98a6e8cee72857dc50886bf15ca8d6eb40f1..e2bce08f62f17ea2e3fb5c26bb44fed32bb4ba60 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