Salome HOME
Merge branch 'occ/new_mg_licnese'
[plugins/hybridplugin.git] / src / HYBRIDPlugin / MG_HYBRID_API.hxx
index bbc3e813584acc3bba04c903ee0cfc723b19d56a..66aacec730774db61a6baef38126da249c32baa9 100644 (file)
@@ -84,6 +84,12 @@ private:
   LibData*      _libData;
   std::set<int> _openFiles;
   std::string   _logFile;
+
+  // count mesh entities for MG license key generation
+  int           _nbNodes;
+  int           _nbEdges;
+  int           _nbFaces;
+  int           _nbVolumes;
 };
 
 #endif