|
OPeNDAP Hyrax Back End Server (BES)
Updated for version 3.8.3
|
This class represents an HDF5 group. The group will be flattened according to the CF conventions. More...
#include <HDF5CF.h>

Public Member Functions | |
| const vector< Attribute * > & | getAttributes () const |
| const string & | getNewName () const |
| Get the new name of this group(flattened,name clashed checked) More... | |
| const string & | getPath () const |
| Get the original path of this group. More... | |
| Group () | |
| ~Group () | |
Protected Attributes | |
| vector< Attribute * > | attrs |
| string | newname |
| string | path |
| bool | unsupported_attr_dtype |
Friends | |
| class | EOS5File |
| class | File |
| class | GMFile |
This class represents an HDF5 group. The group will be flattened according to the CF conventions.
|
inline |
|
inline |
|
inline |
|
protected |
Definition at line 496 of file HDF5CF.h.
Referenced by getAttributes(), HDF5CF::EOS5File::Handle_Special_NonLatLon_Swath_CVar(), HDF5CF::File::Retrieve_H5_Obj(), and ~Group().
|
protected |
Definition at line 493 of file HDF5CF.h.
Referenced by getNewName(), and HDF5CF::File::Retrieve_H5_Obj().
|
protected |
Definition at line 494 of file HDF5CF.h.
Referenced by getPath(), and HDF5CF::File::Retrieve_H5_Obj().
|
protected |
Definition at line 497 of file HDF5CF.h.
Referenced by HDF5CF::File::Retrieve_H5_Obj().