Salome HOME
Porting to windows after merge with 3.2.7
authormaintenance team <salome-mnt@opencascade.com>
Tue, 25 Sep 2007 13:39:30 +0000 (13:39 +0000)
committermaintenance team <salome-mnt@opencascade.com>
Tue, 25 Sep 2007 13:39:30 +0000 (13:39 +0000)
src/StdMeshers/StdMeshers_FaceSide.cxx
src/StdMeshers/StdMeshers_FaceSide.hxx

index 3063577c05de8bdc4ca23a044ecdb8ce620b5734..5850cb74ea5523b2b9922e542490b845c7488303 100644 (file)
@@ -32,7 +32,7 @@
 #include "SMDS_MeshNode.hxx"
 #include "SMESHDS_Mesh.hxx"
 #include "SMESHDS_SubMesh.hxx"
-#include "SMESH_Algo.hxx"
+//#include "SMESH_Algo.hxx"
 #include "SMESH_Mesh.hxx"
 #include "SMESH_MeshEditor.hxx"
 #include "SMESH_ComputeError.hxx"
@@ -513,3 +513,4 @@ TSideVector StdMeshers_FaceSide::GetFaceWires(const TopoDS_Face& theFace,
   return wires;
 }
 
+
index 43c92bf2b33b01cfc492e4e111d331eb0fd2c935..e34dfe51235aea00329542e008410156a0fe90cb 100644 (file)
@@ -35,6 +35,9 @@
 #include <Geom2d_Curve.hxx>
 #include <TopExp.hxx>
 
+#include "SMESH_StdMeshers.hxx"
+#include "SMESH_Algo.hxx"
+
 #include <vector>
 #include <list>
 #include <boost/shared_ptr.hpp>
@@ -72,7 +75,7 @@ typedef boost::shared_ptr< SMESH_ComputeError > TError;
  */
 //================================================================================
 
-class StdMeshers_FaceSide
+class STDMESHERS_EXPORT StdMeshers_FaceSide
 {
 public:
   /*!
@@ -98,7 +101,7 @@ public:
   static TSideVector GetFaceWires(const TopoDS_Face& theFace,
                                   SMESH_Mesh &       theMesh,
                                   const bool         theIgnoreMediumNodes,
-                                  TError &           theError);
+                                  TError &           theError);  
 
   /*!
    * \brief Change orientation of side geometry