Define a base class which represents MED Mesh entity. More...
#include <MED_Structures.hxx>
Public Member Functions | |
TInt | GetDim () const |
Gets dimension of the mesh. More... | |
TInt | GetSpaceDim () const |
EMaillage | GetType () const |
Gets type of the mesh. More... | |
virtual std::string | GetDesc () const =0 |
Get description for the mesh. More... | |
virtual void | SetDesc (const std::string &theValue)=0 |
Sets description for the mesh. More... | |
virtual std::string | GetName () const =0 |
Gets its name. More... | |
virtual void | SetName (const std::string &theValue)=0 |
Set a new name. More... | |
virtual void | SetName (const TString &theValue)=0 |
Set a new name. More... | |
Data Fields | |
TInt | myDim |
Dimension of the mesh (0, 1, 2 or 3) More... | |
TInt | mySpaceDim |
EMaillage | myType |
Type of the mesh. More... | |
TString | myDesc |
Description of the mesh. More... | |
TString | myName |
Keeps its name. More... | |
Define a base class which represents MED Mesh entity.
|
pure virtual |
Get description for the mesh.
Implemented in MED::TTMeshInfo< eVersion >.
TInt MED::TMeshInfo::GetDim | ( | ) | const |
Gets dimension of the mesh.
Referenced by MED::V2_2::TVWrapper::GetEntityInfo().
|
pure virtualinherited |
Gets its name.
Implemented in MED::TTNameInfo< eVersion >.
TInt MED::TMeshInfo::GetSpaceDim | ( | ) | const |
EMaillage MED::TMeshInfo::GetType | ( | ) | const |
Gets type of the mesh.
Referenced by MED::V2_2::TVWrapper::GetEntityInfo().
|
pure virtual |
Sets description for the mesh.
Implemented in MED::TTMeshInfo< eVersion >.
|
pure virtualinherited |
Set a new name.
Implemented in MED::TTNameInfo< eVersion >.
Referenced by MED::V2_2::TVWrapper::GetFieldInfo().
|
pure virtualinherited |
Set a new name.
Implemented in MED::TTNameInfo< eVersion >.
TString MED::TMeshInfo::myDesc |
Description of the mesh.
Referenced by MED::TTMeshInfo< eVersion >::GetDesc(), MED::V2_2::TVWrapper::GetMeshInfo(), MED::TTMeshInfo< eVersion >::SetDesc(), MED::V2_2::TVWrapper::SetMeshInfo(), and MED::TTMeshInfo< eVersion >::TTMeshInfo().
TInt MED::TMeshInfo::myDim |
Dimension of the mesh (0, 1, 2 or 3)
Referenced by MED::V2_2::TVWrapper::GetGrilleInfo(), MED::V2_2::TVWrapper::GetMeshInfo(), MED::V2_2::TVWrapper::GetNodeInfo(), MED::V2_2::TVWrapper::SetGrilleInfo(), MED::V2_2::TVWrapper::SetMeshInfo(), and MED::TTMeshInfo< eVersion >::TTMeshInfo().
|
inherited |
Keeps its name.
Referenced by MED::V2_2::TVWrapper::GetCellInfo(), MED::V2_2::TVWrapper::GetEntityInfo(), MED::V2_2::TVWrapper::GetFamilies(), MED::V2_2::TVWrapper::GetFamilyInfo(), MED::V2_2::TVWrapper::GetFieldInfo(), MED::V2_2::TVWrapper::GetGaussInfo(), MED::V2_2::TVWrapper::GetGrilleInfo(), MED::V2_2::TVWrapper::GetGrilleStruct(), MED::V2_2::TVWrapper::GetGrilleType(), MED::V2_2::TVWrapper::GetMeshInfo(), MED::TTNameInfo< eVersion >::GetName(), MED::V2_2::TVWrapper::GetNames(), MED::V2_2::TVWrapper::GetNbCells(), MED::V2_2::TVWrapper::GetNbFamAttr(), MED::V2_2::TVWrapper::GetNbFamGroup(), MED::V2_2::TVWrapper::GetNbFamilies(), MED::V2_2::TVWrapper::GetNbNodes(), MED::V2_2::TVWrapper::GetNbTimeStamps(), MED::V2_2::TVWrapper::GetNodeInfo(), MED::V2_2::TVWrapper::GetNumeration(), MED::V2_2::TVWrapper::GetPolyedreConnSize(), MED::V2_2::TVWrapper::GetPolyedreInfo(), MED::V2_2::TVWrapper::GetPolygoneConnSize(), MED::V2_2::TVWrapper::GetPolygoneInfo(), MED::V2_2::TVWrapper::GetProfileInfo(), MED::V2_2::TVWrapper::GetTimeStampInfo(), MED::V2_2::TVWrapper::SetCellInfo(), MED::V2_2::TVWrapper::SetFamilies(), MED::V2_2::TVWrapper::SetFamilyInfo(), MED::V2_2::TVWrapper::SetFieldInfo(), MED::V2_2::TVWrapper::SetGrilleInfo(), MED::V2_2::TVWrapper::SetMeshInfo(), MED::TTNameInfo< eVersion >::SetName(), MED::V2_2::TVWrapper::SetNames(), MED::V2_2::TVWrapper::SetNodeInfo(), MED::V2_2::TVWrapper::SetNumeration(), MED::V2_2::TVWrapper::SetPolyedreInfo(), MED::V2_2::TVWrapper::SetPolygoneInfo(), MED::V2_2::TVWrapper::SetProfileInfo(), and MED::TTNameInfo< eVersion >::TTNameInfo().
TInt MED::TMeshInfo::mySpaceDim |
EMaillage MED::TMeshInfo::myType |