Class DSetCreatPropList inherits from ObjCreatPropList and provides wrappers for the HDF5 dataset creation property functions.
|
| bool | allFiltersAvail () const |
| |
| | DSetCreatPropList () |
| |
| | DSetCreatPropList (const DSetCreatPropList &orig) |
| |
| | DSetCreatPropList (const hid_t plist_id) |
| |
| virtual H5std_string | fromClass () const override |
| | Returns this class name.
|
| |
| H5D_alloc_time_t | getAllocTime () const |
| |
| int | getChunk (int max_ndims, hsize_t *dim) const |
| |
| void | getExternal (unsigned idx, size_t name_size, char *name, HDoff_t &offset, hsize_t &size) const |
| |
| int | getExternalCount () const |
| |
| H5D_fill_time_t | getFillTime () const |
| |
| void | getFillValue (const DataType &fvalue_type, void *value) const |
| |
| H5Z_filter_t | getFilter (int filter_number, unsigned int &flags, size_t &cd_nelmts, unsigned int *cd_values, size_t namelen, char name[], unsigned int &filter_config) const |
| |
| void | getFilterById (H5Z_filter_t filter_id, unsigned int &flags, size_t &cd_nelmts, unsigned int *cd_values, size_t namelen, char name[], unsigned int &filter_config) const |
| |
| H5D_layout_t | getLayout () const |
| |
| int | getNfilters () const |
| |
| H5D_fill_value_t | isFillValueDefined () const |
| |
| void | modifyFilter (H5Z_filter_t filter_id, unsigned int flags, size_t cd_nelmts, const unsigned int cd_values[]) const |
| |
| void | removeFilter (H5Z_filter_t filter_id) const |
| |
| void | setAllocTime (H5D_alloc_time_t alloc_time) const |
| |
| void | setChunk (int ndims, const hsize_t *dim) const |
| |
| void | setDeflate (int level) const |
| |
| void | setExternal (const char *name, HDoff_t offset, hsize_t size) const |
| |
| void | setFillTime (H5D_fill_time_t fill_time) const |
| |
| void | setFillValue (const DataType &fvalue_type, const void *value) const |
| |
| void | setFilter (H5Z_filter_t filter, unsigned int flags=0, size_t cd_nelmts=0, const unsigned int cd_values[]=NULL) const |
| |
| void | setFletcher32 () const |
| |
| void | setLayout (H5D_layout_t layout) const |
| |
| void | setNbit () const |
| |
| void | setShuffle () const |
| |
| void | setSzip (unsigned int options_mask, unsigned int pixels_per_block) const |
| |
| void | setVirtual (const DataSpace &vspace, const char *src_fname, const char *src_dsname, const DataSpace &sspace) const |
| |
| void | setVirtual (const DataSpace &vspace, const H5std_string src_fname, const H5std_string src_dsname, const DataSpace &sspace) const |
| |
| virtual | ~DSetCreatPropList () override=default |
| |
| unsigned | getAttrCrtOrder () const |
| |
| void | getAttrPhaseChange (unsigned &max_compact, unsigned &min_dense) const |
| |
| | ObjCreatPropList () |
| |
| | ObjCreatPropList (const hid_t plist_id) |
| |
| | ObjCreatPropList (const ObjCreatPropList &original) |
| |
| void | setAttrCrtOrder (unsigned crt_order_flags) const |
| |
| void | setAttrPhaseChange (unsigned max_compact=8, unsigned min_dense=6) const |
| |
| virtual | ~ObjCreatPropList () override=default |
| |
| virtual void | close () override |
| |
| void | closeClass () const |
| |
| void | copy (const PropList &like_plist) |
| |
| void | copyProp (PropList &dest, const char *name) const |
| |
| void | copyProp (PropList &dest, const H5std_string &name) const |
| |
| void | copyProp (PropList &dest, PropList &src, const char *name) const |
| |
| void | copyProp (PropList &dest, PropList &src, const H5std_string &name) const |
| |
| hid_t | getClass () const |
| |
| H5std_string | getClassName () const |
| |
| PropList | getClassParent () const |
| |
| virtual hid_t | getId () const override |
| |
| size_t | getNumProps () const |
| |
| H5std_string | getProperty (const char *name) const |
| |
| void | getProperty (const char *name, void *value) const |
| |
| H5std_string | getProperty (const H5std_string &name) const |
| |
| void | getProperty (const H5std_string &name, void *value) const |
| |
| size_t | getPropSize (const char *name) const |
| |
| size_t | getPropSize (const H5std_string &name) const |
| |
| bool | isAClass (const PropList &prop_class) const |
| |
| PropList & | operator= (const PropList &rhs) |
| |
| bool | operator== (const PropList &rhs) const |
| |
| bool | propExist (const char *name) const |
| | Query the existence of a property in a property object.
|
| |
| bool | propExist (const H5std_string &name) const |
| |
| | PropList () |
| |
| | PropList (const hid_t plist_id) |
| |
| | PropList (const PropList &original) |
| |
| void | removeProp (const char *name) const |
| |
| void | removeProp (const H5std_string &name) const |
| |
| void | setProperty (const char *name, const char *charptr) const |
| |
| void | setProperty (const char *name, const H5std_string &strg) const |
| |
| void | setProperty (const char *name, const void *value) const |
| |
| void | setProperty (const char *name, H5std_string &strg) const |
| |
| void | setProperty (const char *name, void *value) const |
| |
| void | setProperty (const H5std_string &name, const H5std_string &strg) const |
| |
| void | setProperty (const H5std_string &name, const void *value) const |
| |
| void | setProperty (const H5std_string &name, H5std_string &strg) const |
| |
| void | setProperty (const H5std_string &name, void *value) const |
| |
| virtual | ~PropList () override |
| |
| void | decRefCount () const |
| |
| void | decRefCount (const hid_t obj_id) const |
| |
| int | getCounter () const |
| |
| int | getCounter (const hid_t obj_id) const |
| |
| H5I_type_t | getHDFObjType () const |
| |
| void | incRefCount () const |
| |
| void | incRefCount (const hid_t obj_id) const |
| |
| H5std_string | inMemFunc (const char *func_name) const |
| |
| IdComponent & | operator= (const IdComponent &rhs) |
| |
| void | setId (const hid_t new_id) |
| |
| virtual | ~IdComponent ()=default |
| |