HDF4_ATTRIB Class Reference
#include <mi32/hdf4.h>
List of all members.
Constructor & Destructor Documentation
| HDF4_ATTRIB::HDF4_ATTRIB |
( |
|
) |
|
Member Function Documentation
| int HDF4_ATTRIB::GetCount |
( |
|
) |
const [inline] |
Get number of attribute values if numeric or number of characters if string.
| const char* HDF4_ATTRIB::GetName |
( |
|
) |
const [inline] |
Get attribute value as a string, suitable for character attribute types.
| ERRVALUE HDF4_ATTRIB::GetValue |
( |
int |
pos, |
|
|
double & |
value | |
|
) |
| | const |
Get attribute value as 'double', suitable for numeric attribute types.
- Parameters:
-
| pos | Attribute value position |
| value | Value returned |
| bool HDF4_ATTRIB::IsNumeric |
( |
|
) |
const [inline] |
Determine if attribute is numeric.
| bool HDF4_ATTRIB::IsString |
( |
|
) |
const [inline] |
Determine if attribute is a string.
The documentation for this class was generated from the following file: