X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSMESH%2FSMESH_Mesh.hxx;h=461e949da50ce1659a6c03193321a6378121e65b;hb=dacd89c7dfc779f4a8249ff08ca15f7b963408a5;hp=81495db9cf1e4cc090d127fc92ec8b51a51e6895;hpb=88ff35ddd4a4442397bc5f6ba893aaf9c51b1856;p=modules%2Fsmesh.git diff --git a/src/SMESH/SMESH_Mesh.hxx b/src/SMESH/SMESH_Mesh.hxx index 81495db9c..461e949da 100644 --- a/src/SMESH/SMESH_Mesh.hxx +++ b/src/SMESH/SMESH_Mesh.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2021 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2007-2022 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 @@ -282,8 +282,7 @@ class SMESH_EXPORT SMESH_Mesh bool theAutoDimension = false, bool theAddODOnVertices = false, double theZTolerance = -1., - bool theSaveNumbers = true, - bool theAllElemsToGroup = false); + bool theSaveNumbers = true); void ExportDAT(const char * file, const SMESHDS_Mesh* meshPart = 0, @@ -302,9 +301,6 @@ class SMESH_EXPORT SMESH_Mesh void ExportGMF(const char * file, const SMESHDS_Mesh* mesh, bool withRequiredGroups = true ); - void ExportSAUV(const char *file, - const char* theMeshName = NULL, - bool theAutoGroups = true); double GetComputeProgress() const; @@ -395,8 +391,7 @@ private: bool theAutoDimension, bool theAddODOnVertices, double theZTolerance, - bool theSaveNumbers, - bool theAllElemsToGroup); + bool theSaveNumbers); private: void fillAncestorsMap(const TopoDS_Shape& theShape);