Salome HOME
*** empty log message ***
authorvsv <vsv@opencascade.com>
Wed, 5 Apr 2006 07:38:27 +0000 (07:38 +0000)
committervsv <vsv@opencascade.com>
Wed, 5 Apr 2006 07:38:27 +0000 (07:38 +0000)
src/DriverUNV/DriverUNV_W_SMDS_Mesh.cxx
src/DriverUNV/DriverUNV_W_SMDS_Mesh.h
src/DriverUNV/UNV_Test.cxx
src/SMESH/SMESH_Mesh.cxx

index 4e75a762fc8e559a51244dcd10c4e605cbeb318a..9e4fed760b4b18303920bb34adfe00d0f81b7e01 100644 (file)
@@ -23,7 +23,7 @@
 
 #include "SMDS_Mesh.hxx"
 #include "SMESHDS_GroupBase.hxx"
-#include "SMESH_Group.hxx"
+//#include "SMESH_Group.hxx"
 #include "SMDS_QuadraticEdge.hxx"
 #include "SMDS_QuadraticFaceOfNodes.hxx"
 
@@ -224,7 +224,7 @@ Driver_Mesh::Status DriverUNV_W_SMDS_Mesh::Perform()
       }
       UNV2412::Write(out_stream,aDataSet2412);
     }
-    {
+    /*    {
       using namespace UNV2417;
       TDataSet aDataSet2417;
       for ( TGroupsMap::iterator it = myGroupsMap.begin(); it != myGroupsMap.end(); it++ ) {
@@ -256,7 +256,7 @@ Driver_Mesh::Status DriverUNV_W_SMDS_Mesh::Perform()
        }
       }
       UNV2417::Write(out_stream,aDataSet2417);
-    }
+      }*/
   }
   catch(const std::exception& exc){
     INFOS("Follow exception was cought:\n\t"<<exc.what());
index aed5c1ba38c30c7558488a2c9d15bc9f86a77246..93fa10790d9f27db6476846473facdc5554e8a11 100644 (file)
 #define _INCLUDE_DRIVERUNV_W_SMDS_MESH
 
 #include "Driver_SMDS_Mesh.h"
-#include "SMESH_Group.hxx"
+//#include "SMESH_Group.hxx"
 #include <map>
 
 
-typedef std::map<int, SMESH_Group*> TGroupsMap;
+//typedef std::map<int, SMESH_Group*> TGroupsMap;
 
 class DriverUNV_W_SMDS_Mesh: public Driver_SMDS_Mesh
 {
  public:
   virtual Status Perform();
 
-  void SetGroups(const TGroupsMap& theGroupsMap) { myGroupsMap = theGroupsMap; }
+  //  void SetGroups(const TGroupsMap& theGroupsMap) { myGroupsMap = theGroupsMap; }
 
  private:
-  TGroupsMap myGroupsMap;
+  //  TGroupsMap myGroupsMap;
 };
 
 
index 1eb39c4520840747f81260cc4ec7faf8698d4c40..0156b5051a489fc060f57698057ffb777eb4c041 100644 (file)
@@ -23,7 +23,6 @@
 
 #include "DriverUNV_R_SMDS_Mesh.h"
 #include "DriverUNV_W_SMDS_Mesh.h"
-#include "SMESH_Group.hxx"
 
 using namespace std;
 
index 543decd5d6ad09e263c93ea6892e4e8a2838f830..d870ae59f91f1874888803303d87b0bcc9ccb944 100644 (file)
@@ -948,7 +948,7 @@ void SMESH_Mesh::ExportUNV(const char *file) throw(SALOME_Exception)
   myWriter.SetFile(string(file));
   myWriter.SetMesh(_myMeshDS);
   myWriter.SetMeshId(_idDoc);
-  myWriter.SetGroups(_mapGroup);
+  //  myWriter.SetGroups(_mapGroup);
   myWriter.Perform();
 }