|
| TTPolygoneInfo (const PMeshInfo &theMeshInfo, const PPolygoneInfo &theInfo) |
|
| TTPolygoneInfo (const PMeshInfo &theMeshInfo, EEntiteMaillage theEntity, EGeometrieElement theGeom, const TIntVector &theIndexes, const TIntVector &theConnectivities, EConnectivite theConnMode, const TIntVector &theFamilyNums, const TIntVector &theElemNums, const TStringVector &theElemNames) |
|
| TTPolygoneInfo (const PMeshInfo &theMeshInfo, EEntiteMaillage theEntity, EGeometrieElement theGeom, TInt theNbElem, TInt theConnSize, EConnectivite theConnMode, EBooleen theIsElemNum, EBooleen theIsElemNames) |
|
EConnectivite | GetConnMode () const |
| Let known in what connectivity the cells are written. More...
|
|
TConnSlice | GetConnSlice (TInt theElemId) |
| Gives connectivities for polygon by its number. More...
|
|
TCConnSlice | GetConnSlice (TInt theElemId) const |
| Gives connectivities for polygon by its number (const version) More...
|
|
EEntiteMaillage | GetEntity () const |
| Let known what MED ENTITY the MED Polygons belong to. More...
|
|
EGeometrieElement | GetGeom () const |
| Let known what MED geometrical type the MED Polygons belong to. More...
|
|
TInt | GetNbConn (TInt theElemId) const |
| Gives number of the connectivities for the defined polygon. More...
|
|
virtual std::string | GetElemName (TInt theId) const =0 |
| Get name of the mesh element by its order number. 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 have 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...
|
|
virtual void | SetElemName (TInt theId, const std::string &theValue)=0 |
| Set name of the mesh element by its order number. 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 () |
|
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) |
|