hdf_get_obj_att.c File Reference

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)

Detailed Description

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);

----------------------------------------------------------------------------

Author:
SIX Bruno, CGTD ICARE
CRI USTL, Domaine Universitaire Scientifique
Version:
1.0.0
Date:
2006-06-09

----------------------------------------------------------------------------

Modifications, révisions:

----------------------------------------------------------------------------


Function Documentation

int hdf_get_obj_att ( int32  obj_id,
int32  nbatt,
struct hdfatt **  att 
)
Parameters:
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.


Generated on Wed Feb 10 10:13:49 2010 for hdf_tools.kdevelop by  doxygen 1.6.1