20 #ifndef __H5DSetMemXferPropList_H 21 #define __H5DSetMemXferPropList_H 23 #ifndef H5_NO_NAMESPACE 43 void setBuffer(
size_t size,
void* tconv,
void* bkg )
const;
46 size_t getBuffer(
void** tconv,
void** bkg )
const;
49 void setBtreeRatios(
double left,
double middle,
double right )
const;
52 void getBtreeRatios(
double& left,
double& middle,
double& right )
const;
55 void setDataTransform(
const char* expression)
const;
56 void setDataTransform(
const H5std_string& expression)
const;
59 ssize_t getDataTransform(
char* exp,
size_t buf_size=0)
const;
60 H5std_string getDataTransform()
const;
63 void setPreserve(
bool status )
const;
66 bool getPreserve()
const;
69 void setTypeConvCB( H5T_conv_except_func_t op,
void *user_data)
const;
72 void getTypeConvCB( H5T_conv_except_func_t *op,
void **user_data)
const;
76 void setVlenMemManager( H5MM_allocate_t alloc,
void* alloc_info,
77 H5MM_free_t free,
void* free_info )
const;
81 void setVlenMemManager()
const;
85 void getVlenMemManager( H5MM_allocate_t& alloc,
void** alloc_info,
86 H5MM_free_t& free,
void** free_info )
const;
89 void setSmallDataBlockSize(hsize_t size);
92 hsize_t getSmallDataBlockSize();
95 void setHyperVectorSize(
size_t vector_size);
99 size_t getHyperVectorSize();
103 void setEDCCheck(H5Z_EDC_t check);
106 H5Z_EDC_t getEDCCheck();
109 virtual H5std_string
fromClass ()
const {
return(
"DSetMemXferPropList"); }
121 #ifndef DOXYGEN_SHOULD_SKIP_THIS 124 static void deleteConstants();
132 #endif // DOXYGEN_SHOULD_SKIP_THIS 134 #ifndef H5_NO_NAMESPACE 137 #endif // __H5DSetMemXferPropList_H Definition: H5AbstractDs.cpp:31
virtual H5std_string fromClass() const
Returns this class name.
Definition: H5DxferProp.h:109
Class DSetMemXferPropList represents the dataset memory and transfer property list.
Definition: H5DxferProp.h:31
static const DSetMemXferPropList & DEFAULT
Default dataset memory and transfer property list.
Definition: H5DxferProp.h:34
Class PropList provides operations for generic property lists.
Definition: H5PropList.h:25