HDF4_TABLE Class Reference
#include <mi32/hdf4.h>
List of all members.
Constructor & Destructor Documentation
| HDF4_TABLE::HDF4_TABLE |
( |
|
) |
|
| virtual HDF4_TABLE::~HDF4_TABLE |
( |
|
) |
[virtual] |
Member Function Documentation
| void HDF4_TABLE::Close |
( |
|
) |
|
| virtual int HDF4_TABLE::FindAttrib |
( |
const char * |
name |
) |
const [virtual] |
Find attribute index by name.
- Returns:
- Attribute index, -1 if not found, < -1 if error.
- Parameters:
-
| name | Attribute name to search for |
Implements HDF4_OBJECT.
Get specific attribute.
- Parameters:
-
| index | Attribute index within table |
| attrib | Attribute instance returned |
Implements HDF4_OBJECT.
Get 'class' name.
- Parameters:
-
| classname | Class name returned |
| const FIELDINFO& HDF4_TABLE::GetFieldInfo |
( |
int |
fieldnum |
) |
const [inline] |
Get information about specific field.
- Parameters:
-
Get field information array.
| virtual int HDF4_TABLE::GetNumAttribs |
( |
|
) |
const [virtual] |
Get number of attributes in this object.
Implements HDF4_OBJECT.
| int HDF4_TABLE::GetNumFields |
( |
|
) |
const [inline] |
Get number of fields in table.
| int HDF4_TABLE::GetNumRecords |
( |
|
) |
const [inline] |
Get number of records in table.
Open table.
- Parameters:
-
| file | Open HDF4 file |
| index | Table index (reference number) |
Read next record from table.
- Parameters:
-
| record | Record to read into |
| ERRVALUE HDF4_TABLE::Seek |
( |
int |
recordnum |
) |
const |
Seek to specified record.
- Parameters:
-
| recordnum | Record number to seek to |
The documentation for this class was generated from the following file: