
Go to the source code of this file.
Packages | |
| package | MED |
Typedefs | |
| typedef std::map < EGeometrieElement, PElemInfo > | MED.TGeom2ElemInfo |
| typedef std::map < EEntiteMaillage, TGeom2ElemInfo > | MED.TEntity2TGeom2ElemInfo |
| typedef std::set< PFamilyInfo > | MED.TFamilyInfoSet |
| typedef boost::tuple < PFamilyInfo, TInt > | MED.TFamilyTSize |
| typedef std::set< TFamilyTSize > | MED.TFamilyTSizeSet |
| typedef std::map < EEntiteMaillage, TFamilyTSizeSet > | MED.TEntity2FamilySet |
| typedef std::map< std::string, TFamilyInfoSet > | MED.TGroupInfo |
| typedef std::set< PTimeStampInfo > | MED.TTimeStampInfoSet |
| typedef std::map< PFieldInfo, TTimeStampInfoSet > | MED.TFieldInfo2TimeStampInfoSet |
| typedef std::map < EEntiteMaillage, TFieldInfo2TimeStampInfoSet > | MED.TEntite2TFieldInfo2TimeStampInfoSet |
| typedef std::map < TGaussInfo::TKey, PGaussInfo, TGaussInfo::TLess > | MED.TKey2Gauss |
| typedef std::map < TProfileInfo::TKey, PProfileInfo > | MED.TKey2Profile |
| typedef boost::tuple < EModeProfil, TKey2Profile > | MED.TMKey2Profile |
| typedef std::map< TInt, TInt > | MED.TFamilyID2NbCells |
Functions | |
| dn46 SALOME series6x631 MED Mandriva2010 MED_SRC src MEDWrapper Base MED_Algorithm cxx dn46 SALOME series6x631 MED Mandriva2010 MED_SRC src MEDWrapper Base MED_Algorithm cxx TEntity2TGeom2ElemInfo | MED.GetEntity2TGeom2ElemInfo (const PWrapper &theWrapper, const PMeshInfo &theMeshInfo, const MED::TEntityInfo &theEntityInfo) |
| Get set of TElemInfo by its geometrical type and corresponding MED ENTITY. | |
| TFamilyInfoSet | MED.GetFamilyInfoSet (const PWrapper &theWrapper, const PMeshInfo &theMeshInfo) |
| Read set of MED FAMILIES for defined MED file. | |
| bool | MED.operator< (const TFamilyTSize &theLeft, const TFamilyTSize &theRight) |
| TEntity2FamilySet | MED.GetEntity2FamilySet (const PWrapper &theWrapper, const TEntity2TGeom2ElemInfo &theEntity2TGeom2ElemInfo, const TFamilyInfoSet &theFamilyInfoSet) |
| Split set of MED FAMILIES by corresponding MED ENTITY. | |
| TGroupInfo | MED.GetGroupInfo (const TFamilyInfoSet &theFamilyInfoSet) |
| Split the input set of MED FAMILIES by corresponding MED GROUPS. | |
| TFieldInfo2TimeStampInfoSet | MED.GetFieldInfo2TimeStampInfoSet (const PWrapper &theWrapper, const PMeshInfo &theMeshInfo, const MED::TEntityInfo &theEntityInfo) |
| Read set of MED TIMESTAMPS groupped by corresponding MED FIELDS. | |
| TEntite2TFieldInfo2TimeStampInfoSet | MED.GetEntite2TFieldInfo2TimeStampInfoSet (const TFieldInfo2TimeStampInfoSet &theFieldInfo2TimeStampInfoSet) |
| Split the input set of MED TIMESTAMPS by corresponding MED FIELDS and MED ENTITIES. | |
| TKey2Gauss | MED.GetKey2Gauss (const PWrapper &theWrapper, TErr *theErr=NULL, EModeSwitch theMode=eFULL_INTERLACE) |
| Read set of MED GAUSS. | |
| PProfileInfo | MED.GetProfileInfo (const PWrapper &theWrapper, const std::string &theProfileName, TErr *theErr=NULL, EModeProfil theMode=eCOMPACT) |
| Get MED PROFILE by its name. | |
| TMKey2Profile | MED.GetMKey2Profile (const PWrapper &theWrapper, TErr *theErr=NULL, EModeProfil theMode=eCOMPACT) |
| Read set of MED PROFILES. | |
| EEntiteMaillage | MED.GetEntityByFamilyId (PGrilleInfo &theInfo, TInt theId) |
| Get Entity for Grille by family id. | |
| TFamilyID2NbCells | MED.GetFamilyID2NbCells (PGrilleInfo &theInfo) |
| Get Number of cells for theId family, for Grille. | |
| EEntiteMaillage | MED.ConvertEntity (const EEntiteMaillage &aEntity) |
| Convert eNOEUD_ELEMENT to eMAILLE. | |