X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FVISU_I%2FVISU_Result_i.hh;h=9edaca125ccf5fd124acfa3dd245e84d16431abe;hb=cafa7b43bd370e22789fd5fb37af62caf1705fe5;hp=4b5a30b1789b1997d3ed1902d47c4ac2e65179f4;hpb=a616d40f9eee86639c188d8a115a9a9c85a31e60;p=modules%2Fvisu.git diff --git a/src/VISU_I/VISU_Result_i.hh b/src/VISU_I/VISU_Result_i.hh index 4b5a30b1..9edaca12 100644 --- a/src/VISU_I/VISU_Result_i.hh +++ b/src/VISU_I/VISU_Result_i.hh @@ -1,7 +1,10 @@ -// File: VISU_Result_i.hh -// Created: Fri Jan 10 12:36:38 2003 -// Author: Alexey PETROV -// +// 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;}