Salome HOME
NRI : Merge from V1_2.
[modules/visu.git] / src / VISU_I / VISU_Result_i.hh
index 4b5a30b1789b1997d3ed1902d47c4ac2e65179f4..9edaca125ccf5fd124acfa3dd245e84d16431abe 100644 (file)
@@ -1,7 +1,10 @@
-// File:       VISU_Result_i.hh
-// Created:    Fri Jan 10 12:36:38 2003
-// Author:     Alexey PETROV
-//             <apo@ivanox.nnov.matra-dtv.fr>
+//  Copyright (C) 2003  CEA/DEN, EDF R&D
+//
+//
+//
+//  File   : VISU_Result_i.hh
+//  Author : Alexey PETROV
+//  Module : VISU
 
 #ifndef __VISU_RESULT_I_H__
 #define __VISU_RESULT_I_H__
@@ -37,13 +40,12 @@ namespace VISU{
     virtual Storable* Build();
   public:
     virtual Storable* Create(const char* theFileName);
+    virtual Storable* Create(SALOMEDS::SObject_ptr theMedSObject);
     virtual Storable* Create(SALOME_MED::FIELD_ptr theField);
-    virtual Storable* Create(SALOME_MED::MESH_ptr theMesh);
-    virtual Storable* Create(SALOME_MED::SUPPORT_ptr theSupport);
     virtual Storable* Restore(SALOMEDS::SObject_ptr theSObject, 
                              const string& thePrefix, const Storable::TRestoringMap& theMap)
       throw(std::logic_error&);
-    virtual void ToStream(ostrstream& theStr);
+    virtual void ToStream(std::ostringstream& theStr);
     virtual const char* GetComment() const;
     static const string myComment;
     InputType* GetInput() { return myInput;}