MEDmeshnEntityWithProfile.c
Aller à la documentation de ce fichier.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019 #include <med.h>
00020 #include <med_config.h>
00021 #include <string.h>
00022 #include <stdlib.h>
00023 #include <med_outils.h>
00024
00046 med_int
00047 MEDmeshnEntityWithProfile(const med_idt fid,
00048 const char * const meshname,
00049 const med_int numdt,
00050 const med_int numit,
00051 const med_entity_type entitype,
00052 const med_geometry_type geotype,
00053 const med_data_type datatype,
00054 const med_connectivity_mode cmode,
00055 const med_storage_mode storagemode,
00056 char * const profilename,
00057 med_int * const profilesize,
00058 med_bool * const changement,
00059 med_bool * const transformation )
00060 {
00061
00062 return _MEDmeshnEntity(fid, meshname, numdt, numit,
00063 entitype, geotype,
00064 datatype, cmode,
00065 storagemode,profilename, profilesize,
00066 changement, transformation );
00067
00068 }