Salome HOME
getWarpField(): documentation
[tools/medcoupling.git] / src / MEDPartitioner / MEDPARTITIONER_ScotchGraph.hxx
index 39c6f964f93846601c2b8ca906daddc74beaabb5..6c3a0e172f8c2b1c3877d89d554e9a58ed598bfe 100644 (file)
 #define __MEDPARTITIONER_SCOTCHGRAPH_HXX__
 
 #include "MEDPARTITIONER.hxx"
+#include "MEDPARTITIONER_Graph.hxx"
 
 #include <string>
 
 namespace MEDPARTITIONER
 {
-  class SkyLineArray;
   class MEDPARTITIONER_EXPORT SCOTCHGraph : public Graph
   {
   public:
     SCOTCHGraph();
-    SCOTCHGraph(MEDPARTITIONER::SkyLineArray*, int* edgeweight=0);
+    SCOTCHGraph(MEDCoupling::MEDCouplingSkyLineArray*, int* edgeweight=0);
     virtual ~SCOTCHGraph();
     void partGraph(int ndomain, const std::string& options_string="", ParaDomainSelector* sel=0);
   };