Define a base class which represents MED Mesh entity. More...
#include <MED_Structures.hxx>
Public Member Functions | |
| virtual std::string | GetDesc () const =0 |
| Get description for the mesh. More... | |
| TInt | GetSpaceDim () const |
| virtual void | SetDesc (const std::string &theValue)=0 |
| Sets description for the mesh. More... | |
Public Member Functions inherited from MED::TNameInfo | |
| 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... | |
Public Member Functions inherited from MED::TBase | |
| virtual | ~TBase () |
Public Attributes | |
| TString | myDesc |
| Description of the mesh. More... | |
| TInt | myDim |
| Dimension of the mesh (0, 1, 2 or 3) More... | |
| TInt | mySpaceDim |
| EMaillage | myType |
| Type of the mesh. More... | |
Public Attributes inherited from MED::TNameInfo | |
| TString | myName |
| Keeps its name. More... | |
Detailed Description
Member Function Documentation
◆ GetDesc()
|
pure virtual |
Get description for the mesh.
Implemented in MED::TTMeshInfo< eVersion >.
◆ GetSpaceDim()
| TInt MED::TMeshInfo::GetSpaceDim | ( | ) | const |
◆ SetDesc()
|
pure virtual |
Sets description for the mesh.
Implemented in MED::TTMeshInfo< eVersion >.
Member Data Documentation
◆ myDesc
| 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().
◆ myDim
| 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().
◆ mySpaceDim
| TInt MED::TMeshInfo::mySpaceDim |
◆ myType
| EMaillage MED::TMeshInfo::myType |
The documentation for this struct was generated from the following file:
- src/3rdParty/salomesmesh/inc/MED_Structures.hxx
Public Member Functions inherited from
1.8.17