bes  Updated for version 3.20.6
HDFSP::Field Class Reference
Collaboration diagram for HDFSP::Field:
Collaboration graph

Public Member Functions

const std::vector< Attribute * > & getAttributes () const
 Get the attributes of this field. More...
 
const std::string & getName () const
 Get the name of this field. More...
 
const std::string & getNewName () const
 Get the CF name(special characters replaced by underscores) of this field. More...
 
int32 getRank () const
 Get the dimension rank of this field. More...
 
int32 getType () const
 Get the data type of this field. More...
 

Protected Attributes

std::vector< Attribute * > attrs
 The attributes of this field. More...
 
std::string name
 The original name of this field. More...
 
std::string newname
 The CF full path(special characters replaced by underscores) of this field. More...
 
int32 rank
 The rank of this field. More...
 
int32 type
 The datatype of this field. More...
 

Friends

class File
 
class SD
 
class VDATA
 

Detailed Description

Definition at line 280 of file HDFSP.h.

Member Function Documentation

◆ getAttributes()

const std::vector< Attribute * >& HDFSP::Field::getAttributes ( ) const
inline

Get the attributes of this field.

Definition at line 315 of file HDFSP.h.

◆ getName()

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

Get the name of this field.

Definition at line 291 of file HDFSP.h.

◆ getNewName()

const std::string& HDFSP::Field::getNewName ( ) const
inline

Get the CF name(special characters replaced by underscores) of this field.

Definition at line 297 of file HDFSP.h.

◆ getRank()

int32 HDFSP::Field::getRank ( ) const
inline

Get the dimension rank of this field.

Definition at line 303 of file HDFSP.h.

◆ getType()

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

Get the data type of this field.

Definition at line 309 of file HDFSP.h.

Member Data Documentation

◆ attrs

std::vector< Attribute * > HDFSP::Field::attrs
protected

The attributes of this field.

Definition at line 336 of file HDFSP.h.

◆ name

std::string HDFSP::Field::name
protected

The original name of this field.

Definition at line 327 of file HDFSP.h.

◆ newname

std::string HDFSP::Field::newname
protected

The CF full path(special characters replaced by underscores) of this field.

Definition at line 324 of file HDFSP.h.

◆ rank

int32 HDFSP::Field::rank
protected

The rank of this field.

Definition at line 333 of file HDFSP.h.

◆ type

int32 HDFSP::Field::type
protected

The datatype of this field.

Definition at line 330 of file HDFSP.h.


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