Namespaces | |
namespace | V2_2 |
Data Structures | |
class | TCoordHelper |
struct | TGaussDef |
Description of family of integration points. More... | |
class | TGaussCoord |
Define a helper class to handle Gauss Points coordinates. More... | |
struct | TShapeFun |
Shape function definitions. More... | |
struct | TSeg2a |
struct | TSeg3a |
struct | TTria3a |
struct | TTria6a |
struct | TTria3b |
struct | TTria6b |
struct | TQuad4a |
struct | TQuad8a |
struct | TQuad9a |
struct | TQuad4b |
struct | TQuad8b |
struct | TQuad9b |
struct | TTetra4a |
struct | TTetra10a |
struct | TTetra4b |
struct | TTetra10b |
struct | THexa8a |
struct | THexa20a |
struct | THexa27a |
struct | THexa8b |
struct | THexa20b |
struct | TPenta6a |
struct | TPenta6b |
struct | TPenta15a |
struct | TPenta15b |
struct | TPyra5a |
struct | TPyra5b |
struct | TPyra13a |
struct | TPyra13b |
class | SharedPtr |
To extend the boost::shared_ptr to support such features automatic dynamic cast. More... | |
class | TCSlice |
This class intends to provide a uniform way to handle multidimensional data (const version) More... | |
class | TSlice |
This class extends TCSlice functionality for non-constant case. More... | |
struct | TBase |
Define a parent class for all MEDWrapper classes. More... | |
struct | TNameInfo |
Define a parent class for all named MED entities. More... | |
struct | TModeSwitchInfo |
Define a parent class for all MED entities that contains a sequence of numbers. More... | |
struct | TMeshInfo |
Define a base class which represents MED Mesh entity. More... | |
struct | TFamilyInfo |
Define a base class which represents MED Family entity. More... | |
struct | TElemInfo |
Define a parent class for all MED entities that describes mesh entites such as nodes and cells. More... | |
struct | TNodeInfo |
Define a base class which represents MED Nodes entity. More... | |
struct | TCellInfo |
Define a base class which represents MED Cells entity. More... | |
struct | TPolygoneInfo |
Define a base class which represents MED Polygon entity. More... | |
struct | TBallInfo |
Define a class representing MED_BALL structure element. More... | |
struct | TPolyedreInfo |
Define a base class which represents MED Polyedre entity. More... | |
struct | TFieldInfo |
Define a base class which represents MED Field entity. More... | |
struct | TGaussInfo |
The class represents MED Gauss entity. More... | |
struct | TTimeStampInfo |
Define a base class which represents MED TimeStamp. More... | |
struct | TProfileInfo |
The class represents MED Profile 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 | TTMeshValue |
The class is a helper one. It provide safe and flexible way to get access to values for a MED TimeStamp. More... | |
struct | TTimeStampValueBase |
The class is a base class for MED TimeStamp values holder. More... | |
struct | TTimeStampValue |
The class implements a container for MED TimeStamp values. More... | |
struct | TGrilleInfo |
Define a base class which represents MED Grille (structured mesh) More... | |
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... | |
struct | TTNameInfo |
struct | TTMeshInfo |
struct | TTFamilyInfo |
struct | TTElemInfo |
struct | TTNodeInfo |
struct | TTPolygoneInfo |
struct | TTPolyedreInfo |
struct | TTCellInfo |
struct | TTBallInfo |
struct | TTFieldInfo |
struct | TTGaussInfo |
struct | TTTimeStampInfo |
struct | TTProfileInfo |
struct | TTTimeStampValue |
struct | TTGrilleInfo |
class | TTWrapper |
class | PrefixPrinter |
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... | |
class | TLockProxy |
This class provide thread-safety for MEDWrapper interaction. More... | |
class | SharedPtr< TWrapper > |
To specialize the SharedPtr for TWrapper. More... | |
Functions | |
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... | |
TFamilyInfoSet | GetFamilyInfoSet (const PWrapper &theWrapper, const PMeshInfo &theMeshInfo) |
Read set of MED FAMILIES for defined MED file. More... | |
TGroupInfo | GetGroupInfo (const TFamilyInfoSet &theFamilyInfoSet) |
Split the input set of MED FAMILIES by corresponding MED GROUPS. More... | |
TFieldInfo2TimeStampInfoSet | GetFieldInfo2TimeStampInfoSet (const PWrapper &theWrapper, const PMeshInfo &theMeshInfo, const MED::TEntityInfo &theEntityInfo) |
Read set of MED TIMESTAMPS groupped by corresponding MED FIELDS. More... | |
TEntite2TFieldInfo2TimeStampInfoSet | GetEntite2TFieldInfo2TimeStampInfoSet (const TFieldInfo2TimeStampInfoSet &theFieldInfo2TimeStampInfoSet) |
Split the input set of MED TIMESTAMPS by corresponding MED FIELDS and MED ENTITIES. More... | |
bool | operator< (const TFamilyTSize &theLeft, const TFamilyTSize &theRight) |
TEntity2FamilySet | GetEntity2FamilySet (const PWrapper &theWrapper, const TEntity2TGeom2ElemInfo &theEntity2TGeom2ElemInfo, const TFamilyInfoSet &theFamilyInfoSet) |
Split set of MED FAMILIES by corresponding MED ENTITY. More... | |
TKey2Gauss | GetKey2Gauss (const PWrapper &theWrapper, TErr *theErr=NULL, EModeSwitch theMode=eFULL_INTERLACE) |
Read set of MED GAUSS. More... | |
PProfileInfo | GetProfileInfo (const PWrapper &theWrapper, const std::string &theProfileName, TErr *theErr=NULL, EModeProfil theMode=eCOMPACT) |
Get MED PROFILE by its name. More... | |
TMKey2Profile | GetMKey2Profile (const PWrapper &theWrapper, TErr *theErr=NULL, EModeProfil theMode=eCOMPACT) |
Read set of MED PROFILES. More... | |
EEntiteMaillage | GetEntityByFamilyId (PGrilleInfo &theInfo, TInt theId) |
Get Entity for Grille by family id. More... | |
TFamilyID2NbCells | GetFamilyID2NbCells (PGrilleInfo &theInfo) |
Get Number of cells for theId family, for Grille. More... | |
EEntiteMaillage | ConvertEntity (const EEntiteMaillage &aEntity) |
Convert eNOEUD_ELEMENT to eMAILLE. More... | |
const TEntity2GeomSet & | GetEntity2GeomSet () |
template<EVersion > | |
TInt | GetDESCLength () |
template<EVersion > | |
TInt | GetIDENTLength () |
template<EVersion > | |
TInt | GetNOMLength () |
template<EVersion > | |
TInt | GetLNOMLength () |
template<EVersion > | |
TInt | GetPNOMLength () |
template<EVersion > | |
void | GetVersionRelease (TInt &majeur, TInt &mineur, TInt &release) |
template<EVersion > | |
TInt | GetNbConn (EGeometrieElement typmai, EEntiteMaillage typent, TInt mdim) |
TInt | GetNbNodes (EGeometrieElement typmai) |
template<ECoordName TCoordId> | |
TFloat | GetCoord (const TCCoordSlice &theCoordSlice) |
template<> | |
TFloat | GetCoord< eNone > (const TCCoordSlice &theCoordSlice) |
PCoordHelper | GetCoordHelper (PNodeInfo theNodeInfo) |
bool | IsEqual (TFloat theLeft, TFloat theRight) |
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... | |
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... | |
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... | |
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... | |
std::string | GetString (TInt theId, TInt theStep, const TString &theString) |
Extract a substring from the sequence of the strings. More... | |
void | SetString (TInt theId, TInt theStep, TString &theString, const std::string &theValue) |
Set a substring in the sequence of the strings. More... | |
void | SetString (TInt theId, TInt theStep, TString &theString, const TString &theValue) |
Set a substring in the sequence of the strings. More... | |
TInt | GetDimGaussCoord (EGeometrieElement theGeom) |
Get dimension of the Gauss coordinates for the defined type of mesh cell. More... | |
TInt | GetNbRefCoord (EGeometrieElement theGeom) |
Get number of referenced nodes for the defined type of mesh cell. More... | |
PFloatTimeStampValue | CastToFloatTimeStampValue (const PTimeStampValueBase &theTimeStampValue) |
PIntTimeStampValue | CastToIntTimeStampValue (const PTimeStampValueBase &theTimeStampValue) |
template<class TMeshValueTypeFrom , class TMeshValueTypeTo > | |
void | CopyTimeStampValue (SharedPtr< TTimeStampValue< TMeshValueTypeFrom > > theTimeStampValueFrom, SharedPtr< TTimeStampValue< TMeshValueTypeTo > > theTimeStampValueTo) |
template<class TMeshValueType > | |
void | CopyTimeStampValue (SharedPtr< TTimeStampValue< TMeshValueType > > theTimeStampValueFrom, SharedPtr< TTimeStampValue< TMeshValueType > > theTimeStampValueTo) |
void | CopyTimeStampValueBase (const PTimeStampValueBase &theValueFrom, const PTimeStampValueBase &theValueTo) |
template<class TimeStampValueType > | |
void | Print (SharedPtr< TimeStampValueType > theTimeStampValue) |
EVersion | GetVersionId (const std::string &theFileName, bool theDoPreCheckInSeparateProcess) |
bool | getMEDVersion (const std::string &fname, int &major, int &minor, int &release) |
PWrapper | CrWrapper (const std::string &theFileName, bool theDoPreCheckInSeparateProcess) |
PWrapper | CrWrapper (const std::string &theFileName, EVersion theId) |
template<> | |
TInt | GetDESCLength< eV2_2 > () |
template<> | |
TInt | GetIDENTLength< eV2_2 > () |
template<> | |
TInt | GetNOMLength< eV2_2 > () |
template<> | |
TInt | GetLNOMLength< eV2_2 > () |
template<> | |
TInt | GetPNOMLength< eV2_2 > () |
template<> | |
void | GetVersionRelease< eV2_2 > (TInt &majeur, TInt &mineur, TInt &release) |
template<> | |
TInt | GetNbConn< eV2_2 > (EGeometrieElement typmai, EEntiteMaillage typent, TInt mdim) |
Variables | |
TGetCoord | aXYZGetCoord [3] |
TGetCoord | aXYGetCoord [3] |
TGetCoord | aYZGetCoord [3] |
TGetCoord | aXZGetCoord [3] |
TGetCoord | aXGetCoord [3] |
TGetCoord | aYGetCoord [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< TMeshValueTypeFrom > > | theTimeStampValueFrom, |
SharedPtr< TTimeStampValue< TMeshValueTypeTo > > | theTimeStampValueTo | ||
) |
void MED::CopyTimeStampValue | ( | SharedPtr< TTimeStampValue< TMeshValueType > > | theTimeStampValueFrom, |
SharedPtr< TTimeStampValue< TMeshValueType > > | theTimeStampValueTo | ||
) |
void MED::CopyTimeStampValueBase | ( | const PTimeStampValueBase & | theValueFrom, |
const PTimeStampValueBase & | theValueTo | ||
) |
References eFLOAT64, and eINT.
Referenced by MED::TWrapper::GetTimeStampVal(), and MED::TWrapper::SetTimeStamp().
References eV2_1, eV2_2, EXCEPTION, and GetVersionId().
Referenced by CheckMed(), CopyMed(), DriverMED_R_SMESHDS_Mesh::GetMeshNames(), SMESH_Gen_i::GetMeshNames(), DriverMED_R_SMESHDS_Mesh::Perform(), DriverMED_W_Field::Perform(), DriverMED_W_SMESHDS_Mesh::Perform(), SMESH_PreMeshInfo::readGroupInfo(), and SMESH_PreMeshInfo::readMeshInfo().
PWrapper MED::CrWrapper | ( | const std::string & | theFileName, |
EVersion | theId | ||
) |
References eV2_1, eV2_2, EXCEPTION, and GetVersionId().
bool MED::GetBaryCenter | ( | const TCellInfo & | theCellInfo, |
const TNodeInfo & | theNodeInfo, | ||
TGaussCoord & | theGaussCoord, | ||
const TElemNum & | theElemNum, | ||
EModeSwitch | theMode | ||
) |
To calculate Gauss Points coordinates for defined TCellInfo as its bary center.
References ADDMSG, MED::TCellInfo::GetConnDim(), MED::TCellInfo::GetConnSlice(), MED::TNodeInfo::GetCoordSlice(), MED::TGaussCoord::GetCoordSliceArr(), MED::TElemInfo::GetMeshInfo(), MED::TElemInfo::GetNbElem(), MED::TGaussCoord::Init(), INITMSG, and INITMSGA.
bool MED::GetBaryCenter | ( | const TPolygoneInfo & | thePolygoneInfo, |
const TNodeInfo & | theNodeInfo, | ||
TGaussCoord & | theGaussCoord, | ||
const TElemNum & | theElemNum, | ||
EModeSwitch | theMode | ||
) |
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(), MED::TGaussCoord::Init(), INITMSG, and INITMSGA.
bool MED::GetBaryCenter | ( | const TPolyedreInfo & | thePolyedreInfo, |
const TNodeInfo & | theNodeInfo, | ||
TGaussCoord & | theGaussCoord, | ||
const TElemNum & | theElemNum, | ||
EModeSwitch | theMode | ||
) |
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(), INITMSG, INITMSGA, and MED::TCSlice< TValueType >::size().
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::GetDESCLength | ( | ) |
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().
Referenced by CheckMed().
TEntity2FamilySet MED::GetEntity2FamilySet | ( | const PWrapper & | theWrapper, |
const TEntity2TGeom2ElemInfo & | theEntity2TGeom2ElemInfo, | ||
const TFamilyInfoSet & | theFamilyInfoSet | ||
) |
const MED::TEntity2GeomSet & MED::GetEntity2GeomSet | ( | ) |
References Entity2GeomSet.
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, | ||
EModeSwitch | theMode | ||
) |
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(), INITMSG, MED::TCellInfo::myGeom, and MED::TGaussInfo::myGeom.
Referenced by CheckMed().
TGroupInfo MED::GetGroupInfo | ( | const TFamilyInfoSet & | theFamilyInfoSet | ) |
TInt MED::GetIDENTLength | ( | ) |
TInt MED::GetIDENTLength< eV2_2 > | ( | ) |
TKey2Gauss MED::GetKey2Gauss | ( | const PWrapper & | theWrapper, |
TErr * | theErr, | ||
EModeSwitch | theMode | ||
) |
TInt MED::GetLNOMLength | ( | ) |
TInt MED::GetLNOMLength< eV2_2 > | ( | ) |
Referenced by SMESH_Mesh_i::ImportMEDFile().
TMKey2Profile MED::GetMKey2Profile | ( | const PWrapper & | theWrapper, |
TErr * | theErr, | ||
EModeProfil | theMode | ||
) |
TInt MED::GetNbConn | ( | EGeometrieElement | typmai, |
EEntiteMaillage | typent, | ||
TInt | mdim | ||
) |
Referenced by MED::TPolygoneInfo::GetConnSlice().
TInt MED::GetNbConn< eV2_2 > | ( | EGeometrieElement | typmai, |
EEntiteMaillage | typent, | ||
TInt | mdim | ||
) |
TInt MED::GetNbNodes | ( | EGeometrieElement | typmai | ) |
Referenced by MED::TCellInfo::GetConnSlice(), MED::TGrilleInfo::GetCoord(), MED::V2_2::TVWrapper::GetEntityInfo(), MED::V2_2::TVWrapper::GetGrilleInfo(), MED::V2_2::TVWrapper::GetNbNodes(), MED::TWrapper::GetPGrilleInfo(), MED::TWrapper::GetPNodeInfo(), DriverMED_W_SMESHDS_Mesh::Perform(), and MED::TTCellInfo< eVersion >::TTCellInfo().
TInt MED::GetNbRefCoord | ( | EGeometrieElement | theGeom | ) |
Get number of referenced nodes for the defined type of mesh cell.
Referenced by MED::TGaussInfo::GetNbRef().
TInt MED::GetNOMLength | ( | ) |
TInt MED::GetNOMLength< eV2_2 > | ( | ) |
TInt MED::GetPNOMLength | ( | ) |
TInt MED::GetPNOMLength< eV2_2 > | ( | ) |
PProfileInfo MED::GetProfileInfo | ( | const PWrapper & | theWrapper, |
const std::string & | theProfileName, | ||
TErr * | theErr, | ||
EModeProfil | theMode | ||
) |
Get MED PROFILE by its name.
Referenced by MED::TWrapper::GetPProfileInfo().
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(), SMESH_NoteBook::GetResultScript(), MED::TTTimeStampInfo< eVersion >::GetUnitDt(), and MED::TTFieldInfo< eVersion >::GetUnitName().
References BEGMSG, eV2_1, eV2_2, eVUnknown, INITMSG, and MSG.
Referenced by CrWrapper(), and SMESH_Gen_i::GetMEDVersion().
void MED::GetVersionRelease | ( | TInt & | majeur, |
TInt & | mineur, | ||
TInt & | release | ||
) |
void MED::GetVersionRelease< eV2_2 > | ( | TInt & | majeur, |
TInt & | mineur, | ||
TInt & | release | ||
) |
Referenced by DriverMED_W_SMESHDS_Mesh::GetVersionString().
bool MED::IsEqual | ( | TFloat | theLeft, |
TFloat | theRight | ||
) |
Referenced by SMESH_Pattern::compUVByElasticIsolines(), and MED::TShapeFun::IsSatisfy().
bool MED::operator< | ( | const TFamilyTSize & | theLeft, |
const TFamilyTSize & | theRight | ||
) |
void MED::Print | ( | SharedPtr< TimeStampValueType > | theTimeStampValue | ) |
References ADDMSG, and INITMSG.
Referenced by StdMeshers_FaceSide::dump().
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().
TGetCoord MED::aXYGetCoord[3] |
Referenced by GetCoordHelper().
TGetCoord MED::aXYZGetCoord[3] |
Referenced by GetCoordHelper().
TGetCoord MED::aXZGetCoord[3] |
Referenced by GetCoordHelper().
TGetCoord MED::aYGetCoord[3] |
Referenced by GetCoordHelper().
TGetCoord MED::aYZGetCoord[3] |
Referenced by GetCoordHelper().
TGetCoord MED::aZGetCoord[3] |
Referenced by GetCoordHelper().