MED::TTNodeInfo< eVersion > Struct Template Reference
#include <MED_TStructures.hxx>
Public Types | |
typedef TTElemInfo< eVersion > TElemInfoBase | |
Public Member Functions | |
virtual std::string GetCoordName (TInt theId) const | |
Get name of the coordinate dimension by its order number. More... | |
virtual std::string GetCoordUnit (TInt theId) const | |
Get name of unit for the coordinate dimension by its order number. More... | |
virtual void SetCoordName (TInt theId, const std::string &theValue) | |
Set name of the coordinate dimension by its order number. More... | |
virtual void SetCoordUnit (TInt theId, const std::string &theValue) | |
Set name of unit for the coordinate dimension by its order number. More... | |
TTNodeInfo (const PMeshInfo &theMeshInfo, const PNodeInfo &theInfo) | |
TTNodeInfo (const PMeshInfo &theMeshInfo, const TFloatVector &theNodeCoords, EModeSwitch theMode, ERepere theSystem, const TStringVector &theCoordNames, const TStringVector &theCoordUnits, const TIntVector &theFamilyNums, const TIntVector &theElemNums, const TStringVector &theElemNames) | |
TTNodeInfo (const PMeshInfo &theMeshInfo, TInt theNbElem, EModeSwitch theMode, ERepere theSystem, EBooleen theIsElemNum, EBooleen theIsElemNames) | |
![]() | |
TCoordSlice GetCoordSlice (TInt theId) | |
Gives coordinates for mesh node by its number. More... | |
TCCoordSlice GetCoordSlice (TInt theId) const | |
Gives coordinates for mesh node by its number (const version) More... | |
ERepere GetSystem () const | |
Get which coordinate system is used for the node describing. More... | |
void SetSystem (ERepere theSystem) | |
Set coordinate system to be used for the node describing. More... | |
![]() | |
TInt GetElemNum (TInt theId) const | |
Get a reference number of the mesh element by its order number. More... | |
TInt GetFamNum (TInt theId) const | |
Get number of a MED FAMILY by order number of the mesh element. More... | |
const PMeshInfo & GetMeshInfo () const | |
Get a reference to corresponding MED Mesh. More... | |
TInt GetNbElem () const | |
EBooleen IsElemNames () const | |
Let know if the mesh elements havew names. More... | |
EBooleen IsElemNum () const | |
Let know if the mesh elements are indexed. More... | |
EBooleen IsFamNum () const | |
Let know if the mesh elements family are indexed. More... | |
void SetElemNum (TInt theId, TInt theVal) | |
Set a reference number for the mesh element by its order number. More... | |
void SetFamNum (TInt theId, TInt theVal) | |
Set number of a MED FAMILY for the mesh element with the order number. More... | |
![]() | |
virtual ~TBase () | |
![]() | |
EModeSwitch GetModeSwitch () const | |
TModeSwitchInfo () | |
To construct instance of the class by default. More... | |
TModeSwitchInfo (EModeSwitch theModeSwitch) | |
To construct instance of the class. More... | |
![]() | |
virtual std::string GetElemName (TInt theId) const | |
Get name of the mesh element by its order number. More... | |
virtual void SetElemName (TInt theId, const std::string &theValue) | |
Set name of the mesh element by its order number. More... | |
TTElemInfo (const PMeshInfo &theMeshInfo, const PElemInfo &theInfo) | |
TTElemInfo (const PMeshInfo &theMeshInfo, TInt theNbElem, const TIntVector &theFamilyNums, const TIntVector &theElemNums, const TStringVector &theElemNames) | |
TTElemInfo (const PMeshInfo &theMeshInfo, TInt theNbElem, EBooleen theIsElemNum, EBooleen theIsElemNames) | |
Additional Inherited Members | |
![]() | |
PNodeCoord myCoord | |
Contains all nodal coordinates. More... | |
TString myCoordNames | |
Contains names for the coordinate dimensions. More... | |
TString myCoordUnits | |
Contains units for the coordinate dimensions. More... | |
ERepere mySystem | |
Defines, which coordinate system is used. More... | |
![]() | |
PString myElemNames | |
Contains sequence of the names for the mesh elements. More... | |
PElemNum myElemNum | |
Contains sequence of the indexes for the mesh elements. More... | |
PElemNum myFamNum | |
Get number of mesh elements. More... | |
EBooleen myIsElemNames | |
Defines if the mesh elements are named. More... | |
EBooleen myIsElemNum | |
Defines if the mesh elements are indexed. More... | |
EBooleen myIsFamNum | |
Defines if the mesh elements family are indexed. More... | |
PMeshInfo myMeshInfo | |
A reference to correspondig MED Mesh. More... | |
TInt myNbElem | |
![]() | |
EModeSwitch myModeSwitch | |
Keeps the. More... | |
Member Typedef Documentation
◆ TElemInfoBase
template<EVersion eVersion>
typedef TTElemInfo<eVersion> MED::TTNodeInfo< eVersion >::TElemInfoBase |
Constructor & Destructor Documentation
◆ TTNodeInfo() [1/3]
template<EVersion eVersion>
MED::TTNodeInfo< eVersion >::TTNodeInfo | ( | const PMeshInfo & | theMeshInfo, |
const PNodeInfo & | theInfo | ||
) |
◆ TTNodeInfo() [2/3]
template<EVersion eVersion>
MED::TTNodeInfo< eVersion >::TTNodeInfo | ( | const PMeshInfo & | theMeshInfo, |
TInt | theNbElem, | ||
EModeSwitch | theMode, | ||
ERepere | theSystem, | ||
EBooleen | theIsElemNum, | ||
EBooleen | theIsElemNames | ||
) |
◆ TTNodeInfo() [3/3]
template<EVersion eVersion>
MED::TTNodeInfo< eVersion >::TTNodeInfo | ( | const PMeshInfo & | theMeshInfo, |
const TFloatVector & | theNodeCoords, | ||
EModeSwitch | theMode, | ||
ERepere | theSystem, | ||
const TStringVector & | theCoordNames, | ||
const TStringVector & | theCoordUnits, | ||
const TIntVector & | theFamilyNums, | ||
const TIntVector & | theElemNums, | ||
const TStringVector & | theElemNames | ||
) |
Member Function Documentation
◆ GetCoordName()
template<EVersion eVersion>
|
virtual |
Get name of the coordinate dimension by its order number.
Implements MED::TNodeInfo.
References MED::GetString(), and MED::TNodeInfo::myCoordNames.
◆ GetCoordUnit()
template<EVersion eVersion>
|
virtual |
Get name of unit for the coordinate dimension by its order number.
Implements MED::TNodeInfo.
References MED::GetString(), and MED::TNodeInfo::myCoordUnits.
◆ SetCoordName()
template<EVersion eVersion>
|
virtual |
Set name of the coordinate dimension by its order number.
Implements MED::TNodeInfo.
References MED::TNodeInfo::myCoordNames, and MED::SetString().
Referenced by MED::TTNodeInfo< eVersion >::TTNodeInfo().
◆ SetCoordUnit()
template<EVersion eVersion>
|
virtual |
Set name of unit for the coordinate dimension by its order number.
Implements MED::TNodeInfo.
References MED::TNodeInfo::myCoordUnits, and MED::SetString().
Referenced by MED::TTNodeInfo< eVersion >::TTNodeInfo().
The documentation for this struct was generated from the following file:
- src/3rdParty/salomesmesh/inc/MED_TStructures.hxx