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

Class FileCreatPropList inherits from PropList and provides wrappers for the HDF5 file create property list. More...

#include <H5FcreatProp.h>

Inheritance diagram for H5::FileCreatPropList:
Inheritance graph
Collaboration diagram for H5::FileCreatPropList:
Collaboration graph

Public Member Functions

 FileCreatPropList ()
 
void getVersion (unsigned &super, unsigned &freelist, unsigned &stab, unsigned &shhdr) const
 
void setUserblock (hsize_t size) const
 
hsize_t getUserblock () const
 
void getSizes (size_t &sizeof_addr, size_t &sizeof_size) const
 
void setSizes (size_t sizeof_addr=4, size_t sizeof_size=4) const
 
void getSymk (unsigned &int_nodes_k, unsigned &leaf_nodes_k) const
 
void setSymk (unsigned int_nodes_k, unsigned leaf_nodes_k) const
 
unsigned getIstorek () const
 
void setIstorek (unsigned ik) const
 
virtual H5std_string fromClass () const
 Returns this class name. More...
 
 FileCreatPropList (const FileCreatPropList &orig)
 
 FileCreatPropList (const hid_t plist_id)
 
virtual ~FileCreatPropList ()
 
- 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 FileCreatPropListDEFAULT
 Default file creation property list. More...
 
- Static Public Attributes inherited from H5::PropList
static const PropListDEFAULT
 Default property list. More...
 

Static Private Member Functions

static FileCreatPropListgetConstant ()
 

Static Private Attributes

static FileCreatPropListDEFAULT_
 

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 FileCreatPropList inherits from PropList and provides wrappers for the HDF5 file create property list.

Definition at line 25 of file H5FcreatProp.h.

Constructor & Destructor Documentation

◆ FileCreatPropList() [1/3]

H5::FileCreatPropList::FileCreatPropList ( )

◆ FileCreatPropList() [2/3]

H5::FileCreatPropList::FileCreatPropList ( const FileCreatPropList orig)

◆ FileCreatPropList() [3/3]

H5::FileCreatPropList::FileCreatPropList ( const hid_t  plist_id)

◆ ~FileCreatPropList()

virtual H5::FileCreatPropList::~FileCreatPropList ( )
virtual

Member Function Documentation

◆ deleteConstants()

static void H5::FileCreatPropList::deleteConstants ( )
static

◆ fromClass()

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

Returns this class name.

Reimplemented from H5::PropList.

Definition at line 64 of file H5FcreatProp.h.

◆ getConstant()

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

◆ getIstorek()

unsigned H5::FileCreatPropList::getIstorek ( ) const

◆ getSizes()

void H5::FileCreatPropList::getSizes ( size_t &  sizeof_addr,
size_t &  sizeof_size 
) const

◆ getSymk()

void H5::FileCreatPropList::getSymk ( unsigned &  int_nodes_k,
unsigned &  leaf_nodes_k 
) const

◆ getUserblock()

hsize_t H5::FileCreatPropList::getUserblock ( ) const

◆ getVersion()

void H5::FileCreatPropList::getVersion ( unsigned &  super,
unsigned &  freelist,
unsigned &  stab,
unsigned &  shhdr 
) const

◆ setIstorek()

void H5::FileCreatPropList::setIstorek ( unsigned  ik) const

◆ setSizes()

void H5::FileCreatPropList::setSizes ( size_t  sizeof_addr = 4,
size_t  sizeof_size = 4 
) const

◆ setSymk()

void H5::FileCreatPropList::setSymk ( unsigned  int_nodes_k,
unsigned  leaf_nodes_k 
) const

◆ setUserblock()

void H5::FileCreatPropList::setUserblock ( hsize_t  size) const

Field Documentation

◆ DEFAULT

const FileCreatPropList& H5::FileCreatPropList::DEFAULT
static

Default file creation property list.

Definition at line 28 of file H5FcreatProp.h.

◆ DEFAULT_

FileCreatPropList* H5::FileCreatPropList::DEFAULT_
staticprivate

Definition at line 82 of file H5FcreatProp.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