|
std::vector< Attribute * > | attrs |
| The attributes of this field.
|
|
std::string | name |
| The original name of this field.
|
|
std::string | newname |
| The CF full path(special characters replaced by underscores) of this field.
|
|
int32 | rank = -1 |
| The rank of this field.
|
|
int32 | type = -1 |
| The datatype of this field.
|
|
Definition at line 268 of file HDFSP.h.
◆ ~Field()
◆ getAttributes()
const std::vector< Attribute * > & HDFSP::Field::getAttributes |
( |
| ) |
const |
|
inline |
Get the attributes of this field.
Definition at line 300 of file HDFSP.h.
◆ getName()
const std::string & HDFSP::Field::getName |
( |
| ) |
const |
|
inline |
Get the name of this field.
Definition at line 276 of file HDFSP.h.
◆ getNewName()
const std::string & HDFSP::Field::getNewName |
( |
| ) |
const |
|
inline |
◆ getRank()
int32 HDFSP::Field::getRank |
( |
| ) |
const |
|
inline |
Get the dimension rank of this field.
Definition at line 288 of file HDFSP.h.
◆ getType()
int32 HDFSP::Field::getType |
( |
| ) |
const |
|
inline |
Get the data type of this field.
Definition at line 294 of file HDFSP.h.
◆ File
◆ SD
◆ VDATA
◆ attrs
std::vector< Attribute * > HDFSP::Field::attrs |
|
protected |
The attributes of this field.
Definition at line 321 of file HDFSP.h.
◆ name
std::string HDFSP::Field::name |
|
protected |
The original name of this field.
Definition at line 312 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 309 of file HDFSP.h.
◆ rank
int32 HDFSP::Field::rank = -1 |
|
protected |
The rank of this field.
Definition at line 318 of file HDFSP.h.
◆ type
int32 HDFSP::Field::type = -1 |
|
protected |
The datatype of this field.
Definition at line 315 of file HDFSP.h.
The documentation for this class was generated from the following files: