#include <HDFSP.h>
|
|
| Dimension (const std::string &dim_name, int32 hdf4_dimsize, int32 hdf4_dimtype) |
| |
|
|
class | File |
| |
|
class | SD |
| |
|
class | SDField |
| |
It repersents one dimension of an SDS or a VDATA. It holds the dimension name and the size of that dimension.
Definition at line 127 of file HDFSP.h.
◆ getName()
| const std::string& HDFSP::Dimension::getName |
( |
| ) |
const |
|
inline |
Get dimension name.
Definition at line 132 of file HDFSP.h.
◆ getSize()
| int32 HDFSP::Dimension::getSize |
( |
| ) |
const |
|
inline |
Get dimension size.
Definition at line 138 of file HDFSP.h.
◆ getType()
| int32 HDFSP::Dimension::getType |
( |
| ) |
const |
|
inline |
If the SDS dimension scale is available, the returned value is dim. scale datatype. If there is no dimension scale, the returned value is 0.
Definition at line 145 of file HDFSP.h.
The documentation for this class was generated from the following file: