bes  Updated for version 3.20.6
HDFSP::Dimension Class Reference

#include <HDFSP.h>

Collaboration diagram for HDFSP::Dimension:
Collaboration graph

Public Member Functions

const std::string & getName () const
 Get dimension name. More...
 
int32 getSize () const
 Get dimension size. More...
 
int32 getType () const
 

Protected Member Functions

 Dimension (const std::string &dim_name, int32 hdf4_dimsize, int32 hdf4_dimtype)
 

Friends

class File
 
class SD
 
class SDField
 

Detailed Description

It repersents one dimension of an SDS or a VDATA. It holds the dimension name and the size of that dimension.

Definition at line 129 of file HDFSP.h.

Member Function Documentation

◆ getName()

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

Get dimension name.

Definition at line 134 of file HDFSP.h.

◆ getSize()

int32 HDFSP::Dimension::getSize ( ) const
inline

Get dimension size.

Definition at line 140 of file HDFSP.h.

◆ getType()

int32 HDFSP::Dimension::getType ( ) const
inline

If the SDS dimension scale is available, the returned value is dim. scale datatype. If there is no dimension scale, the returned value is 0.

Definition at line 147 of file HDFSP.h.


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