bes Updated for version 3.21.1
The Backend Server (BES) is the lower two tiers of the Hyrax data server
HDF5CF::Dimension Class Reference

This class repersents one dimension of an HDF5 dataset(variable). More...

#include <HDF5CF.h>

Collaboration diagram for HDF5CF::Dimension:
Collaboration graph

Public Member Functions

 Dimension (hsize_t dimsize)
 
const std::string & getName () const
 
const std::string & getNewName () const
 
hsize_t getSize () const
 
bool HaveUnlimitedDim () const
 Has unlimited dimensions.
 

Friends

class CVar
 
class EOS5CVar
 
class EOS5File
 
class File
 
class GMCVar
 
class GMFile
 
class GMSPVar
 
class Var
 

Detailed Description

This class repersents one dimension of an HDF5 dataset(variable).

Definition at line 142 of file HDF5CF.h.

Constructor & Destructor Documentation

◆ Dimension()

HDF5CF::Dimension::Dimension ( hsize_t dimsize)
inlineexplicit

Definition at line 163 of file HDF5CF.h.

Member Function Documentation

◆ getName()

const std::string & HDF5CF::Dimension::getName ( ) const
inline

Definition at line 148 of file HDF5CF.h.

◆ getNewName()

const std::string & HDF5CF::Dimension::getNewName ( ) const
inline

Definition at line 152 of file HDF5CF.h.

◆ getSize()

hsize_t HDF5CF::Dimension::getSize ( ) const
inline

Definition at line 144 of file HDF5CF.h.

◆ HaveUnlimitedDim()

bool HDF5CF::Dimension::HaveUnlimitedDim ( ) const
inline

Has unlimited dimensions.

Definition at line 158 of file HDF5CF.h.

Friends And Related Symbol Documentation

◆ CVar

friend class CVar
friend

Definition at line 178 of file HDF5CF.h.

◆ EOS5CVar

friend class EOS5CVar
friend

Definition at line 180 of file HDF5CF.h.

◆ EOS5File

friend class EOS5File
friend

Definition at line 174 of file HDF5CF.h.

◆ File

friend class File
friend

Definition at line 176 of file HDF5CF.h.

◆ GMCVar

friend class GMCVar
friend

Definition at line 179 of file HDF5CF.h.

◆ GMFile

friend class GMFile
friend

Definition at line 175 of file HDF5CF.h.

◆ GMSPVar

friend class GMSPVar
friend

Definition at line 181 of file HDF5CF.h.

◆ Var

friend class Var
friend

Definition at line 177 of file HDF5CF.h.


The documentation for this class was generated from the following file: