bes Updated for version 3.20.10
HDF5CF::GMCVar Class Reference

This class is a derived class of CVar. It represents a coordinate variable for general HDF5 files. More...

#include <HDF5CF.h>

Collaboration diagram for HDF5CF::GMCVar:
Collaboration graph

Public Member Functions

const std::vector< Attribute * > & getAttributes () const
 
int getCompRatio () const
 Get the compression ratio of this dataset. More...
 
const bool getCoorAttrAddPath () const
 
CVType getCVType () const
 Get the coordinate variable type of this variable. More...
 
const std::vector< Dimension * > & getDimensions () const
 Get the list of the dimensions. More...
 
const std::string & getFullPath () const
 Get the full path of this variable. More...
 
const std::string & getName () const
 Get the original name of this variable. More...
 
const std::string & getNewName () const
 Get the new name of this variable. More...
 
H5GCFProduct getPtType () const
 Get the data type of this variable. More...
 
int getRank () const
 Get the dimension rank of this variable. More...
 
size_t getTotalElems () const
 
H5DataType getType () const
 Get the data type of this variable(Not HDF5 datatype id) More...
 
const bool getZeroStorageSize () const
 
 GMCVar (Var *var)
 
bool isLatLon () const
 

Friends

class GMFile
 

Detailed Description

This class is a derived class of CVar. It represents a coordinate variable for general HDF5 files.

Definition at line 427 of file HDF5CF.h.

Constructor & Destructor Documentation

◆ GMCVar() [1/2]

HDF5CF::GMCVar::GMCVar ( )
inline

Definition at line 429 of file HDF5CF.h.

◆ GMCVar() [2/2]

GMCVar::GMCVar ( Var var)
explicit

Definition at line 48 of file HDF5GMCF.cc.

◆ ~GMCVar()

virtual HDF5CF::GMCVar::~GMCVar ( )
inlinevirtual

Definition at line 434 of file HDF5CF.h.

Member Function Documentation

◆ getAttributes()

const std::vector< Attribute * > & HDF5CF::Var::getAttributes ( ) const
inlineinherited

Definition at line 316 of file HDF5CF.h.

◆ getCompRatio()

int HDF5CF::Var::getCompRatio ( ) const
inlineinherited

Get the compression ratio of this dataset.

Definition at line 328 of file HDF5CF.h.

◆ getCoorAttrAddPath()

const bool HDF5CF::Var::getCoorAttrAddPath ( ) const
inlineinherited

Definition at line 299 of file HDF5CF.h.

◆ getCVType()

CVType HDF5CF::CVar::getCVType ( ) const
inlineinherited

Get the coordinate variable type of this variable.

Definition at line 372 of file HDF5CF.h.

◆ getDimensions()

const std::vector< Dimension * > & HDF5CF::Var::getDimensions ( ) const
inlineinherited

Get the list of the dimensions.

Definition at line 322 of file HDF5CF.h.

◆ getFullPath()

const std::string & HDF5CF::Var::getFullPath ( ) const
inlineinherited

Get the full path of this variable.

Definition at line 283 of file HDF5CF.h.

◆ getName()

const std::string & HDF5CF::Var::getName ( ) const
inlineinherited

Get the original name of this variable.

Definition at line 271 of file HDF5CF.h.

◆ getNewName()

const std::string & HDF5CF::Var::getNewName ( ) const
inlineinherited

Get the new name of this variable.

Definition at line 277 of file HDF5CF.h.

◆ getPtType()

H5GCFProduct HDF5CF::GMCVar::getPtType ( ) const
inline

Get the data type of this variable.

Definition at line 439 of file HDF5CF.h.

◆ getRank()

int HDF5CF::Var::getRank ( ) const
inlineinherited

Get the dimension rank of this variable.

Definition at line 305 of file HDF5CF.h.

◆ getTotalElems()

size_t HDF5CF::Var::getTotalElems ( ) const
inlineinherited

Definition at line 288 of file HDF5CF.h.

◆ getType()

H5DataType HDF5CF::Var::getType ( ) const
inlineinherited

Get the data type of this variable(Not HDF5 datatype id)

Definition at line 311 of file HDF5CF.h.

◆ getZeroStorageSize()

const bool HDF5CF::Var::getZeroStorageSize ( ) const
inlineinherited

Definition at line 294 of file HDF5CF.h.

◆ isLatLon()

bool CVar::isLatLon ( ) const
inherited

Definition at line 89 of file HDF5CF.cc.

Friends And Related Function Documentation

◆ GMFile

friend class GMFile
friend

Definition at line 446 of file HDF5CF.h.


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