MED fichier
Fonctions
Référence du fichier med_proto.h
#include "medC_win_dll.h"
#include "medlibrary.h"
#include "medfile.h"
#include "medmesh.h"
#include "medfield.h"
#include "medfamily.h"
#include "medequivalence.h"
#include "medsubdomain.h"
#include "medprofile.h"
#include "medfilter.h"
#include "medlocalization.h"
#include "medlink.h"
#include "medstructelement.h"
#include "medparameter.h"
#include "medinterp.h"
Graphe des dépendances par inclusion de med_proto.h:
Ce graphe montre quels fichiers incluent directement ou indirectement ce fichier :

Aller au code source de ce fichier.

Fonctions

MEDC_EXPORT med_err _MEDmeshCr (const med_idt fid, const char *const root, const char *const meshname, const med_int spacedim, const med_int meshdim, const med_mesh_type meshtype, const char *const description, const char *const dtunit, const med_sorting_type sortingtype, const med_axis_type axistype, const char *const axisname, const char *const axisunit)
 
MEDC_EXPORT med_err _MEDmeshInfoByName (const med_idt fid, const char *const root, const char *const meshname, med_int *const spacedim, med_int *const meshdim, med_mesh_type *const meshtype, char *const description, char *const dtunit, med_sorting_type *const sortingtype, med_int *const nstep, med_axis_type *const axistype, char *const axisname, char *const axisunit)
 
MEDC_EXPORT med_idt _MEDmeshAssociatedGroupCr (const med_idt id, const char *const rootname, const char *const meshname, const med_int numdt, const med_int numit, const med_float dt, const med_bool justopen, const char *const datagroupname)
 
MEDC_EXPORT med_err _MEDmeshAdvancedWr (const med_idt fid, const char *const meshname, const med_data_type meddatatype, const char *const datasetname, const med_internal_type datatype, const med_int numdt, const med_int numit, const med_float dt, const med_entity_type entitype, const med_geometry_type geotype, const med_connectivity_mode cmode, const med_storage_mode storagemode, const char *const profilename, const med_switch_mode switchmode, const med_int dimselect, const med_filter *const filter, const med_int nentity, const void *const value)
 
MEDC_EXPORT med_err _MEDmeshAdvancedRd (const med_idt fid, const char *const meshname, const med_data_type meddatatype, const char *const datasetname, const med_internal_type datatype, const med_int numdt, const med_int numit, const med_entity_type entitype, const med_geometry_type geotype, const med_connectivity_mode cmode, const med_storage_mode storagemode, const char *const profilename, const med_switch_mode switchmode, const med_int dimselect, const med_filter *const filter, unsigned char *const value)
 
MEDC_EXPORT med_int _MEDmeshnEntity (const med_idt fid, const char *const meshname, const med_int numdt, const med_int numit, const med_entity_type entitype, const med_geometry_type geotype, const med_data_type datatype, const med_connectivity_mode cmode, const med_storage_mode storagemode, char *const profilename, med_int *const profilesize, med_bool *const changement, med_bool *const transformation)
 
MEDC_EXPORT med_idt _MEDmeshDatagroupOpen (const med_idt fid, const char *const meshname, char *const usedpath, med_bool *const isasupportmesh)
 
MEDC_EXPORT med_err _MEDfieldComputingStepCheck236 (med_idt fid, const char *const fieldname, med_size *const ncpst, med_bool checkmultiplemesh, med_bool *const multiplemesh, med_bool checkmeshname, med_bool *const samedefaultmeshname)
 
MEDC_EXPORT med_int _MEDfieldnValue (const med_idt fid, const char *const fieldname, const med_int numdt, const med_int numit, const med_entity_type entitype, const med_geometry_type geotype, char *const profilename, const int profileit, const med_storage_mode storagemode, med_int *const profilesize, char *const localizationname, med_int *const nintegrationpoint)
 
MEDC_EXPORT med_int _MEDfield23nValue (const med_idt fid, const char *const fieldname, const med_int numdt, const med_int numit, const med_entity_type entitype, const med_geometry_type geotype, const char *const meshname, char *const profilename, const int profileit, const med_storage_mode storagemode, med_int *const profilesize, char *const localizationname, med_int *const nintegrationpoint)
 
MEDC_EXPORT int _MEDtest8bits (uint8_t int_type, int offset)
 
MEDC_EXPORT uint8_t _MEDnSet8bits (uint8_t int_type)
 
MEDC_EXPORT void _MEDset8bits (uint8_t *const int_type, int offset)
 
MEDC_EXPORT int _MEDtest32bits (uint32_t int_type, int offset)
 
MEDC_EXPORT uint32_t _MEDnSet32bits (uint32_t int_type)
 
MEDC_EXPORT void _MEDset32bits (uint32_t *const int_type, int offset)