30 H5T_order_t getOrder()
const;
31 H5T_order_t getOrder(H5std_string &order_string)
const;
34 void setOrder(H5T_order_t order)
const;
38 int getOffset()
const;
41 void setOffset(
size_t offset)
const;
44 void getPad(H5T_pad_t &lsb, H5T_pad_t &msb)
const;
47 void setPad(H5T_pad_t lsb, H5T_pad_t msb)
const;
50 size_t getPrecision()
const;
53 void setPrecision(
size_t precision)
const;
56 void setSize(
size_t size)
const;
65 #ifndef DOXYGEN_SHOULD_SKIP_THIS
71 #endif // DOXYGEN_SHOULD_SKIP_THIS
74 #ifndef DOXYGEN_SHOULD_SKIP_THIS
80 #endif // DOXYGEN_SHOULD_SKIP_THIS
85 #endif // H5AtomType_H
AtomType is a base class, inherited by IntType, FloatType, StrType, and PredType.
Definition: H5AtomType.h:27
void setPrecision(size_t precision) const
Sets the precision of an atomic datatype.
Definition: H5AtomType.cpp:190
Definition: H5Exception.h:109
void setOffset(size_t offset) const
Sets the bit offset of the first significant bit.
Definition: H5AtomType.cpp:236
int getOffset() const
Retrieves the bit offset of the first significant bit.
Definition: H5AtomType.cpp:214
void setSize(size_t size) const
Sets the total size for an atomic datatype.
Definition: H5AtomType.cpp:70
H5T_order_t getOrder() const
Returns the byte order of an atomic datatype.
Definition: H5AtomType.cpp:90
virtual H5std_string fromClass() const
Returns this class name.
Definition: H5AtomType.h:60
void setOrder(H5T_order_t order) const
Sets the byte ordering of an atomic datatype.
Definition: H5AtomType.cpp:146
Definition: H5AbstractDs.cpp:33
void setPad(H5T_pad_t lsb, H5T_pad_t msb) const
Sets the least and most-significant bits padding types.
Definition: H5AtomType.cpp:283
void getPad(H5T_pad_t &lsb, H5T_pad_t &msb) const
Retrieves the padding type of the least and most-significant bit padding.
Definition: H5AtomType.cpp:260
Class DataType provides generic operations on HDF5 datatypes.
Definition: H5DataType.h:27
size_t getPrecision() const
Returns the precision of an atomic datatype.
Definition: H5AtomType.cpp:167
The HDF Group Help Desk:
| |
Copyright by
The HDF Group
|