]> SALOME platform Git repositories - plugins/hexoticplugin.git/blobdiff - src/HexoticPlugin/HexoticPlugin_Hexotic.hxx
Salome HOME
Copyright update 2022
[plugins/hexoticplugin.git] / src / HexoticPlugin / HexoticPlugin_Hexotic.hxx
index 065d8aef3512bbcf65d0451072964c7d2c679431..bb3075c2b13bcfcf2bbeecd4010ff7089e57a2b4 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2016  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;