X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FNETGENPlugin%2FNETGENPlugin_Hypothesis.hxx;h=7d6da32fcd776601914ef29e7a3321ea6d136c23;hb=e1a0d0a23f4ae76cef3888df02e448877ebb8d19;hp=d61f051593974195e165a4db281dc5ec2b13d627;hpb=bc0818fc4c602b9fc07da44394126e47d3611163;p=plugins%2Fnetgenplugin.git diff --git a/src/NETGENPlugin/NETGENPlugin_Hypothesis.hxx b/src/NETGENPlugin/NETGENPlugin_Hypothesis.hxx old mode 100755 new mode 100644 index d61f051..7d6da32 --- a/src/NETGENPlugin/NETGENPlugin_Hypothesis.hxx +++ b/src/NETGENPlugin/NETGENPlugin_Hypothesis.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2014 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2007-2016 CEA/DEN, EDF R&D, OPEN CASCADE // // Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS @@ -90,6 +90,9 @@ public: const TLocalSize& GetLocalSizesAndEntries() const { return _localSize; } void UnsetLocalSizeOnEntry(const std::string& entry); + void SetMeshSizeFile(const std::string& fileName); + const std::string& GetMeshSizeFile() const { return _meshSizeFile; } + void SetQuadAllowed(bool theVal); bool GetQuadAllowed() const { return _quadAllowed; } @@ -141,6 +144,7 @@ private: bool _secondOrder; bool _optimize; TLocalSize _localSize; + std::string _meshSizeFile; bool _quadAllowed; bool _surfaceCurvature; bool _fuseEdges;