Salome HOME
Export UNV groups
[modules/smesh.git] / src / DriverUNV / UNV2417_Structure.hxx
index b502c7b786a8abcddee391de028dca914b525bf1..d5dc3124956928722f035a1aeaf206875a259c07 100644 (file)
@@ -41,6 +41,8 @@ namespace UNV2417{
 
   void Read(std::ifstream& in_stream, TDataSet& theDataSet);
   void ReadGroup(const std::string& myGroupLabel, std::ifstream& in_stream, TDataSet& theDataSet);
+
+  void Write(std::ofstream& out_stream, const TDataSet& theDataSet);
 };