Récupération des attributs d'un objet HDF. More...
#include <hdfatt.h>
Functions | |
int | hdf_get_obj_att (int32 obj_id, int32 nbatt, struct hdfatt **att) |
Récupération des attributs d'un objet HDF.
Cette fonction retourne une structure décrivant les attribut d'un objet HDF. Voir hdfatt.h pour la définition de cette structure.
Elle retourne 0 en cas de succès, 1 en cas d'erreur HDF et 2 pour toute autre erreur ----------------------------------------------------------------------------
Spécification: int hdf_get_obj_att(int32 obj_id, int32 nbatt, struct hdfatt **att);
----------------------------------------------------------------------------
----------------------------------------------------------------------------
Modifications, révisions:
----------------------------------------------------------------------------
int hdf_get_obj_att | ( | int32 | obj_id, | |
int32 | nbatt, | |||
struct hdfatt ** | att | |||
) |
obj_id | Identificateur HDF de l'objet | |
nbatt | Nombre d'attributs de l'objet | |
att | Pointeur sur la table des attributs à renseigner |
References hdfatt::data, hdfatt::dim, hdfatt::name, and hdfatt::typ.