X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGHS3DPRLPlugin%2FMG_TetraHPC_API.hxx;fp=src%2FGHS3DPRLPlugin%2FMG_TetraHPC_API.hxx;h=d1aed510c4d6f18b208863c8f6b6db547cf6c257;hb=f90fb724f90e06b4a14dfc033acfe2a9aed67e1c;hp=b4f9153c498b2a38ce5f30fe42f9de49414d2074;hpb=3e94fee4656e10965329764c1af731df44e1abb1;p=plugins%2Fghs3dprlplugin.git diff --git a/src/GHS3DPRLPlugin/MG_TetraHPC_API.hxx b/src/GHS3DPRLPlugin/MG_TetraHPC_API.hxx index b4f9153..d1aed51 100644 --- a/src/GHS3DPRLPlugin/MG_TetraHPC_API.hxx +++ b/src/GHS3DPRLPlugin/MG_TetraHPC_API.hxx @@ -52,7 +52,7 @@ public: void GmfSetLin(int iMesh, GmfKwdCod what, int id ); // required void GmfSetLin(int iMesh, GmfKwdCod what, int node1, int node2, int node3, int domain ); // tria - bool Compute( const std::string& cmdLine ); + bool Compute( const std::string& cmdLine, std::string& errStr ); // OUT from MESHGEMS int GmfOpenMesh(const char* theFile, int rdOrWr, int * ver, int * dim); @@ -81,6 +81,13 @@ private: LibData* _libData; std::set _openFiles; std::string _logFile; + + + // count mesh entities for MG license key generation + int _nbNodes; + int _nbEdges; + int _nbFaces; + int _nbVolumes; }; #endif