One instance of this class represents one Vdata field.
More...
#include <HDFSP.h>
One instance of this class represents one Vdata field.
Definition at line 503 of file HDFSP.h.
◆ getAttributes()
const std::vector< Attribute * >& HDFSP::Field::getAttributes |
( |
| ) |
const |
|
inlineinherited |
Get the attributes of this field.
Definition at line 315 of file HDFSP.h.
◆ getFieldOrder()
int32 HDFSP::VDField::getFieldOrder |
( |
| ) |
const |
|
inline |
Get the order of this field.
Definition at line 512 of file HDFSP.h.
◆ getFieldsize()
int32 HDFSP::VDField::getFieldsize |
( |
| ) |
const |
|
inline |
Get the field size.
Definition at line 518 of file HDFSP.h.
◆ getName()
const std::string& HDFSP::Field::getName |
( |
| ) |
const |
|
inlineinherited |
Get the name of this field.
Definition at line 291 of file HDFSP.h.
◆ getNewName()
const std::string& HDFSP::Field::getNewName |
( |
| ) |
const |
|
inlineinherited |
Get the CF name(special characters replaced by underscores) of this field.
Definition at line 297 of file HDFSP.h.
◆ getNumRec()
int32 HDFSP::VDField::getNumRec |
( |
| ) |
const |
|
inline |
Get the number of record.
Definition at line 524 of file HDFSP.h.
◆ getRank()
int32 HDFSP::Field::getRank |
( |
| ) |
const |
|
inlineinherited |
Get the dimension rank of this field.
Definition at line 303 of file HDFSP.h.
◆ getType()
int32 HDFSP::Field::getType |
( |
| ) |
const |
|
inlineinherited |
Get the data type of this field.
Definition at line 309 of file HDFSP.h.
◆ getValue()
const std::vector< char >& HDFSP::VDField::getValue |
( |
| ) |
const |
|
inline |
Get the vdata field values.
Definition at line 530 of file HDFSP.h.
◆ ReadAttributes()
void VDField::ReadAttributes |
( |
int32 |
vdata_id, |
|
|
int32 |
fieldindex |
|
) |
| |
throw | ( | Exception |
| ) | | |
Read vdata field attributes.
Definition at line 2630 of file HDFSP.cc.
◆ attrs
std::vector< Attribute * > HDFSP::Field::attrs |
|
protectedinherited |
The attributes of this field.
Definition at line 336 of file HDFSP.h.
◆ name
std::string HDFSP::Field::name |
|
protectedinherited |
The original name of this field.
Definition at line 327 of file HDFSP.h.
◆ newname
std::string HDFSP::Field::newname |
|
protectedinherited |
The CF full path(special characters replaced by underscores) of this field.
Definition at line 324 of file HDFSP.h.
◆ rank
The rank of this field.
Definition at line 333 of file HDFSP.h.
◆ type
The datatype of this field.
Definition at line 330 of file HDFSP.h.
The documentation for this class was generated from the following files: