This class retrieves all SDS objects and SD file attributes.
More...
#include <HDFSP.h>
|
const std::vector< Attribute * > & | getAttributes () const |
| Public interface to obtain the SD(file) attributes.
|
|
const std::vector< SDField * > & | getFields () const |
| Public interface to obtain information of all SDS vectors(objects).
|
|
void | obtain_noneos2_sds_path (int32, char *, int32) |
| Obtain SDS path, this is like a clone of obtain_path in File class, except the Vdata and some minor parts.
|
|
| ~SD () |
| Destructor.
|
|
|
static SD * | Read (int32 sdfileid, int32 hfileid) |
| Read the information of all SDS objects from the HDF4 file.
|
|
static SD * | Read_Hybrid (int32 sdfileid, int32 hfileid) |
| Read the information of all hybrid SDS objects from the HDF4 file.
|
|
This class retrieves all SDS objects and SD file attributes.
Definition at line 531 of file HDFSP.h.
◆ ~SD()
◆ getAttributes()
const std::vector< Attribute * > & HDFSP::SD::getAttributes |
( |
| ) |
const |
|
inline |
Public interface to obtain the SD(file) attributes.
Definition at line 549 of file HDFSP.h.
◆ getFields()
const std::vector< SDField * > & HDFSP::SD::getFields |
( |
| ) |
const |
|
inline |
Public interface to obtain information of all SDS vectors(objects).
Definition at line 543 of file HDFSP.h.
◆ obtain_noneos2_sds_path()
void SD::obtain_noneos2_sds_path |
( |
int32 | file_id, |
|
|
char * | full_path, |
|
|
int32 | pobj_ref ) |
Obtain SDS path, this is like a clone of obtain_path in File class, except the Vdata and some minor parts.
Definition at line 3083 of file HDFSP.cc.
◆ Read()
SD * SD::Read |
( |
int32 | sdfileid, |
|
|
int32 | hfileid ) |
|
static |
Read the information of all SDS objects from the HDF4 file.
Definition at line 1426 of file HDFSP.cc.
◆ Read_Hybrid()
SD * SD::Read_Hybrid |
( |
int32 | sdfileid, |
|
|
int32 | hfileid ) |
|
static |
Read the information of all hybrid SDS objects from the HDF4 file.
Definition at line 1767 of file HDFSP.cc.
◆ File
The documentation for this class was generated from the following files: