It repersents one dimension of an SDS or a VDATA. It holds the dimension name and the size of that dimension.
More...
#include <HDFSP.h>
|
| const std::string & | getName () const |
| | Get dimension name. More...
|
| |
| int32 | getSize () const |
| | Get dimension size. More...
|
| |
| int32 | getType () const |
| | 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. More...
|
| |
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.
| HDFSP::Dimension::Dimension |
( |
const std::string & |
name, |
|
|
int32 |
dimsize, |
|
|
int32 |
dimtype |
|
) |
| |
|
inlineprotected |
| const std::string& HDFSP::Dimension::getName |
( |
| ) |
const |
|
inline |
Get dimension name.
Definition at line 134 of file HDFSP.h.
References name.
| int32 HDFSP::Dimension::getSize |
( |
| ) |
const |
|
inline |
| 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.
References dimtype.
| int32 HDFSP::Dimension::dimsize |
|
protected |
| int32 HDFSP::Dimension::dimtype |
|
protected |
dimension scale datatype or 0 if no dimension scale.
Definition at line 167 of file HDFSP.h.
Referenced by getType().
| std::string HDFSP::Dimension::name |
|
protected |
The documentation for this class was generated from the following file: