create.cpp, and readdata.cpp.
H5::IntType::IntType | ( | const PredType & | pred_type | ) |
Creates a integer type using a predefined type.
pred_type | - IN: Predefined datatype |
H5::DataTypeIException |
References H5::DataType::copy().
H5::IntType::IntType | ( | const DataSet & | dataset | ) |
Gets the integer datatype of the specified dataset.
dataset | - IN: Dataset that this integer datatype associates with |
H5::DataTypeIException |
References H5::DataSet::getId().
H5::IntType::IntType | ( | const hid_t | existing_id | ) |
Creates an integer datatype using the id of an existing datatype.
existing_id | - IN: Id of an existing datatype |
H5::DataTypeIException |
H5T_sign_t H5::IntType::getSign | ( | ) | const |
Retrieves the sign type for an integer type.
H5::DataTypeIException |
void H5::IntType::setSign | ( | H5T_sign_t | sign | ) | const |
Sets the sign property for an integer type.
sign | - IN: Sign type |
H5::DataTypeIException |