#include <MED_TStructures.hxx>

Public Types | |
| typedef TTElemInfo< eVersion > | TElemInfoBase |
Public Member Functions | |
| TTNodeInfo (const PMeshInfo &theMeshInfo, const PNodeInfo &theInfo) | |
| TTNodeInfo (const PMeshInfo &theMeshInfo, TInt theNbElem, EModeSwitch theMode, ERepere theSystem, EBooleen theIsElemNum, EBooleen theIsElemNames) | |
| 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) | |
| virtual std::string | GetCoordName (TInt theId) const |
| virtual void | SetCoordName (TInt theId, const std::string &theValue) |
| virtual std::string | GetCoordUnit (TInt theId) const |
| virtual void | SetCoordUnit (TInt theId, const std::string &theValue) |
| typedef TTElemInfo<eVersion> MED.TTNodeInfo< eVersion >.TElemInfoBase |
| MED.TTNodeInfo< eVersion >.TTNodeInfo | ( | const PMeshInfo & | theMeshInfo, |
| const PNodeInfo & | theInfo | ||
| ) |
| MED.TTNodeInfo< eVersion >.TTNodeInfo | ( | const PMeshInfo & | theMeshInfo, |
| TInt | theNbElem, | ||
| EModeSwitch | theMode, | ||
| ERepere | theSystem, | ||
| EBooleen | theIsElemNum, | ||
| EBooleen | theIsElemNames | ||
| ) |
| 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 | ||
| ) |
| virtual std::string MED.TTNodeInfo< eVersion >.GetCoordName | ( | TInt | theId | ) | const [virtual] |
Implements MED.TNodeInfo.
References MED.GetString(), and MED.TNodeInfo.myCoordNames.
| virtual void MED.TTNodeInfo< eVersion >.SetCoordName | ( | TInt | theId, |
| const std::string & | theValue | ||
| ) | [virtual] |
Implements MED.TNodeInfo.
References MED.TNodeInfo.myCoordNames, and MED.SetString().
| virtual std::string MED.TTNodeInfo< eVersion >.GetCoordUnit | ( | TInt | theId | ) | const [virtual] |
Implements MED.TNodeInfo.
References MED.GetString(), and MED.TNodeInfo.myCoordUnits.
| virtual void MED.TTNodeInfo< eVersion >.SetCoordUnit | ( | TInt | theId, |
| const std::string & | theValue | ||
| ) | [virtual] |
Implements MED.TNodeInfo.
References MED.TNodeInfo.myCoordUnits, and MED.SetString().