|
LRAUV
revA
|
#include <HDF5.h>


Public Member Functions | |
| HDF5Attribute (HDF5Item *parent, const char *name, const char *value) | |
| HDF5Attribute (HDF5Item *parent, const char *name, const int value) | |
| HDF5Attribute (HDF5Item *parent, const char *name, FlexArray< Str * > &fields) | |
| virtual | ~HDF5Attribute () |
| virtual bool | writeHeader () |
| virtual bool | finalize () |
Public Member Functions inherited from HDF5Item | |
| virtual | ~HDF5Item () |
| int | getId () |
Protected Attributes | |
| void * | value_ |
| bool | vlArrayDelete_ |
Protected Attributes inherited from HDF5Item | |
| int | id_ |
| int | typeId_ |
| int | spaceId_ |
Private Member Functions | |
| HDF5Attribute (const HDF5Attribute &old) | |
Additional Inherited Members | |
Protected Member Functions inherited from HDF5Item | |
| HDF5Item () | |
| HDF5Attribute::HDF5Attribute | ( | HDF5Item * | parent, |
| const char * | name, | ||
| const char * | value | ||
| ) |
References DEBUG_HDF5, HDF5Item::getId(), HDF5Item::id_, HDF5Item::spaceId_, and HDF5Item::typeId_.
| HDF5Attribute::HDF5Attribute | ( | HDF5Item * | parent, |
| const char * | name, | ||
| const int | value | ||
| ) |
References DEBUG_HDF5, HDF5Item::getId(), HDF5Item::id_, HDF5Item::spaceId_, and HDF5Item::typeId_.
|
virtual |
References value_, and vlArrayDelete_.
|
private |
|
virtual |
Reimplemented from HDF5Item.
References HDF5Item::finalize(), and HDF5Item::id_.
Referenced by HDF5HasAttributes::finalize().
|
virtual |
Implements HDF5Item.
References HDF5Item::id_, HDF5Item::typeId_, and value_.
Referenced by HDF5HasAttributes::writeHeader().
|
protected |
Referenced by HDF5Attribute(), writeHeader(), and ~HDF5Attribute().
|
protected |
Referenced by ~HDF5Attribute().