Aller à la documentation de ce fichier.
55 const med_int nconstituentpervalue,
56 const med_int constituentselect,
59 const char *
const profilename,
68 med_int _profilearraysize=0,_maxentitynum=0;
80 _maxentitynum=_start+(count-1)*(stride);
82 if ( strlen(profilename) ) {
84 if ( _maxentitynum > _profilearraysize ) {
93 if ( constituentselect > nconstituentpervalue) {
103 switch(storagemode) {
107 storagemode,profilename,start,stride,count,blocksize,lastblocksize,filter) < 0 ) {
109 MESSAGE(
"MED_FULL_INTERLACE, MED_GLOBAL_STMODE");
115 storagemode,profilename,start,stride,count,blocksize,lastblocksize,filter) < 0 ) {
117 MESSAGE(
"MED_FULL_INTERLACE, MED_COMPACT_STMODE");
135 switch(storagemode) {
140 storagemode,profilename,start,stride,count,blocksize,lastblocksize,filter) < 0 ) {
142 MESSAGE(
"MED_NO_INTERLACE, MED_GLOBAL_STMODE");
149 storagemode,profilename,start,stride,count,blocksize,lastblocksize,filter) < 0 ) {
151 MESSAGE(
"MED_NO_INTERLACE, MED_COMPACT_STMODE");
#define ISCRUTE_int(entier)
#define MED_ERR_(rt, r1, r2, r3)
med_err MEDfilterBlockOfEntityCr(const med_idt fid, const med_int nentity, const med_int nvaluesperentity, const med_int nconstituentpervalue, const med_int constituentselect, const med_switch_mode switchmode, const med_storage_mode storagemode, const char *const profilename, const med_size start, const med_size stride, const med_size count, const med_size blocksize, const med_size lastblocksize, med_filter *const filter)
Crée un filtre en selectionnant par blocs les entités pour lesquelles on veut lire/écrire des valeurs...
#define MED_ERR_VALUE_MSG
MEDC_EXPORT med_err _MEDfilterBlockOfEntityFullIGlobalCr(const med_idt fid, const med_int nentity, const med_int nvaluesperentity, const med_int nconstituentpervalue, const med_int constituentselect, const med_storage_mode storagemode, const char *const profilename, const med_size start, const med_size stride, const med_size count, const med_size blocksize, const med_size lastblocksize, med_filter *const filter)
#define MED_ERR_INTERLACINGMODE
MEDC_EXPORT med_err _MEDfilterBlockOfEntityNoICompactCr(const med_idt fid, const med_int nentity, const med_int nvaluesperentity, const med_int nconstituentpervalue, const med_int constituentselect, const med_storage_mode storagemode, const char *const profilename, const med_size start, const med_size stride, const med_size count, const med_size blocksize, const med_size lastblocksize, med_filter *const filter)
MEDC_EXPORT med_int MEDprofileSizeByName(const med_idt fid, const char *const profilename)
Cette routine permet de lire la taille d'un profil dont on connait le nom.
MEDC_EXPORT med_err _MEDfilterBlockOfEntityFullICompactCr(const med_idt fid, const med_int nentity, const med_int nvaluesperentity, const med_int nconstituentpervalue, const med_int constituentselect, const med_storage_mode storagemode, const char *const profilename, const med_size start, const med_size stride, const med_size count, const med_size blocksize, const med_size lastblocksize, med_filter *const filter)
MEDC_EXPORT med_err _MEDfilterBlockOfEntityNoIGlobalCr(const med_idt fid, const med_int nentity, const med_int nvaluesperentity, const med_int nconstituentpervalue, const med_int constituentselect, const med_storage_mode storagemode, const char *const profilename, const med_size start, const med_size stride, const med_size count, const med_size blocksize, const med_size lastblocksize, med_filter *const filter)
#define ISCRUTE_size(entier)
#define MED_ERR_GSIZE_MSG
#define NOFINALBLANK(chaine, label)