MISR Toolkit  1.5.1
Public Member Functions | Static Public Member Functions | Static Public Attributes | Static Private Member Functions | Static Private Attributes
H5::DSetMemXferPropList Class Reference

Class DSetCreatPropList inherits from PropList and provides wrappers for the HDF5 dataset memory and transfer property list. More...

#include <H5DxferProp.h>

Inheritance diagram for H5::DSetMemXferPropList:
Inheritance graph
Collaboration diagram for H5::DSetMemXferPropList:
Collaboration graph

Public Member Functions

 DSetMemXferPropList ()
 
 DSetMemXferPropList (const char *expression)
 
void setBuffer (size_t size, void *tconv, void *bkg) const
 
size_t getBuffer (void **tconv, void **bkg) const
 
void setBtreeRatios (double left, double middle, double right) const
 
void getBtreeRatios (double &left, double &middle, double &right) const
 
void setDataTransform (const char *expression) const
 
void setDataTransform (const H5std_string &expression) const
 
ssize_t getDataTransform (char *exp, size_t buf_size=0) const
 
H5std_string getDataTransform () const
 
void setPreserve (bool status) const
 
bool getPreserve () const
 
void setTypeConvCB (H5T_conv_except_func_t op, void *user_data) const
 
void getTypeConvCB (H5T_conv_except_func_t *op, void **user_data) const
 
void setVlenMemManager (H5MM_allocate_t alloc, void *alloc_info, H5MM_free_t free, void *free_info) const
 
void setVlenMemManager () const
 
void getVlenMemManager (H5MM_allocate_t &alloc, void **alloc_info, H5MM_free_t &free, void **free_info) const
 
void setSmallDataBlockSize (hsize_t size) const
 
hsize_t getSmallDataBlockSize () const
 
void setHyperVectorSize (size_t vector_size) const
 
size_t getHyperVectorSize () const
 
void setEDCCheck (H5Z_EDC_t check) const
 
H5Z_EDC_t getEDCCheck () const
 
virtual H5std_string fromClass () const
 Returns this class name. More...
 
 DSetMemXferPropList (const DSetMemXferPropList &orig)
 
 DSetMemXferPropList (const hid_t plist_id)
 
virtual ~DSetMemXferPropList ()
 
- Public Member Functions inherited from H5::PropList
 PropList (const hid_t plist_id)
 
PropListoperator= (const PropList &rhs)
 
bool operator== (const PropList &rhs) const
 
virtual void close ()
 
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
 
size_t getNumProps () const
 
void getProperty (const char *name, void *value) const
 
void getProperty (const H5std_string &name, void *value) const
 
H5std_string getProperty (const char *name) const
 
H5std_string getProperty (const H5std_string &name) const
 
void setProperty (const char *name, void *value) const
 
void setProperty (const char *name, const char *charptr) const
 
void setProperty (const char *name, H5std_string &strg) const
 
void setProperty (const H5std_string &name, void *value) const
 
void setProperty (const H5std_string &name, H5std_string &strg) const
 
size_t getPropSize (const char *name) const
 
size_t getPropSize (const H5std_string &name) const
 
bool isAClass (const PropList &prop_class) const
 
bool propExist (const char *name) const
 Query the existance of a property in a property object. More...
 
bool propExist (const H5std_string &name) const
 
void removeProp (const char *name) const
 
void removeProp (const H5std_string &name) const
 
 PropList ()
 
 PropList (const PropList &original)
 
virtual hid_t getId () const
 
virtual ~PropList ()
 
- Public Member Functions inherited from H5::IdComponent
void incRefCount (const hid_t obj_id) const
 
void incRefCount () const
 
void decRefCount (const hid_t obj_id) const
 
void decRefCount () const
 
int getCounter (const hid_t obj_id) const
 
int getCounter () const
 
H5I_type_t getHDFObjType () const
 
IdComponentoperator= (const IdComponent &rhs)
 
void setId (const hid_t new_id)
 
virtual void throwException (const H5std_string &func_name, const H5std_string &msg) const
 
H5std_string inMemFunc (const char *func_name) const
 
virtual ~IdComponent ()
 

Static Public Member Functions

static void deleteConstants ()
 
- Static Public Member Functions inherited from H5::PropList
static void deleteConstants ()
 
- Static Public Member Functions inherited from H5::IdComponent
static H5I_type_t getHDFObjType (const hid_t obj_id)
 
static bool isValid (hid_t an_id)
 

Static Public Attributes

static const DSetMemXferPropListDEFAULT
 Default dataset memory and transfer property list. More...
 
- Static Public Attributes inherited from H5::PropList
static const PropListDEFAULT
 Default property list. More...
 

Static Private Member Functions

static DSetMemXferPropListgetConstant ()
 

Static Private Attributes

static DSetMemXferPropListDEFAULT_
 

Additional Inherited Members

- Protected Member Functions inherited from H5::PropList
virtual void p_setId (const hid_t new_id)
 
- Protected Member Functions inherited from H5::IdComponent
 IdComponent ()
 
H5std_string p_get_file_name () const
 
- Static Protected Member Functions inherited from H5::IdComponent
static bool p_valid_id (const hid_t obj_id)
 
- Protected Attributes inherited from H5::PropList
hid_t id
 
- Static Protected Attributes inherited from H5::IdComponent
static bool H5dontAtexit_called
 

Detailed Description

Class DSetCreatPropList inherits from PropList and provides wrappers for the HDF5 dataset memory and transfer property list.

Definition at line 25 of file H5DxferProp.h.

Constructor & Destructor Documentation

◆ DSetMemXferPropList() [1/4]

H5::DSetMemXferPropList::DSetMemXferPropList ( )

◆ DSetMemXferPropList() [2/4]

H5::DSetMemXferPropList::DSetMemXferPropList ( const char *  expression)

◆ DSetMemXferPropList() [3/4]

H5::DSetMemXferPropList::DSetMemXferPropList ( const DSetMemXferPropList orig)

◆ DSetMemXferPropList() [4/4]

H5::DSetMemXferPropList::DSetMemXferPropList ( const hid_t  plist_id)

◆ ~DSetMemXferPropList()

virtual H5::DSetMemXferPropList::~DSetMemXferPropList ( )
virtual

Member Function Documentation

◆ deleteConstants()

static void H5::DSetMemXferPropList::deleteConstants ( )
static

◆ fromClass()

virtual H5std_string H5::DSetMemXferPropList::fromClass ( ) const
inlinevirtual

Returns this class name.

Reimplemented from H5::PropList.

Definition at line 103 of file H5DxferProp.h.

◆ getBtreeRatios()

void H5::DSetMemXferPropList::getBtreeRatios ( double &  left,
double &  middle,
double &  right 
) const

◆ getBuffer()

size_t H5::DSetMemXferPropList::getBuffer ( void **  tconv,
void **  bkg 
) const

◆ getConstant()

static DSetMemXferPropList* H5::DSetMemXferPropList::getConstant ( )
staticprivate

◆ getDataTransform() [1/2]

ssize_t H5::DSetMemXferPropList::getDataTransform ( char *  exp,
size_t  buf_size = 0 
) const

◆ getDataTransform() [2/2]

H5std_string H5::DSetMemXferPropList::getDataTransform ( ) const

◆ getEDCCheck()

H5Z_EDC_t H5::DSetMemXferPropList::getEDCCheck ( ) const

◆ getHyperVectorSize()

size_t H5::DSetMemXferPropList::getHyperVectorSize ( ) const

◆ getPreserve()

bool H5::DSetMemXferPropList::getPreserve ( ) const

◆ getSmallDataBlockSize()

hsize_t H5::DSetMemXferPropList::getSmallDataBlockSize ( ) const

◆ getTypeConvCB()

void H5::DSetMemXferPropList::getTypeConvCB ( H5T_conv_except_func_t op,
void **  user_data 
) const

◆ getVlenMemManager()

void H5::DSetMemXferPropList::getVlenMemManager ( H5MM_allocate_t alloc,
void **  alloc_info,
H5MM_free_t free,
void **  free_info 
) const

◆ setBtreeRatios()

void H5::DSetMemXferPropList::setBtreeRatios ( double  left,
double  middle,
double  right 
) const

◆ setBuffer()

void H5::DSetMemXferPropList::setBuffer ( size_t  size,
void *  tconv,
void *  bkg 
) const

◆ setDataTransform() [1/2]

void H5::DSetMemXferPropList::setDataTransform ( const char *  expression) const

◆ setDataTransform() [2/2]

void H5::DSetMemXferPropList::setDataTransform ( const H5std_string expression) const

◆ setEDCCheck()

void H5::DSetMemXferPropList::setEDCCheck ( H5Z_EDC_t  check) const

◆ setHyperVectorSize()

void H5::DSetMemXferPropList::setHyperVectorSize ( size_t  vector_size) const

◆ setPreserve()

void H5::DSetMemXferPropList::setPreserve ( bool  status) const

◆ setSmallDataBlockSize()

void H5::DSetMemXferPropList::setSmallDataBlockSize ( hsize_t  size) const

◆ setTypeConvCB()

void H5::DSetMemXferPropList::setTypeConvCB ( H5T_conv_except_func_t  op,
void *  user_data 
) const

◆ setVlenMemManager() [1/2]

void H5::DSetMemXferPropList::setVlenMemManager ( H5MM_allocate_t  alloc,
void *  alloc_info,
H5MM_free_t  free,
void *  free_info 
) const

◆ setVlenMemManager() [2/2]

void H5::DSetMemXferPropList::setVlenMemManager ( ) const

Field Documentation

◆ DEFAULT

const DSetMemXferPropList& H5::DSetMemXferPropList::DEFAULT
static

Default dataset memory and transfer property list.

Definition at line 28 of file H5DxferProp.h.

◆ DEFAULT_

DSetMemXferPropList* H5::DSetMemXferPropList::DEFAULT_
staticprivate

Definition at line 121 of file H5DxferProp.h.


The documentation for this class was generated from the following file:

MISR Toolkit - Copyright © 2005 - 2020 Jet Propulsion Laboratory
Generated on Fri Jun 19 2020 22:49:54