|
OPeNDAP Hyrax Back End Server (BES)
Updated for version 3.8.3
|
This class repersents one dimension of an HDF5 dataset(variable). More...
#include <HDF5CF.h>

Public Member Functions | |
| const string & | getName () const |
| const string & | getNewName () const |
| hsize_t | getSize () const |
Protected Member Functions | |
| Dimension (hsize_t dimsize) | |
Protected Attributes | |
| string | name |
| string | newname |
| hsize_t | size |
Friends | |
| class | CVar |
| class | EOS5CVar |
| class | EOS5File |
| class | File |
| class | GMCVar |
| class | GMFile |
| class | GMSPVar |
| class | Var |
This class repersents one dimension of an HDF5 dataset(variable).
|
inlineprotected |
|
inline |
|
inline |
|
inline |
|
protected |
Definition at line 170 of file HDF5CF.h.
Referenced by HDF5CF::GMFile::Create_Missing_CV(), HDF5CF::EOS5File::Create_Missing_CV(), HDF5CF::EOS5CVar::EOS5CVar(), getName(), HDF5CF::GMCVar::GMCVar(), HDF5CF::GMSPVar::GMSPVar(), HDF5CF::GMFile::Handle_CVar_Aqu_L3(), HDF5CF::GMFile::Handle_CVar_GPM_L3(), HDF5CF::EOS5File::Handle_Single_Nonaugment_Grid_CVar_EOS5LatLon(), HDF5CF::EOS5File::Handle_Special_NonLatLon_Swath_CVar(), and HDF5CF::File::Replace_Var_Info().
|
protected |
Definition at line 171 of file HDF5CF.h.
Referenced by HDF5CF::GMFile::Create_Missing_CV(), HDF5CF::EOS5File::Create_Missing_CV(), HDF5CF::EOS5CVar::EOS5CVar(), getNewName(), HDF5CF::GMCVar::GMCVar(), HDF5CF::GMSPVar::GMSPVar(), HDF5CF::GMFile::Handle_CVar_Aqu_L3(), HDF5CF::GMFile::Handle_CVar_GPM_L3(), HDF5CF::EOS5File::Handle_Single_Nonaugment_Grid_CVar_EOS5LatLon(), HDF5CF::EOS5File::Handle_Special_NonLatLon_Swath_CVar(), and HDF5CF::File::Replace_Var_Info().
|
protected |