X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHDFPersist%2Fhdfi.h;h=5bdc62da6ab178458bbbab9e8c364acb7a747e02;hb=832cc15e0ce6f2db6477850f9f076bfad6d3753b;hp=e1810953d99bf6baf87b964b20852e73525f1911;hpb=102608ce8b69dd1ea798169e30223b67742ec26d;p=modules%2Fkernel.git diff --git a/src/HDFPersist/hdfi.h b/src/HDFPersist/hdfi.h index e1810953d..5bdc62da6 100644 --- a/src/HDFPersist/hdfi.h +++ b/src/HDFPersist/hdfi.h @@ -1,26 +1,23 @@ +// Copyright (C) 2005 OPEN CASCADE, CEA, EDF R&D, LEG +// PRINCIPIA R&D, EADS CCR, Lip6, BV, CEDRAT +// 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 +// version 2.1 of the License. +// +// This library is distributed in the hope that it will be useful +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// +// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com +// /*---------------------------------------------------------------------- SALOME HDFPersist : implementation of HDF persitent ( save/ restore ) - - Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, - CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS - - 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 - version 2.1 of the License. - - This library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Lesser General Public License for more details. - - You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - - See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org - - File : hdfi.h Module : SALOME ----------------------------------------------------------------------*/ @@ -67,7 +64,7 @@ hdf_err HDFdatasetClose(hdf_idt id); extern hdf_idt HDFdatasetCreate(hdf_idt pid,char *name,hdf_type type, - hdf_size *dimd, int ndim); + hdf_size *dimd, int ndim, hdf_byte_order order); extern hdf_err HDFdatasetWrite(hdf_idt id, void *val); @@ -87,6 +84,9 @@ hdf_err HDFdatasetGetDim(hdf_idt id,hdf_size dim[]); extern int HDFdatasetGetSize(hdf_idt id); +extern +hdf_byte_order HDFdatasetGetOrder(hdf_idt id); + /* Attribute interface */ extern hdf_idt HDFattrOpen(hdf_idt pid,char *name);