42 H5T_sign_t getSign()
const;
45 void setSign(H5T_sign_t sign)
const;
48 virtual H5std_string
fromClass ()
const {
return(
"IntType"); }
54 IntType(
const hid_t existing_id);
65 #endif // __H5IntType_H
IntType is a derivative of a DataType and operates on HDF5 integer datatype.
Definition: H5IntType.h:25
AtomType is a base class, inherited by IntType, FloatType, StrType, and PredType.
Definition: H5AtomType.h:28
void copy(const DataType &like_type)
Copies an existing datatype to this datatype object.
Definition: H5DataType.cpp:208
virtual H5std_string fromClass() const
Returns this class name.
Definition: H5IntType.h:48
Class DataSet operates on HDF5 datasets.
Definition: H5DataSet.h:28
Definition: H5Exception.h:116
H5T_sign_t getSign() const
Retrieves the sign type for an integer type.
Definition: H5IntType.cpp:160
IntType()
Default constructor: Creates a stub integer datatype.
Definition: H5IntType.cpp:43
void setSign(H5T_sign_t sign) const
Sets the sign property for an integer type.
Definition: H5IntType.cpp:180
Class PredType holds the definition of all the HDF5 predefined datatypes.
Definition: H5PredType.h:28
virtual hid_t getId() const
Get the id of this dataset.
Definition: H5DataSet.cpp:704
virtual ~IntType()
Noop destructor.
Definition: H5IntType.cpp:195
Definition: H5AbstractDs.cpp:34
Class DataType provides generic operations on HDF5 datatypes.
Definition: H5DataType.h:28
H5Location is an abstract base class, added in version 1.8.12.
Definition: H5Location.h:31
virtual DataType * decode() const
Returns an IntType object via DataType* by decoding the binary object description of this type.
Definition: H5IntType.cpp:139
Definition: H5Exception.h:137
The HDF Group Help Desk:
| |
Copyright by
The HDF Group
and the Board of Trustees of the University of Illinois
|