This class represents one HDF5 dataset(CF variable)
More...
#include <HDF5CF.h>
|
class | CVar |
|
class | EOS5CVar |
|
class | EOS5File |
|
class | File |
|
class | GMCVar |
|
class | GMFile |
|
class | GMSPVar |
|
This class represents one HDF5 dataset(CF variable)
Definition at line 259 of file HDF5CF.h.
◆ getCompRatio()
int HDF5CF::Var::getCompRatio |
( |
| ) |
const |
|
inline |
Get the compression ratio of this dataset.
Definition at line 318 of file HDF5CF.h.
◆ getDimensions()
const std::vector<Dimension *>& HDF5CF::Var::getDimensions |
( |
| ) |
const |
|
inline |
Get the list of the dimensions.
Definition at line 312 of file HDF5CF.h.
◆ getFullPath()
const std::string& HDF5CF::Var::getFullPath |
( |
| ) |
const |
|
inline |
Get the full path of this variable.
Definition at line 283 of file HDF5CF.h.
◆ getName()
const std::string& HDF5CF::Var::getName |
( |
| ) |
const |
|
inline |
Get the original name of this variable.
Definition at line 271 of file HDF5CF.h.
◆ getNewName()
const std::string& HDF5CF::Var::getNewName |
( |
| ) |
const |
|
inline |
Get the new name of this variable.
Definition at line 277 of file HDF5CF.h.
◆ getRank()
int HDF5CF::Var::getRank |
( |
| ) |
const |
|
inline |
Get the dimension rank of this variable.
Definition at line 295 of file HDF5CF.h.
◆ getType()
H5DataType HDF5CF::Var::getType |
( |
| ) |
const |
|
inline |
Get the data type of this variable(Not HDF5 datatype id)
Definition at line 301 of file HDF5CF.h.
The documentation for this class was generated from the following files: