X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FMEDPartitioner%2FMEDPARTITIONER_Topology.hxx;h=018388c62e8fded252b8123b46968ab7ccb761f4;hb=0b187729ac99d3e9e9bb9d2be8cb8600a783be6c;hp=9ea47e8891886302aa28ad7ab156c9e8a3bf1d48;hpb=56fddf07c0b7170f79791d38e2b909a8a5b0b872;p=tools%2Fmedcoupling.git diff --git a/src/MEDPartitioner/MEDPARTITIONER_Topology.hxx b/src/MEDPartitioner/MEDPARTITIONER_Topology.hxx index 9ea47e889..018388c62 100644 --- a/src/MEDPartitioner/MEDPARTITIONER_Topology.hxx +++ b/src/MEDPartitioner/MEDPARTITIONER_Topology.hxx @@ -34,7 +34,6 @@ namespace MEDPARTITIONER { class Graph; class ConnectZone; - class SkyLineArray; class MeshCollection; class MEDPARTITIONER_FaceModel; @@ -105,6 +104,8 @@ namespace MEDPARTITIONER virtual int convertGlobalFace(int iglobal, int idomain) = 0; /*! converting a global node number to a local representation */ virtual int convertGlobalNode(int iglobal, int idomain) = 0; + /*! getting a reference to connect zones vector */ + virtual std::vector& getCZ() = 0; }; }