17 #ifndef __H5FileCreatPropList_H 18 #define __H5FileCreatPropList_H 20 #ifndef H5_NO_NAMESPACE 33 #ifndef H5_NO_DEPRECATED_SYMBOLS 35 void getVersion(
unsigned& super,
unsigned& freelist,
unsigned& stab,
unsigned& shhdr )
const;
39 void setUserblock( hsize_t size )
const;
42 hsize_t getUserblock()
const;
46 void getSizes(
size_t& sizeof_addr,
size_t& sizeof_size )
const;
49 void setSizes(
size_t sizeof_addr = 4,
size_t sizeof_size = 4 )
const;
53 void getSymk(
unsigned& int_nodes_k,
unsigned& leaf_nodes_k )
const;
56 void setSymk(
unsigned int_nodes_k,
unsigned leaf_nodes_k )
const;
59 unsigned getIstorek()
const;
63 void setIstorek(
unsigned ik )
const;
66 virtual H5std_string
fromClass ()
const {
return(
"FileCreatPropList"); }
78 #ifndef DOXYGEN_SHOULD_SKIP_THIS 81 static void deleteConstants();
89 #endif // DOXYGEN_SHOULD_SKIP_THIS 92 #ifndef H5_NO_NAMESPACE 95 #endif // __H5FileCreatPropList_H Definition: H5AbstractDs.cpp:31
static const FileCreatPropList & DEFAULT
Default file creation property list.
Definition: H5FcreatProp.h:28
virtual H5std_string fromClass() const
Returns this class name.
Definition: H5FcreatProp.h:66
Class FileCreatPropList represents the HDF5 file create property list.
Definition: H5FcreatProp.h:25
Class PropList provides operations for generic property lists.
Definition: H5PropList.h:25