X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FMEDCoupling%2FMEDCouplingSkyLineArray.hxx;h=7c7d04a03a4a482299fdc01f938b5e3283289b4a;hb=ac1df6b0ba8b337555fb39610c89f678d889580d;hp=bf5d74cabd8bf1bc7a5b4a50d588c2d7eb8f0f0b;hpb=3654e1300eb1df6f81e25049fb90153f451cdaf3;p=tools%2Fmedcoupling.git diff --git a/src/MEDCoupling/MEDCouplingSkyLineArray.hxx b/src/MEDCoupling/MEDCouplingSkyLineArray.hxx index bf5d74cab..7c7d04a03 100644 --- a/src/MEDCoupling/MEDCouplingSkyLineArray.hxx +++ b/src/MEDCoupling/MEDCouplingSkyLineArray.hxx @@ -90,11 +90,15 @@ namespace MEDCoupling std::vector& out) const; void deletePack(const int superIdx, const int idx); + void deleteSimplePack(const int idx); void pushBackPack(const int superIdx, const int * packBg, const int * packEnd); void replaceSimplePack(const int idx, const int * packBg, const int * packEnd); void replacePack(const int superIdx, const int idx, const int * packBg, const int * packEnd); + void deleteSimplePacks(const DataArrayInt* idx); + void replaceSimplePacks(const DataArrayInt* idx, const std::vector& packs); + void convertToPolyhedronConn( MCAuto& c, MCAuto& cI) const; private: