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 | GetDim () const |
Gets dimension of the mesh. More... | |
TInt | GetSpaceDim () const |
EMaillage | GetType () const |
Gets type of the mesh. More... | |
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... | |
|
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().
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 >.
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().
TInt MED::TMeshInfo::mySpaceDim |
EMaillage MED::TMeshInfo::myType |