X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROData%2FHYDROData_SinusX.h;h=03899572d0bb9013bb3c9aa58608f11191918020;hb=a4ddb8bafa510cc57431846ed83623fdb860c580;hp=08c77b20ea1c194877aceb050f80c6db1dcce928;hpb=91509fc95d80a88365f84eb941df6139d8a87dde;p=modules%2Fhydro.git diff --git a/src/HYDROData/HYDROData_SinusX.h b/src/HYDROData/HYDROData_SinusX.h index 08c77b20..03899572 100644 --- a/src/HYDROData/HYDROData_SinusX.h +++ b/src/HYDROData/HYDROData_SinusX.h @@ -1,8 +1,4 @@ -// Copyright (C) 2007-2015 CEA/DEN, EDF R&D, OPEN CASCADE -// -// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, -// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS -// +// Copyright (C) 2014-2015 EDF-R&D // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public // License as published by the Free Software Foundation; either @@ -31,8 +27,8 @@ class QFile; class gp_XYZ; -class Handle_HYDROData_Entity; -class Handle_HYDROData_Document; +class HYDROData_Entity; +class HYDROData_Document; struct HYDROGUI_CurveBlock { @@ -55,15 +51,15 @@ class HYDRODATA_EXPORT HYDROData_SinusX public: HYDROData_SinusX( ); virtual ~HYDROData_SinusX(); - bool Import (const QString& theFilePath, Handle(HYDROData_Document) theDocument, NCollection_Sequence& theEntities); - bool Export(const QString& theFilePath, const NCollection_Sequence& theEntities); + bool Import (const QString& theFilePath, Handle(HYDROData_Document) theDocument, NCollection_Sequence& theEntities); + bool Export(const QString& theFilePath, const NCollection_Sequence& theEntities); private: - void SXToHydro(Handle(HYDROData_Document) theDocument, NCollection_Sequence& theEntities); + void SXToHydro(Handle(HYDROData_Document) theDocument, NCollection_Sequence& theEntities); bool Parse( QFile& theFile ); - void CollectExistingNames(Handle_HYDROData_Document theDocument); + void CollectExistingNames(Handle(HYDROData_Document) theDocument); QString GetName(const QString& theName); - void HydroToSX( QFile& theFile, const NCollection_Sequence& theEntities); + void HydroToSX( QFile& theFile, const NCollection_Sequence& theEntities); private: