Salome HOME
Copyright update 2022
[plugins/hexoticplugin.git] / src / HexoticPlugin / HexoticPlugin_Hexotic.hxx
index 71af57ba720953a1ace761e7211423b89eb80b57..bb3075c2b13bcfcf2bbeecd4010ff7089e57a2b4 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2019  CEA/DEN, EDF R&D
+// Copyright (C) 2007-2022  CEA/DEN, EDF R&D
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -99,6 +99,7 @@ private:
   int              _hexesMaxLevel;
   double           _hexesMinSize;
   double           _hexesMaxSize;
+  double           _approxAngle;
   bool             _hexoticIgnoreRidges;
   bool             _hexoticInvalidElements;
   bool             _hexoticFilesKept;
@@ -117,6 +118,9 @@ private:
   std::vector<int> _facesWithLayers;
   std::vector<int> _imprintedFaces;
   SMDS_MeshNode**  _tabNode;
+  bool             _keepFiles;
+  bool             _removeLogOnSuccess;
+  bool             _logInStandardOutput;
   
 #ifdef WITH_BLSURFPLUGIN
   const BLSURFPlugin_Hypothesis* _blsurfHypo;