#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 129 of file HDFSP.h.
◆ getName()
const std::string& HDFSP::Dimension::getName |
( |
| ) |
const |
|
inline |
Get dimension name.
Definition at line 134 of file HDFSP.h.
◆ getSize()
int32 HDFSP::Dimension::getSize |
( |
| ) |
const |
|
inline |
Get dimension size.
Definition at line 140 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 147 of file HDFSP.h.
The documentation for this class was generated from the following file: