20 #ifndef __H5DSetMemXferPropList_H
21 #define __H5DSetMemXferPropList_H
23 #ifndef H5_NO_NAMESPACE
42 void setBuffer(
size_t size,
void* tconv,
void* bkg )
const;
45 size_t getBuffer(
void** tconv,
void** bkg )
const;
48 void setBtreeRatios(
double left,
double middle,
double right )
const;
51 void getBtreeRatios(
double& left,
double& middle,
double& right )
const;
54 void setDataTransform(
const char* expression)
const;
55 void setDataTransform(
const H5std_string& expression)
const;
58 ssize_t getDataTransform(
char* exp,
size_t buf_size=0)
const;
59 H5std_string getDataTransform()
const;
62 void setPreserve(
bool status )
const;
65 bool getPreserve()
const;
68 void setTypeConvCB( H5T_conv_except_func_t op,
void *user_data)
const;
71 void getTypeConvCB( H5T_conv_except_func_t *op,
void **user_data)
const;
75 void setVlenMemManager( H5MM_allocate_t alloc,
void* alloc_info,
76 H5MM_free_t free,
void* free_info )
const;
80 void setVlenMemManager()
const;
84 void getVlenMemManager( H5MM_allocate_t& alloc,
void** alloc_info,
85 H5MM_free_t& free,
void** free_info )
const;
88 void setSmallDataBlockSize(hsize_t size);
91 hsize_t getSmallDataBlockSize();
94 void setHyperVectorSize(
size_t vector_size);
98 size_t getHyperVectorSize();
102 void setEDCCheck(H5Z_EDC_t check);
105 H5Z_EDC_t getEDCCheck();
108 virtual H5std_string
fromClass ()
const {
return(
"DSetMemXferPropList"); }
120 #ifndef H5_NO_NAMESPACE
123 #endif // __H5DSetMemXferPropList_H
Definition: H5AbstractDs.cpp:29
virtual H5std_string fromClass() const
Returns this class name.
Definition: H5DxferProp.h:108
Class DSetMemXferPropList represents the dataset memory and transfer property list.
Definition: H5DxferProp.h:31
Class PropList provides operations for generic property lists.
Definition: H5PropList.h:25
static const DSetMemXferPropList DEFAULT
Constant for default dataset memory and transfer property list.
Definition: H5DxferProp.h:33