#include <MED_TStructures.hxx>
Public Types | |
typedef TTElemInfo< eVersion > | TElemInfoBase |
Public Member Functions | |
TTPolygoneInfo (const PMeshInfo &theMeshInfo, const PPolygoneInfo &theInfo) | |
TTPolygoneInfo (const PMeshInfo &theMeshInfo, EEntiteMaillage theEntity, EGeometrieElement theGeom, TInt theNbElem, TInt theConnSize, EConnectivite theConnMode, EBooleen theIsElemNum, EBooleen theIsElemNames) | |
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) | |
EEntiteMaillage | GetEntity () const |
Find out what MED ENTITY the MED Polygons belong to. More... | |
EGeometrieElement | GetGeom () const |
Find out what MED geometrical type the MED Polygons belong to. More... | |
EConnectivite | GetConnMode () const |
Find out in what connectivity the cells are written. More... | |
TInt | GetNbConn (TInt theElemId) const |
Gives number of the connectivities for the defined polygon. More... | |
TCConnSlice | GetConnSlice (TInt theElemId) const |
Gives connectivities for polygon by its number (const version) More... | |
TConnSlice | GetConnSlice (TInt theElemId) |
Gives connectivities for polygon by its number. More... | |
const PMeshInfo & | GetMeshInfo () const |
Get a reference to corresponding MED Mesh. More... | |
TInt | GetNbElem () const |
TInt | GetFamNum (TInt theId) const |
Get number of a MED FAMILY by order number of the mesh element. More... | |
void | SetFamNum (TInt theId, TInt theVal) |
Set number of a MED FAMILY for the mesh element with the order number. 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... | |
TInt | GetElemNum (TInt theId) const |
Get a reference number 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... | |
EBooleen | IsElemNames () const |
Let know if the mesh elements havew names. More... | |
virtual std::string | GetElemName (TInt theId) const =0 |
Get name of the mesh element by its order number. More... | |
virtual void | SetElemName (TInt theId, const std::string &theValue)=0 |
Set name of the mesh element by its order number. 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... | |
Data Fields | |
EEntiteMaillage | myEntity |
Defines the MED Entity where the polygons belongs to. More... | |
EGeometrieElement | myGeom |
Defines the MED Geometric type of the instance. More... | |
EConnectivite | myConnMode |
Defines connectivity mode. More... | |
PElemNum | myConn |
Table de connectivities. More... | |
PElemNum | myIndex |
Table de indexes. More... | |
PMeshInfo | myMeshInfo |
A reference to correspondig MED Mesh. More... | |
TInt | myNbElem |
PElemNum | myFamNum |
Get number of mesh elements. More... | |
EBooleen | myIsElemNum |
Defines if the mesh elements are indexed. More... | |
EBooleen | myIsFamNum |
Defines if the mesh elements family are indexed. More... | |
PElemNum | myElemNum |
Contains sequence of the indexes for the mesh elements. More... | |
EBooleen | myIsElemNames |
Defines if the mesh elements are named. More... | |
PString | myElemNames |
Contains sequence of the names for the mesh elements. More... | |
typedef TTElemInfo<eVersion> MED::TTPolygoneInfo< eVersion >::TElemInfoBase |
MED::TTPolygoneInfo< eVersion >::TTPolygoneInfo | ( | const PMeshInfo & | theMeshInfo, |
const PPolygoneInfo & | theInfo | ||
) |
MED::TTPolygoneInfo< eVersion >::TTPolygoneInfo | ( | const PMeshInfo & | theMeshInfo, |
EEntiteMaillage | theEntity, | ||
EGeometrieElement | theGeom, | ||
TInt | theNbElem, | ||
TInt | theConnSize, | ||
EConnectivite | theConnMode, | ||
EBooleen | theIsElemNum, | ||
EBooleen | theIsElemNames | ||
) |
MED::TTPolygoneInfo< eVersion >::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 | ||
) |
|
inherited |
Find out in what connectivity the cells are written.
|
inherited |
Gives connectivities for polygon by its number (const version)
References MED::GetNbConn().
Referenced by MED::GetBaryCenter().
|
inherited |
Gives connectivities for polygon by its number.
References MED::GetNbConn().
|
pure virtualinherited |
Get name of the mesh element by its order number.
Implemented in MED::TTElemInfo< eVersion >.
|
virtualinherited |
Get name of the mesh element by its order number.
Implements MED::TElemInfo.
References MED::GetString(), and MED::TElemInfo::myElemNames.
Get a reference number of the mesh element by its order number.
|
inherited |
Get number of a MED FAMILY by order number of the mesh element.
|
inherited |
Find out what MED geometrical type the MED Polygons belong to.
References MED::ePOLYGONE.
|
inherited |
Get a reference to corresponding MED Mesh.
Referenced by MED::TShapeFun::Eval(), and MED::GetBaryCenter().
Gives number of the connectivities for the defined polygon.
Referenced by MED::GetBaryCenter().
|
inherited |
Referenced by MED::TShapeFun::Eval(), and MED::GetBaryCenter().
|
inherited |
Let know if the mesh elements havew names.
|
inherited |
Let know if the mesh elements are indexed.
|
inherited |
Let know if the mesh elements family are indexed.
|
pure virtualinherited |
Set name of the mesh element by its order number.
Implemented in MED::TTElemInfo< eVersion >.
|
virtualinherited |
Set name of the mesh element by its order number.
Implements MED::TElemInfo.
References MED::TElemInfo::myElemNames, and MED::SetString().
Referenced by MED::TTElemInfo< eVersion >::TTElemInfo().
Set a reference number for the mesh element by its order number.
Referenced by MED::TTElemInfo< eVersion >::TTElemInfo().
Set number of a MED FAMILY for the mesh element with the order number.
References MED::eVRAI.
Referenced by MED::TTElemInfo< eVersion >::TTElemInfo().
|
inherited |
Table de connectivities.
Referenced by MED::V2_2::TVWrapper::GetPolygoneInfo(), MED::V2_2::TVWrapper::SetPolygoneInfo(), and MED::TTPolygoneInfo< eVersion >::TTPolygoneInfo().
|
inherited |
Defines connectivity mode.
Referenced by MED::V2_2::TVWrapper::GetPolygoneInfo(), MED::V2_2::TVWrapper::SetPolygoneInfo(), and MED::TTPolygoneInfo< eVersion >::TTPolygoneInfo().
|
inherited |
Contains sequence of the names for the mesh elements.
Referenced by MED::V2_2::TVWrapper::GetCellInfo(), MED::TTElemInfo< eVersion >::GetElemName(), MED::V2_2::TVWrapper::GetNames(), MED::V2_2::TVWrapper::GetNodeInfo(), MED::V2_2::TVWrapper::SetCellInfo(), MED::TTElemInfo< eVersion >::SetElemName(), MED::V2_2::TVWrapper::SetNames(), MED::V2_2::TVWrapper::SetNodeInfo(), MED::V2_2::TVWrapper::SetPolyedreInfo(), and MED::TTElemInfo< eVersion >::TTElemInfo().
|
inherited |
Contains sequence of the indexes for the mesh elements.
Referenced by MED::V2_2::TVWrapper::GetCellInfo(), MED::V2_2::TVWrapper::GetNodeInfo(), MED::V2_2::TVWrapper::GetNumeration(), MED::V2_2::TVWrapper::GetPolyedreInfo(), MED::V2_2::TVWrapper::GetPolygoneInfo(), MED::V2_2::TVWrapper::SetCellInfo(), MED::V2_2::TVWrapper::SetNodeInfo(), MED::V2_2::TVWrapper::SetNumeration(), MED::V2_2::TVWrapper::SetPolyedreInfo(), and MED::TTElemInfo< eVersion >::TTElemInfo().
|
inherited |
Defines the MED Entity where the polygons belongs to.
Referenced by MED::V2_2::TVWrapper::GetPolygoneInfo(), MED::V2_2::TVWrapper::SetPolygoneInfo(), and MED::TTPolygoneInfo< eVersion >::TTPolygoneInfo().
|
inherited |
Get number of mesh elements.
Defines sequence MED Family indexes for corresponding mesh entites
Referenced by MED::V2_2::TVWrapper::GetCellInfo(), MED::V2_2::TVWrapper::GetFamilies(), MED::V2_2::TVWrapper::GetNodeInfo(), MED::V2_2::TVWrapper::SetCellInfo(), MED::V2_2::TVWrapper::SetFamilies(), MED::V2_2::TVWrapper::SetNodeInfo(), MED::V2_2::TVWrapper::SetPolyedreInfo(), and MED::TTElemInfo< eVersion >::TTElemInfo().
|
inherited |
Defines the MED Geometric type of the instance.
Referenced by MED::V2_2::TVWrapper::GetPolygoneInfo(), MED::V2_2::TVWrapper::SetPolygoneInfo(), and MED::TTPolygoneInfo< eVersion >::TTPolygoneInfo().
|
inherited |
Table de indexes.
Referenced by MED::V2_2::TVWrapper::GetPolygoneInfo(), MED::V2_2::TVWrapper::SetPolygoneInfo(), and MED::TTPolygoneInfo< eVersion >::TTPolygoneInfo().
|
inherited |
Defines if the mesh elements are named.
Referenced by MED::V2_2::TVWrapper::GetCellInfo(), MED::V2_2::TVWrapper::GetNames(), MED::V2_2::TVWrapper::GetNodeInfo(), MED::V2_2::TVWrapper::GetPolyedreInfo(), MED::V2_2::TVWrapper::GetPolygoneInfo(), MED::V2_2::TVWrapper::SetCellInfo(), MED::V2_2::TVWrapper::SetNames(), MED::V2_2::TVWrapper::SetNodeInfo(), MED::V2_2::TVWrapper::SetPolyedreInfo(), and MED::TTElemInfo< eVersion >::TTElemInfo().
|
inherited |
Defines if the mesh elements are indexed.
Referenced by MED::V2_2::TVWrapper::GetCellInfo(), MED::V2_2::TVWrapper::GetNodeInfo(), MED::V2_2::TVWrapper::GetNumeration(), MED::V2_2::TVWrapper::GetPolyedreInfo(), MED::V2_2::TVWrapper::GetPolygoneInfo(), MED::V2_2::TVWrapper::SetCellInfo(), MED::V2_2::TVWrapper::SetNodeInfo(), MED::V2_2::TVWrapper::SetNumeration(), MED::V2_2::TVWrapper::SetPolyedreInfo(), and MED::TTElemInfo< eVersion >::TTElemInfo().
|
inherited |
Defines if the mesh elements family are indexed.
Referenced by MED::V2_2::TVWrapper::GetCellInfo(), MED::V2_2::TVWrapper::SetCellInfo(), and MED::TTElemInfo< eVersion >::TTElemInfo().
|
inherited |
A reference to correspondig MED Mesh.
Referenced by MED::V2_2::TVWrapper::GetBallInfo(), MED::V2_2::TVWrapper::GetCellInfo(), MED::TTCellInfo< eVersion >::GetConnDim(), MED::V2_2::TVWrapper::GetFamilies(), MED::V2_2::TVWrapper::GetNames(), MED::V2_2::TVWrapper::GetNodeInfo(), MED::V2_2::TVWrapper::GetNumeration(), MED::V2_2::TVWrapper::GetPolyedreInfo(), MED::V2_2::TVWrapper::GetPolygoneInfo(), MED::V2_2::TVWrapper::SetBallInfo(), MED::V2_2::TVWrapper::SetCellInfo(), MED::V2_2::TVWrapper::SetFamilies(), MED::V2_2::TVWrapper::SetNames(), MED::V2_2::TVWrapper::SetNodeInfo(), MED::V2_2::TVWrapper::SetNumeration(), MED::V2_2::TVWrapper::SetPolyedreInfo(), MED::V2_2::TVWrapper::SetPolygoneInfo(), MED::TTCellInfo< eVersion >::TTCellInfo(), and MED::TTElemInfo< eVersion >::TTElemInfo().
|
inherited |
Referenced by MED::V2_2::TVWrapper::GetNodeInfo(), MED::V2_2::TVWrapper::SetBallInfo(), MED::V2_2::TVWrapper::SetCellInfo(), MED::V2_2::TVWrapper::SetNodeInfo(), MED::V2_2::TVWrapper::SetPolyedreInfo(), MED::V2_2::TVWrapper::SetPolygoneInfo(), MED::TTCellInfo< eVersion >::TTCellInfo(), and MED::TTElemInfo< eVersion >::TTElemInfo().