X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FMEDPartitioner%2FMEDPARTITIONER_Graph.hxx;fp=src%2FMEDPartitioner%2FMEDPARTITIONER_Graph.hxx;h=12227bdb013491b423e64f38f3bcb8e05a69a56b;hb=ec2cb33155cef66242cfd257d2bfd2e50ee99170;hp=33ea6760104f0712299e31779817159758dd1943;hpb=0c046d73ad6a14b3df9fda7376327fdade38e2df;p=tools%2Fmedcoupling.git diff --git a/src/MEDPartitioner/MEDPARTITIONER_Graph.hxx b/src/MEDPartitioner/MEDPARTITIONER_Graph.hxx index 33ea67601..12227bdb0 100644 --- a/src/MEDPartitioner/MEDPARTITIONER_Graph.hxx +++ b/src/MEDPartitioner/MEDPARTITIONER_Graph.hxx @@ -21,7 +21,6 @@ #define __MEDPARTITIONER_GRAPH_HXX__ #include "MEDPARTITIONER.hxx" -#include "MEDCouplingSkyLineArray.hxx" #include @@ -50,10 +49,10 @@ namespace MEDPARTITIONER virtual void partGraph(int ndomain, const std::string& options_string="", ParaDomainSelector *sel=0) = 0; //returns the partitioning - const int *getPart() const { return _partition->getValue(); } + const int *getPart() const; //returns the number of graph vertices (which can correspond to the cells in the mesh!) - int nbVertices() const { return _graph->getNumberOf(); } + int nbVertices() const; // returns nb of domains in _partition int nbDomains() const;