Salome HOME
Improve performance on // read of a MED file using block filter for nodes instead...
[modules/med.git] / src / MEDCoupling_Swig / MEDCouplingCommon.i
index 01bc5e64c46ef1852b9f157e81d4f1a1f2044a28..e4ddc68ec6ef4786363da79e7b60ca376c49325b 100644 (file)
@@ -1052,6 +1052,7 @@ namespace ParaMEDMEM
       virtual bool isEmptyMesh(const std::vector<int>& tinyInfo) const throw(INTERP_KERNEL::Exception);
       virtual MEDCouplingPointSet *deepCpyConnectivityOnly() const throw(INTERP_KERNEL::Exception);
       virtual DataArrayDouble *getBoundingBoxForBBTree(double arcDetEps=1e-12) const throw(INTERP_KERNEL::Exception);
+      virtual void renumberNodesWithOffsetInConn(int offset) throw(INTERP_KERNEL::Exception);
       %extend 
          {
            std::string __str__() const throw(INTERP_KERNEL::Exception)