X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FMEDPartitioner%2FMEDPARTITIONER_Topology.hxx;h=018388c62e8fded252b8123b46968ab7ccb761f4;hb=0b187729ac99d3e9e9bb9d2be8cb8600a783be6c;hp=fa7b21ea3376eb1a20c85da229d71976c3aca358;hpb=d9b5f5c4264fc1a63b23d8c520f0d1b3d900881c;p=tools%2Fmedcoupling.git diff --git a/src/MEDPartitioner/MEDPARTITIONER_Topology.hxx b/src/MEDPartitioner/MEDPARTITIONER_Topology.hxx index fa7b21ea3..018388c62 100644 --- a/src/MEDPartitioner/MEDPARTITIONER_Topology.hxx +++ b/src/MEDPartitioner/MEDPARTITIONER_Topology.hxx @@ -1,9 +1,9 @@ -// Copyright (C) 2007-2013 CEA/DEN, EDF R&D +// Copyright (C) 2007-2015 CEA/DEN, EDF R&D // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public // License as published by the Free Software Foundation; either -// version 2.1 of the License. +// version 2.1 of the License, or (at your option) any later version. // // This library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -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; }; }