Salome HOME
bos #24596 [CEA] New MeshGems license
[plugins/hexoticplugin.git] / src / HexoticPlugin / MG_Hexotic_API.hxx
index 1fd840173e4465837db13279b55a689541d6ccc7..bb91d351311840217e221f6b4a4ab85670ffb66f 100644 (file)
@@ -81,6 +81,13 @@ private:
   LibData*      _libData;
   std::set<int> _openFiles;
   std::string   _logFile;
+
+  // count mesh entities for MG license key generation
+  bool          _isMesh;
+  int           _nbNodes;
+  int           _nbEdges;
+  int           _nbFaces;
+  int           _nbVolumes;
 };
 
 #endif