]> SALOME platform Git repositories - modules/gui.git/commit
Salome HOME
Add copy of HDFPersist from KERNEL to be used by LightApp persistance
authorjfa <jfa@opencascade.com>
Fri, 9 Dec 2005 11:18:53 +0000 (11:18 +0000)
committerjfa <jfa@opencascade.com>
Fri, 9 Dec 2005 11:18:53 +0000 (11:18 +0000)
commit243cba056605763e28659e4533cf110516db5677
treee6acf829a401c5af8aeee8ee1fe721683bd97e71
parent232b55569765049c7d1cceb5096a45f8584c9369
Add copy of HDFPersist from KERNEL to be used by LightApp persistance
54 files changed:
src/HDFPersistCopy/HDFOI.hxx [new file with mode: 0644]
src/HDFPersistCopy/HDFascii.cc [new file with mode: 0644]
src/HDFPersistCopy/HDFascii.hxx [new file with mode: 0644]
src/HDFPersistCopy/HDFattrClose.c [new file with mode: 0644]
src/HDFPersistCopy/HDFattrCreate.c [new file with mode: 0644]
src/HDFPersistCopy/HDFattrGetSize.c [new file with mode: 0644]
src/HDFPersistCopy/HDFattrGetType.c [new file with mode: 0644]
src/HDFPersistCopy/HDFattrOpen.c [new file with mode: 0644]
src/HDFPersistCopy/HDFattrRead.c [new file with mode: 0644]
src/HDFPersistCopy/HDFattrWrite.c [new file with mode: 0644]
src/HDFPersistCopy/HDFattribute.cc [new file with mode: 0644]
src/HDFPersistCopy/HDFattribute.hxx [new file with mode: 0644]
src/HDFPersistCopy/HDFcontainerObject.cc [new file with mode: 0644]
src/HDFPersistCopy/HDFcontainerObject.hxx [new file with mode: 0644]
src/HDFPersistCopy/HDFconvert.cc [new file with mode: 0644]
src/HDFPersistCopy/HDFconvert.hxx [new file with mode: 0644]
src/HDFPersistCopy/HDFdataset.cc [new file with mode: 0644]
src/HDFPersistCopy/HDFdataset.hxx [new file with mode: 0644]
src/HDFPersistCopy/HDFdatasetClose.c [new file with mode: 0644]
src/HDFPersistCopy/HDFdatasetCreate.c [new file with mode: 0644]
src/HDFPersistCopy/HDFdatasetGetDim.c [new file with mode: 0644]
src/HDFPersistCopy/HDFdatasetGetOrder.c [new file with mode: 0644]
src/HDFPersistCopy/HDFdatasetGetSize.c [new file with mode: 0644]
src/HDFPersistCopy/HDFdatasetGetType.c [new file with mode: 0644]
src/HDFPersistCopy/HDFdatasetGetnDim.c [new file with mode: 0644]
src/HDFPersistCopy/HDFdatasetOpen.c [new file with mode: 0644]
src/HDFPersistCopy/HDFdatasetRead.c [new file with mode: 0644]
src/HDFPersistCopy/HDFdatasetWrite.c [new file with mode: 0644]
src/HDFPersistCopy/HDFerrorModeLock.c [new file with mode: 0644]
src/HDFPersistCopy/HDFexception.hxx [new file with mode: 0644]
src/HDFPersistCopy/HDFexplorer.cc [new file with mode: 0644]
src/HDFPersistCopy/HDFexplorer.hxx [new file with mode: 0644]
src/HDFPersistCopy/HDFfile.cc [new file with mode: 0644]
src/HDFPersistCopy/HDFfile.hxx [new file with mode: 0644]
src/HDFPersistCopy/HDFfileClose.c [new file with mode: 0644]
src/HDFPersistCopy/HDFfileCreate.c [new file with mode: 0644]
src/HDFPersistCopy/HDFfileMount.c [new file with mode: 0644]
src/HDFPersistCopy/HDFfileOpen.c [new file with mode: 0644]
src/HDFPersistCopy/HDFfileUmount.c [new file with mode: 0644]
src/HDFPersistCopy/HDFgroup.cc [new file with mode: 0644]
src/HDFPersistCopy/HDFgroup.hxx [new file with mode: 0644]
src/HDFPersistCopy/HDFgroupClose.c [new file with mode: 0644]
src/HDFPersistCopy/HDFgroupCreate.c [new file with mode: 0644]
src/HDFPersistCopy/HDFgroupOpen.c [new file with mode: 0644]
src/HDFPersistCopy/HDFinternalObject.cc [new file with mode: 0644]
src/HDFPersistCopy/HDFinternalObject.hxx [new file with mode: 0644]
src/HDFPersistCopy/HDFnObjects.c [new file with mode: 0644]
src/HDFPersistCopy/HDFobject.cc [new file with mode: 0644]
src/HDFPersistCopy/HDFobject.hxx [new file with mode: 0644]
src/HDFPersistCopy/HDFobjectIdentify.c [new file with mode: 0644]
src/HDFPersistCopy/HDFobjectType.c [new file with mode: 0644]
src/HDFPersistCopy/HDFtypes.h [new file with mode: 0644]
src/HDFPersistCopy/Makefile.in [new file with mode: 0644]
src/HDFPersistCopy/hdfi.h [new file with mode: 0644]