Salome HOME
Working version for 3d with run_mesher
[modules/smesh.git] / src / SMESH / SMESH_Mesh.hxx
index 4eff8bd6a9622891361acc923f199258c49e7e45..653f94bb4a08db3c81fc4dfa4b53aa1833274d81 100644 (file)
@@ -49,6 +49,7 @@
 #include <list>
 #include <vector>
 #include <ostream>
+#include <boost/filesystem.hpp>
 
 #ifdef WIN32
 #pragma warning(disable:4251) // Warning DLL Interface ...
@@ -387,6 +388,9 @@ class SMESH_EXPORT SMESH_Mesh
   void Lock() {_my_lock.lock();};
   void Unlock() {_my_lock.unlock();};
 
+  // Temporary folder used during parallel Computation
+  boost::filesystem::path tmp_folder;
+
 private:
 
   void exportMEDCommmon(DriverMED_W_SMESHDS_Mesh& myWriter,