Namespaces | |
| namespace | V2_2 |
Classes | |
| class | PrefixPrinter |
| class | SharedPtr |
| To extend the boost::shared_ptr to support such features automatic dynamic cast. More... | |
| struct | TBallInfo |
| Define a class representing MED_BALL structure element. More... | |
| struct | TBase |
| Define a parent class for all MEDWrapper classes. More... | |
| struct | TCellInfo |
| Define a base class which represents MED Cells entity. More... | |
| class | TCoordHelper |
| class | TCSlice |
| This class intends to provide an uniform way to handle multy-dimension data (const version) More... | |
| struct | TElemInfo |
| Define a parent class for all MED entities that describes mesh entities such as nodes and cells. More... | |
| struct | TFamilyInfo |
| Define a base class which represents MED Family entity. More... | |
| struct | TFieldInfo |
| Define a base class which represents MED Field entity. More... | |
| class | TGaussCoord |
| Define a helper class to handle Gauss Points coordinates. More... | |
| struct | TGaussDef |
| Description of family of integration points. More... | |
| struct | TGaussInfo |
| The class represents MED Gauss entity. More... | |
| struct | TGrilleInfo |
| Define a base class which represents MED Grille (structured mesh) More... | |
| struct | THexa20a |
| struct | THexa20b |
| struct | THexa27a |
| struct | THexa8a |
| struct | THexa8b |
| class | TLockProxy |
| This class provide thread-safety for MEDWrapper interaction. More... | |
| struct | TMeshInfo |
| Define a base class which represents MED Mesh entity. More... | |
| struct | TMeshValueBase |
| The class is a helper one. It provide safe and flexible way to get access to values for a MED TimeStamp. More... | |
| struct | TModeSwitchInfo |
| Define a parent class for all MED entities that contains a sequence of numbers. More... | |
| struct | TNameInfo |
| Define a parent class for all named MED entities. More... | |
| struct | TNodeInfo |
| Define a base class which represents MED Nodes entity. More... | |
| struct | TPenta15a |
| struct | TPenta15b |
| struct | TPenta6a |
| struct | TPenta6b |
| struct | TPolyedreInfo |
| Define a base class which represents MED Polyedre entity. More... | |
| struct | TPolygoneInfo |
| Define a base class which represents MED Polygon entity. More... | |
| struct | TProfileInfo |
| The class represents MED Profile entity. More... | |
| struct | TPyra13a |
| struct | TPyra13b |
| struct | TPyra5a |
| struct | TPyra5b |
| struct | TQuad4a |
| struct | TQuad4b |
| struct | TQuad8a |
| struct | TQuad8b |
| struct | TQuad9a |
| struct | TQuad9b |
| struct | TSeg2a |
| struct | TSeg3a |
| struct | TShapeFun |
| Shape function definitions. More... | |
| class | TSlice |
| This class extend TCSlice functionality for non-constant case. More... | |
| struct | TTBallInfo |
| struct | TTCellInfo |
| struct | TTElemInfo |
| struct | TTetra10a |
| struct | TTetra10b |
| struct | TTetra4a |
| struct | TTetra4b |
| struct | TTFamilyInfo |
| struct | TTFieldInfo |
| struct | TTGaussInfo |
| struct | TTGrilleInfo |
| struct | TTimeStampInfo |
| Define a base class which represents MED TimeStamp. More... | |
| struct | TTimeStampValue |
| The class implements a container for MED TimeStamp values. More... | |
| struct | TTimeStampValueBase |
| The class is a base class for MED TimeStamp values holder. More... | |
| struct | TTMeshInfo |
| struct | TTMeshValue |
| The class is a helper one. It provide safe and flexible way to get access to values for a MED TimeStamp. More... | |
| struct | TTNameInfo |
| struct | TTNodeInfo |
| struct | TTPolyedreInfo |
| struct | TTPolygoneInfo |
| struct | TTProfileInfo |
| struct | TTria3a |
| struct | TTria3b |
| struct | TTria6a |
| struct | TTria6b |
| struct | TTTimeStampInfo |
| struct | TTTimeStampValue |
| class | TTWrapper |
| struct | TValueHolder |
| To provide a common way to handle values of MEDWrapper types as native MED types. More... | |
| struct | TValueHolder< TVector< TVal >, TRepresentation > |
| To customize TValueHolder common template definition for TVector. More... | |
| class | TVector |
| Main purpose to introduce the class was to customize operator []. More... | |
| struct | TWrapper |
| Define a base class that wraps the MED API. More... | |
Functions | |
| PFloatTimeStampValue MEDWRAPPER_EXPORT | CastToFloatTimeStampValue (const PTimeStampValueBase &theTimeStampValue) |
| PIntTimeStampValue MEDWRAPPER_EXPORT | CastToIntTimeStampValue (const PTimeStampValueBase &theTimeStampValue) |
| MEDWRAPPER_EXPORT EEntiteMaillage | ConvertEntity (const EEntiteMaillage &aEntity) |
| Convert eNOEUD_ELEMENT to eMAILLE. More... | |
| template<class TMeshValueType > | |
| void | CopyTimeStampValue (SharedPtr< TTimeStampValue< TMeshValueType > > theTimeStampValueFrom, SharedPtr< TTimeStampValue< TMeshValueType > > theTimeStampValueTo) |
| template<class TMeshValueTypeFrom , class TMeshValueTypeTo > | |
| void | CopyTimeStampValue (SharedPtr< TTimeStampValue< TMeshValueTypeFrom > > theTimeStampValueFrom, SharedPtr< TTimeStampValue< TMeshValueTypeTo > > theTimeStampValueTo) |
| void | CopyTimeStampValueBase (const PTimeStampValueBase &theValueFrom, const PTimeStampValueBase &theValueTo) |
| MEDWRAPPER_FACTORY_EXPORT PWrapper | CrWrapper (const std::string &theFileName, bool theDoPreCheckInSeparateProcess=false) |
| MEDWRAPPER_FACTORY_EXPORT PWrapper | CrWrapper (const std::string &theFileName, EVersion theId) |
| MEDWRAPPER_EXPORT bool | GetBaryCenter (const TCellInfo &theCellInfo, const TNodeInfo &theNodeInfo, TGaussCoord &theGaussCoord, const TElemNum &theElemNum=TElemNum(), EModeSwitch theMode=eFULL_INTERLACE) |
| To calculate Gauss Points coordinates for defined TCellInfo as its bary center. More... | |
| MEDWRAPPER_EXPORT bool | GetBaryCenter (const TPolyedreInfo &thePolyedreInfo, const TNodeInfo &theNodeInfo, TGaussCoord &theGaussCoord, const TElemNum &theElemNum=TElemNum(), EModeSwitch theMode=eFULL_INTERLACE) |
| To calculate Gauss Points coordinates for defined TPolyedreInfo as its bary center. More... | |
| MEDWRAPPER_EXPORT bool | GetBaryCenter (const TPolygoneInfo &thePolygoneInfo, const TNodeInfo &theNodeInfo, TGaussCoord &theGaussCoord, const TElemNum &theElemNum=TElemNum(), EModeSwitch theMode=eFULL_INTERLACE) |
| To calculate Gauss Points coordinates for defined TPolygoneInfo as its bary center. More... | |
| template<ECoordName TCoordId> | |
| TFloat | GetCoord (const TCCoordSlice &theCoordSlice) |
| template<> | |
| TFloat | GetCoord< eNone > (const TCCoordSlice &theCoordSlice) |
| MEDWRAPPER_EXPORT PCoordHelper | GetCoordHelper (PNodeInfo theNodeInfo) |
| template<EVersion > | |
| TInt MEDWRAPPER_EXPORT | GetDESCLength () |
| template<> | |
| TInt MED_V22_WRAPPER_EXPORT | GetDESCLength< eV2_2 > () |
| template<> | |
| TInt | GetDESCLength< eV2_2 > () |
| MEDWRAPPER_EXPORT TInt | GetDimGaussCoord (EGeometrieElement theGeom) |
| Get dimension of the Gauss coordinates for the defined type of mesh cell. More... | |
| MEDWRAPPER_EXPORT TEntite2TFieldInfo2TimeStampInfoSet | GetEntite2TFieldInfo2TimeStampInfoSet (const TFieldInfo2TimeStampInfoSet &theFieldInfo2TimeStampInfoSet) |
| Split the input set of MED TIMESTAMPS by corresponding MED FIELDS and MED ENTITIES. More... | |
| MEDWRAPPER_EXPORT TEntity2FamilySet | GetEntity2FamilySet (const PWrapper &theWrapper, const TEntity2TGeom2ElemInfo &theEntity2TGeom2ElemInfo, const TFamilyInfoSet &theFamilyInfoSet) |
| Split set of MED FAMILIES by corresponding MED ENTITY. More... | |
| MEDWRAPPER_EXPORT const TEntity2GeomSet & | GetEntity2GeomSet () |
| MEDWRAPPER_EXPORT TEntity2TGeom2ElemInfo | GetEntity2TGeom2ElemInfo (const PWrapper &theWrapper, const PMeshInfo &theMeshInfo, const MED::TEntityInfo &theEntityInfo) |
| Get set of TElemInfo by its geometrical type and corresponding MED ENTITY. More... | |
| MEDWRAPPER_EXPORT EEntiteMaillage | GetEntityByFamilyId (PGrilleInfo &theInfo, TInt theId) |
| Get Entity for Grille by family id. More... | |
| MEDWRAPPER_EXPORT TFamilyID2NbCells | GetFamilyID2NbCells (PGrilleInfo &theInfo) |
| Get Number of cells for theId family, for Grille. More... | |
| MEDWRAPPER_EXPORT TFamilyInfoSet | GetFamilyInfoSet (const PWrapper &theWrapper, const PMeshInfo &theMeshInfo) |
| Read set of MED FAMILIES for defined MED file. More... | |
| MEDWRAPPER_EXPORT TFieldInfo2TimeStampInfoSet | GetFieldInfo2TimeStampInfoSet (const PWrapper &theWrapper, const PMeshInfo &theMeshInfo, const MED::TEntityInfo &theEntityInfo) |
| Read set of MED TIMESTAMPS groupped by corresponding MED FIELDS. More... | |
| MEDWRAPPER_EXPORT bool | GetGaussCoord3D (const TGaussInfo &theGaussInfo, const TCellInfo &theCellInfo, const TNodeInfo &theNodeInfo, TGaussCoord &theGaussCoord, const TElemNum &theElemNum=TElemNum(), EModeSwitch theMode=eFULL_INTERLACE) |
| To calculate Gauss Points coordinates. More... | |
| MEDWRAPPER_EXPORT TGroupInfo | GetGroupInfo (const TFamilyInfoSet &theFamilyInfoSet) |
| Split the input set of MED FAMILIES by corresponding MED GROUPS. More... | |
| template<EVersion > | |
| TInt MEDWRAPPER_EXPORT | GetIDENTLength () |
| template<> | |
| TInt MED_V22_WRAPPER_EXPORT | GetIDENTLength< eV2_2 > () |
| template<> | |
| TInt | GetIDENTLength< eV2_2 > () |
| MEDWRAPPER_EXPORT TKey2Gauss | GetKey2Gauss (const PWrapper &theWrapper, TErr *theErr=NULL, EModeSwitch theMode=eFULL_INTERLACE) |
| Read set of MED GAUSS. More... | |
| template<EVersion > | |
| TInt MEDWRAPPER_EXPORT | GetLNOMLength () |
| template<> | |
| TInt MED_V22_WRAPPER_EXPORT | GetLNOMLength< eV2_2 > () |
| template<> | |
| TInt | GetLNOMLength< eV2_2 > () |
| MEDWRAPPER_FACTORY_EXPORT bool | getMEDVersion (const std::string &, int &, int &, int &) |
| MEDWRAPPER_EXPORT TMKey2Profile | GetMKey2Profile (const PWrapper &theWrapper, TErr *theErr=NULL, EModeProfil theMode=eCOMPACT) |
| Read set of MED PROFILES. More... | |
| template<EVersion > | |
| MEDWRAPPER_EXPORT TInt | GetNbConn (EGeometrieElement typmai, EEntiteMaillage typent, TInt mdim) |
| template<> | |
| TInt MED_V22_WRAPPER_EXPORT | GetNbConn< eV2_2 > (EGeometrieElement typmai, EEntiteMaillage typent, TInt mdim) |
| template<> | |
| TInt | GetNbConn< eV2_2 > (EGeometrieElement typmai, EEntiteMaillage typent, TInt mdim) |
| MEDWRAPPER_EXPORT TInt | GetNbNodes (EGeometrieElement typmai) |
| MEDWRAPPER_EXPORT TInt | GetNbRefCoord (EGeometrieElement theGeom) |
| Get number of referenced nodes for the defined type of mesh cell. More... | |
| template<EVersion > | |
| TInt MEDWRAPPER_EXPORT | GetNOMLength () |
| template<> | |
| TInt MED_V22_WRAPPER_EXPORT | GetNOMLength< eV2_2 > () |
| template<> | |
| TInt | GetNOMLength< eV2_2 > () |
| template<EVersion > | |
| TInt MEDWRAPPER_EXPORT | GetPNOMLength () |
| template<> | |
| TInt MED_V22_WRAPPER_EXPORT | GetPNOMLength< eV2_2 > () |
| template<> | |
| TInt | GetPNOMLength< eV2_2 > () |
| MEDWRAPPER_EXPORT PProfileInfo | GetProfileInfo (const PWrapper &theWrapper, const std::string &theProfileName, TErr *theErr=NULL, EModeProfil theMode=eCOMPACT) |
| Get MED PROFILE by its name. More... | |
| MEDWRAPPER_EXPORT std::string | GetString (TInt theId, TInt theStep, const TString &theString) |
| Extract a substring from the sequence of the strings. More... | |
| MEDWRAPPER_FACTORY_EXPORT EVersion | GetVersionId (const std::string &theFileName, bool theDoPreCheckInSeparateProcess=false) |
| template<EVersion > | |
| void MEDWRAPPER_EXPORT | GetVersionRelease (TInt &majeur, TInt &mineur, TInt &release) |
| template<> | |
| void MED_V22_WRAPPER_EXPORT | GetVersionRelease< eV2_2 > (TInt &majeur, TInt &mineur, TInt &release) |
| template<> | |
| void | GetVersionRelease< eV2_2 > (TInt &majeur, TInt &mineur, TInt &release) |
| bool | IsEqual (TFloat theLeft, TFloat theRight) |
| bool | operator< (const TFamilyTSize &theLeft, const TFamilyTSize &theRight) |
| template<class TimeStampValueType > | |
| void | Print (SharedPtr< TimeStampValueType > theTimeStampValue) |
| MEDWRAPPER_EXPORT void | SetString (TInt theId, TInt theStep, TString &theString, const std::string &theValue) |
| Set a substring in the sequence of the strings. More... | |
| MEDWRAPPER_EXPORT void | SetString (TInt theId, TInt theStep, TString &theString, const TString &theValue) |
| Set a substring in the sequence of the strings. More... | |
Variables | |
| TGetCoord | aXGetCoord [3] |
| TGetCoord | aXYGetCoord [3] |
| TGetCoord | aXYZGetCoord [3] |
| TGetCoord | aXZGetCoord [3] |
| TGetCoord | aYGetCoord [3] |
| TGetCoord | aYZGetCoord [3] |
| TGetCoord | aZGetCoord [3] |
| typedef SharedPtr<TBallInfo> MED::PBallInfo |
| typedef SharedPtr<TCellInfo> MED::PCellInfo |
| typedef SharedPtr<TCoordHelper> MED::PCoordHelper |
| typedef SharedPtr<TElemInfo> MED::PElemInfo |
| typedef SharedPtr<TElemNum> MED::PElemNum |
| typedef SharedPtr<TFamilyInfo> MED::PFamilyInfo |
| typedef SharedPtr<TFieldInfo> MED::PFieldInfo |
| typedef SharedPtr<TGaussCoord> MED::PGaussCoord |
| typedef SharedPtr<TGaussInfo> MED::PGaussInfo |
| typedef SharedPtr<TGrilleInfo> MED::PGrilleInfo |
| typedef SharedPtr<TMeshInfo> MED::PMeshInfo |
| typedef SharedPtr<TNameInfo> MED::PNameInfo |
| typedef SharedPtr<TNodeCoord> MED::PNodeCoord |
| typedef SharedPtr<TNodeInfo> MED::PNodeInfo |
| typedef SharedPtr<TPolyedreInfo> MED::PPolyedreInfo |
| typedef SharedPtr<TPolygoneInfo> MED::PPolygoneInfo |
| typedef SharedPtr<TProfileInfo> MED::PProfileInfo |
| typedef SharedPtr<TString> MED::PString |
| typedef SharedPtr<TTimeStampInfo> MED::PTimeStampInfo |
| typedef SharedPtr<TWrapper> MED::PWrapper |
| typedef TCIntVecSlice MED::TCConnSlice |
| typedef TVector<TCConnSlice> MED::TCConnSliceArr |
| typedef TCFloatVecSlice MED::TCCoordSlice |
| typedef TVector<TCCoordSlice> MED::TCCoordSliceArr |
| typedef TCSlice<TFloat> MED::TCFloatVecSlice |
| typedef TCSlice<TInt> MED::TCIntVecSlice |
| typedef TIntVecSlice MED::TConnSlice |
| typedef TVector<TConnSlice> MED::TConnSliceArr |
| typedef TFloatVecSlice MED::TCoordSlice |
| typedef TVector<TCoordSlice> MED::TCoordSliceArr |
| typedef TCSlice<TFloat> MED::TCValueSlice |
| typedef TVector<TCValueSlice> MED::TCValueSliceArr |
| typedef std::vector<double> MED::TDoubleVector |
| typedef TIntVector MED::TElemNum |
| typedef std::map<EEntiteMaillage,TFieldInfo2TimeStampInfoSet> MED::TEntite2TFieldInfo2TimeStampInfoSet |
| typedef std::map<EEntiteMaillage,TFamilyTSizeSet> MED::TEntity2FamilySet |
| typedef std::map<EEntiteMaillage,TGeomSet> MED::TEntity2GeomSet |
| typedef std::map<EEntiteMaillage,TGeom2ElemInfo> MED::TEntity2TGeom2ElemInfo |
| typedef std::map<EEntiteMaillage,TGeom2Size> MED::TEntityInfo |
| typedef herr_t MED::TErr |
| typedef TIntVector MED::TFamAttr |
| typedef std::map<TInt,TInt> MED::TFamilyID2NbCells |
| typedef std::set<PFamilyInfo> MED::TFamilyInfoSet |
| typedef boost::tuple<PFamilyInfo,TInt> MED::TFamilyTSize |
| typedef std::set<TFamilyTSize> MED::TFamilyTSizeSet |
| typedef std::map<PFieldInfo,TTimeStampInfoSet> MED::TFieldInfo2TimeStampInfoSet |
| typedef double MED::TFloat |
| typedef TTMeshValue<TFloatVector> MED::TFloatMeshValue |
| typedef TSlice<TFloat> MED::TFloatVecSlice |
| typedef TVector< TFloat > MED::TFloatVector |
| typedef std::set<EGeometrieElement> MED::TGeom |
| typedef std::map<EGeometrieElement,PElemInfo> MED::TGeom2ElemInfo |
| typedef std::map<EGeometrieElement,PGaussInfo> MED::TGeom2Gauss |
| typedef std::map<EGeometrieElement,TInt> MED::TGeom2NbGauss |
| typedef std::map<EGeometrieElement,PProfileInfo> MED::TGeom2Profile |
| typedef std::map<EGeometrieElement,TInt> MED::TGeom2Size |
| typedef std::map<EGeometrieElement,TMeshValue> MED::TGeom2Value |
| typedef std::set<EGeometrieElement> MED::TGeomSet |
| typedef TFloat(* MED::TGetCoord) (const TCCoordSlice &theCoordSlice) |
| typedef std::map<std::string,TFamilyInfoSet> MED::TGroupInfo |
| typedef hid_t MED::TIdt |
| typedef std::map<TInt,TFloatVector> MED::TIndexes |
| typedef TTMeshValue<TIntVector> MED::TIntMeshValue |
| typedef TSlice<TInt> MED::TIntVecSlice |
| typedef TVector< TInt > MED::TIntVector |
| typedef std::map<TGaussInfo::TKey,PGaussInfo,TGaussInfo::TLess> MED::TKey2Gauss |
| typedef std::map<TProfileInfo::TKey,PProfileInfo> MED::TKey2Profile |
| typedef TFloatMeshValue MED::TMeshValue |
| typedef boost::tuple<EModeProfil,TKey2Profile> MED::TMKey2Profile |
| typedef std::map<TInt,TString> MED::TNames |
| typedef TFloatVector MED::TNodeCoord |
| typedef TVector<char> MED::TString |
Defines a type for managing sequence of strings.
| typedef std::set<std::string> MED::TStringSet |
| typedef TVector<std::string> MED::TStringVector |
| typedef std::set<PTimeStampInfo> MED::TTimeStampInfoSet |
| typedef TFloatVector MED::TValue |
| typedef TSlice<TFloat> MED::TValueSlice |
| typedef TVector<TValueSlice> MED::TValueSliceArr |
| typedef TFloatVector MED::TWeight |
| enum MED::EBooleen |
| enum MED::EConnectivite |
| enum MED::ECoordName |
| enum MED::EEntiteMaillage |
| enum MED::EGrilleType |
| enum MED::EMaillage |
| enum MED::EModeProfil |
| enum MED::EModeSwitch |
| enum MED::ERepere |
| enum MED::ETable |
| enum MED::ETypeChamp |
| enum MED::EVersion |
| PFloatTimeStampValue MED::CastToFloatTimeStampValue | ( | const PTimeStampValueBase & | theTimeStampValue | ) |
| PIntTimeStampValue MED::CastToIntTimeStampValue | ( | const PTimeStampValueBase & | theTimeStampValue | ) |
| EEntiteMaillage MED::ConvertEntity | ( | const EEntiteMaillage & | aEntity | ) |
Convert eNOEUD_ELEMENT to eMAILLE.
References eARETE, eFACE, eMAILLE, eNOEUD, and eNOEUD_ELEMENT.
Referenced by GetEntite2TFieldInfo2TimeStampInfoSet().
| void MED::CopyTimeStampValue | ( | SharedPtr< TTimeStampValue< TMeshValueType > > | theTimeStampValueFrom, |
| SharedPtr< TTimeStampValue< TMeshValueType > > | theTimeStampValueTo | ||
| ) |
| void MED::CopyTimeStampValue | ( | SharedPtr< TTimeStampValue< TMeshValueTypeFrom > > | theTimeStampValueFrom, |
| SharedPtr< TTimeStampValue< TMeshValueTypeTo > > | theTimeStampValueTo | ||
| ) |
| void MED::CopyTimeStampValueBase | ( | const PTimeStampValueBase & | theValueFrom, |
| const PTimeStampValueBase & | theValueTo | ||
| ) |
References eFLOAT64, and eINT.
Referenced by MED::TWrapper::GetTimeStampVal(), and MED::TWrapper::SetTimeStamp().
| PWrapper MED::CrWrapper | ( | const std::string & | theFileName, |
| bool | theDoPreCheckInSeparateProcess = false |
||
| ) |
References eV2_1, eV2_2, and GetVersionId().
Referenced by DriverMED_R_SMESHDS_Mesh::GetMeshNames(), DriverMED_R_SMESHDS_Mesh::Perform(), DriverMED_W_Field::Perform(), and DriverMED_W_SMESHDS_Mesh::Perform().
References eV2_1, eV2_2, and GetVersionId().
| bool MED::GetBaryCenter | ( | const TCellInfo & | theCellInfo, |
| const TNodeInfo & | theNodeInfo, | ||
| TGaussCoord & | theGaussCoord, | ||
| const TElemNum & | theElemNum = TElemNum(), |
||
| EModeSwitch | theMode = eFULL_INTERLACE |
||
| ) |
To calculate Gauss Points coordinates for defined TCellInfo as its bary center.
References MED::TCellInfo::GetConnDim(), MED::TCellInfo::GetConnSlice(), MED::TNodeInfo::GetCoordSlice(), MED::TGaussCoord::GetCoordSliceArr(), MED::TElemInfo::GetMeshInfo(), MED::TElemInfo::GetNbElem(), and MED::TGaussCoord::Init().
| bool MED::GetBaryCenter | ( | const TPolyedreInfo & | thePolyedreInfo, |
| const TNodeInfo & | theNodeInfo, | ||
| TGaussCoord & | theGaussCoord, | ||
| const TElemNum & | theElemNum = TElemNum(), |
||
| EModeSwitch | theMode = eFULL_INTERLACE |
||
| ) |
To calculate Gauss Points coordinates for defined TPolyedreInfo as its bary center.
References MED::TPolyedreInfo::GetConnSliceArr(), MED::TNodeInfo::GetCoordSlice(), MED::TGaussCoord::GetCoordSliceArr(), MED::TElemInfo::GetMeshInfo(), MED::TElemInfo::GetNbElem(), MED::TPolyedreInfo::GetNbNodes(), MED::TGaussCoord::Init(), and MED::TCSlice< TValueType >::size().
| bool MED::GetBaryCenter | ( | const TPolygoneInfo & | thePolygoneInfo, |
| const TNodeInfo & | theNodeInfo, | ||
| TGaussCoord & | theGaussCoord, | ||
| const TElemNum & | theElemNum = TElemNum(), |
||
| EModeSwitch | theMode = eFULL_INTERLACE |
||
| ) |
To calculate Gauss Points coordinates for defined TPolygoneInfo as its bary center.
References MED::TPolygoneInfo::GetConnSlice(), MED::TNodeInfo::GetCoordSlice(), MED::TGaussCoord::GetCoordSliceArr(), MED::TElemInfo::GetMeshInfo(), MED::TPolygoneInfo::GetNbConn(), MED::TElemInfo::GetNbElem(), and MED::TGaussCoord::Init().
| TFloat MED::GetCoord | ( | const TCCoordSlice & | theCoordSlice | ) |
| TFloat MED::GetCoord< eNone > | ( | const TCCoordSlice & | theCoordSlice | ) |
| PCoordHelper MED::GetCoordHelper | ( | PNodeInfo | theNodeInfo | ) |
References aXGetCoord, aXYGetCoord, aXYZGetCoord, aXZGetCoord, aYGetCoord, aYZGetCoord, aZGetCoord, eX, eY, and eZ.
Referenced by DriverMED_R_SMESHDS_Mesh::Perform().
| TInt MED_V22_WRAPPER_EXPORT MED::GetDESCLength< eV2_2 > | ( | ) |
| TInt MED::GetDESCLength< eV2_2 > | ( | ) |
| TInt MED::GetDimGaussCoord | ( | EGeometrieElement | theGeom | ) |
Get dimension of the Gauss coordinates for the defined type of mesh cell.
Referenced by MED::TGaussInfo::GetDim().
| TEntite2TFieldInfo2TimeStampInfoSet MED::GetEntite2TFieldInfo2TimeStampInfoSet | ( | const TFieldInfo2TimeStampInfoSet & | theFieldInfo2TimeStampInfoSet | ) |
Split the input set of MED TIMESTAMPS by corresponding MED FIELDS and MED ENTITIES.
References ConvertEntity().
| TEntity2FamilySet MED::GetEntity2FamilySet | ( | const PWrapper & | theWrapper, |
| const TEntity2TGeom2ElemInfo & | theEntity2TGeom2ElemInfo, | ||
| const TFamilyInfoSet & | theFamilyInfoSet | ||
| ) |
| const MED::TEntity2GeomSet & MED::GetEntity2GeomSet | ( | ) |
Referenced by MED::V2_2::TVWrapper::GetEntityInfo().
| TEntity2TGeom2ElemInfo MED::GetEntity2TGeom2ElemInfo | ( | const PWrapper & | theWrapper, |
| const PMeshInfo & | theMeshInfo, | ||
| const MED::TEntityInfo & | theEntityInfo | ||
| ) |
| EEntiteMaillage MED::GetEntityByFamilyId | ( | PGrilleInfo & | theInfo, |
| TInt | theId | ||
| ) |
| TFamilyID2NbCells MED::GetFamilyID2NbCells | ( | PGrilleInfo & | theInfo | ) |
Get Number of cells for theId family, for Grille.
| TFamilyInfoSet MED::GetFamilyInfoSet | ( | const PWrapper & | theWrapper, |
| const PMeshInfo & | theMeshInfo | ||
| ) |
| TFieldInfo2TimeStampInfoSet MED::GetFieldInfo2TimeStampInfoSet | ( | const PWrapper & | theWrapper, |
| const PMeshInfo & | theMeshInfo, | ||
| const MED::TEntityInfo & | theEntityInfo | ||
| ) |
| bool MED::GetGaussCoord3D | ( | const TGaussInfo & | theGaussInfo, |
| const TCellInfo & | theCellInfo, | ||
| const TNodeInfo & | theNodeInfo, | ||
| TGaussCoord & | theGaussCoord, | ||
| const TElemNum & | theElemNum = TElemNum(), |
||
| EModeSwitch | theMode = eFULL_INTERLACE |
||
| ) |
To calculate Gauss Points coordinates.
References eHEXA20, eHEXA8, ePENTA15, ePENTA6, ePYRA13, ePYRA5, eQUAD4, eQUAD8, eQUAD9, eSEG2, eSEG3, eTETRA10, eTETRA4, eTRIA3, eTRIA6, MED::TGaussInfo::GetGaussCoordSlice(), MED::TGaussInfo::GetNbGauss(), MED::TGaussInfo::GetNbRef(), MED::TGaussInfo::GetRefCoordSlice(), MED::TCellInfo::myGeom, and MED::TGaussInfo::myGeom.
| TGroupInfo MED::GetGroupInfo | ( | const TFamilyInfoSet & | theFamilyInfoSet | ) |
| TInt MED_V22_WRAPPER_EXPORT MED::GetIDENTLength< eV2_2 > | ( | ) |
| TInt MED::GetIDENTLength< eV2_2 > | ( | ) |
| TKey2Gauss MED::GetKey2Gauss | ( | const PWrapper & | theWrapper, |
| TErr * | theErr = NULL, |
||
| EModeSwitch | theMode = eFULL_INTERLACE |
||
| ) |
Read set of MED GAUSS.
| TInt MED_V22_WRAPPER_EXPORT MED::GetLNOMLength< eV2_2 > | ( | ) |
| TInt MED::GetLNOMLength< eV2_2 > | ( | ) |
| TMKey2Profile MED::GetMKey2Profile | ( | const PWrapper & | theWrapper, |
| TErr * | theErr = NULL, |
||
| EModeProfil | theMode = eCOMPACT |
||
| ) |
Read set of MED PROFILES.
| MEDWRAPPER_EXPORT TInt MED::GetNbConn | ( | EGeometrieElement | typmai, |
| EEntiteMaillage | typent, | ||
| TInt | mdim | ||
| ) |
| TInt MED_V22_WRAPPER_EXPORT MED::GetNbConn< eV2_2 > | ( | EGeometrieElement | typmai, |
| EEntiteMaillage | typent, | ||
| TInt | mdim | ||
| ) |
| TInt MED::GetNbConn< eV2_2 > | ( | EGeometrieElement | typmai, |
| EEntiteMaillage | typent, | ||
| TInt | mdim | ||
| ) |
| TInt MED::GetNbNodes | ( | EGeometrieElement | typmai | ) |
| TInt MED::GetNbRefCoord | ( | EGeometrieElement | theGeom | ) |
Get number of referenced nodes for the defined type of mesh cell.
Referenced by MED::TGaussInfo::GetNbRef().
| TInt MED_V22_WRAPPER_EXPORT MED::GetNOMLength< eV2_2 > | ( | ) |
| TInt MED::GetNOMLength< eV2_2 > | ( | ) |
| TInt MED_V22_WRAPPER_EXPORT MED::GetPNOMLength< eV2_2 > | ( | ) |
| TInt MED::GetPNOMLength< eV2_2 > | ( | ) |
| PProfileInfo MED::GetProfileInfo | ( | const PWrapper & | theWrapper, |
| const std::string & | theProfileName, | ||
| TErr * | theErr = NULL, |
||
| EModeProfil | theMode = eCOMPACT |
||
| ) |
Get MED PROFILE by its name.
Extract a substring from the sequence of the strings.
Referenced by MED::TTFamilyInfo< eVersion >::GetAttrDesc(), MED::TTFieldInfo< eVersion >::GetCompName(), MED::TTNodeInfo< eVersion >::GetCoordName(), MED::TTGrilleInfo< eVersion >::GetCoordName(), MED::TTNodeInfo< eVersion >::GetCoordUnit(), MED::TTGrilleInfo< eVersion >::GetCoordUnit(), MED::TTMeshInfo< eVersion >::GetDesc(), MED::TTElemInfo< eVersion >::GetElemName(), MED::TTFamilyInfo< eVersion >::GetGroupName(), MED::TTNameInfo< eVersion >::GetName(), MED::TTTimeStampInfo< eVersion >::GetUnitDt(), and MED::TTFieldInfo< eVersion >::GetUnitName().
| EVersion MED::GetVersionId | ( | const std::string & | theFileName, |
| bool | theDoPreCheckInSeparateProcess = false |
||
| ) |
References eV2_1, eV2_2, and eVUnknown.
Referenced by CrWrapper().
| void MEDWRAPPER_EXPORT MED::GetVersionRelease | ( | TInt & | majeur, |
| TInt & | mineur, | ||
| TInt & | release | ||
| ) |
| void MED_V22_WRAPPER_EXPORT MED::GetVersionRelease< eV2_2 > | ( | TInt & | majeur, |
| TInt & | mineur, | ||
| TInt & | release | ||
| ) |
| void MED::GetVersionRelease< eV2_2 > | ( | TInt & | majeur, |
| TInt & | mineur, | ||
| TInt & | release | ||
| ) |
Referenced by MED::TShapeFun::IsSatisfy().
| bool MED::operator< | ( | const TFamilyTSize & | theLeft, |
| const TFamilyTSize & | theRight | ||
| ) |
| void MED::Print | ( | SharedPtr< TimeStampValueType > | theTimeStampValue | ) |
Set a substring in the sequence of the strings.
Referenced by MED::TTFamilyInfo< eVersion >::SetAttrDesc(), MED::TTFieldInfo< eVersion >::SetCompName(), MED::TTNodeInfo< eVersion >::SetCoordName(), MED::TTGrilleInfo< eVersion >::SetCoordName(), MED::TTNodeInfo< eVersion >::SetCoordUnit(), MED::TTGrilleInfo< eVersion >::SetCoordUnit(), MED::TTMeshInfo< eVersion >::SetDesc(), MED::TTElemInfo< eVersion >::SetElemName(), MED::TTFamilyInfo< eVersion >::SetGroupName(), MED::TTNameInfo< eVersion >::SetName(), MED::TTTimeStampInfo< eVersion >::SetUnitDt(), and MED::TTFieldInfo< eVersion >::SetUnitName().
Set a substring in the sequence of the strings.
| TGetCoord MED::aXGetCoord[3] |
Referenced by GetCoordHelper(), and DriverMED_W_SMESHDS_Mesh::Perform().
| TGetCoord MED::aXYGetCoord[3] |
Referenced by GetCoordHelper(), and DriverMED_W_SMESHDS_Mesh::Perform().
| TGetCoord MED::aXYZGetCoord[3] |
Referenced by GetCoordHelper(), and DriverMED_W_SMESHDS_Mesh::Perform().
| TGetCoord MED::aXZGetCoord[3] |
Referenced by GetCoordHelper(), and DriverMED_W_SMESHDS_Mesh::Perform().
| TGetCoord MED::aYGetCoord[3] |
Referenced by GetCoordHelper(), and DriverMED_W_SMESHDS_Mesh::Perform().
| TGetCoord MED::aYZGetCoord[3] |
Referenced by GetCoordHelper(), and DriverMED_W_SMESHDS_Mesh::Perform().
| TGetCoord MED::aZGetCoord[3] |
Referenced by GetCoordHelper(), and DriverMED_W_SMESHDS_Mesh::Perform().