Salome HOME
Working version for 3d with run_mesher
[modules/smesh.git] / src / SMESH / SMESH_Mesh.hxx
index 4a0ce0e495f7629524e967292a79fa8e0d5d823a..46a6ddc27aa02f94913be4fb9f29a2ff26a01bb2 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,