Version: 8.3.0
MED::TTGrilleInfo< eVersion > Struct Template Reference

#include <MED_TStructures.hxx>

Inheritance diagram for MED::TTGrilleInfo< eVersion >:

Public Member Functions

 TTGrilleInfo (const PMeshInfo &theMeshInfo, const PGrilleInfo &theInfo)
 
 TTGrilleInfo (const PMeshInfo &theMeshInfo, const EGrilleType &type, const TInt nnoeuds)
 
 TTGrilleInfo (const PMeshInfo &theMeshInfo, const EGrilleType &type)
 
 TTGrilleInfo (const PMeshInfo &theMeshInfo, const EGrilleType &type, const MED::TIntVector &nbNodeVec)
 
virtual std::string GetCoordName (TInt theId) const
 Get name of 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 std::string GetCoordUnit (TInt theId) const
 Get name of unit for 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...
 
const PMeshInfoGetMeshInfo () const
 
const TNodeCoordGetNodeCoord () const
 Gives coordinates for mesh nodes (const version) More...
 
TNodeCoordGetNodeCoord ()
 
TNodeCoord GetCoord (TInt theId)
 Gives coordinates for mesh node by its number, array index from 0. More...
 
TIntVector GetConn (TInt theId, const bool isSub=false)
 Gives ids of nodes for mesh cell or sub-cell by its number, array index from 0. More...
 
const EGrilleTypeGetGrilleType () const
 Gets grille type (const version) More...
 
EGrilleType GetGrilleType ()
 Gets grille type. More...
 
void SetGrilleType (EGrilleType theGrilleType)
 Sets grille type. More...
 
const TIndexesGetMapOfIndexes () const
 Gets a map of Tables (const version) More...
 
TIndexesGetMapOfIndexes ()
 Gets a map of Tables. More...
 
const TFloatVectorGetIndexes (TInt theAxisNumber) const
 Gets a Table of indexes for certain axe(const version) More...
 
TFloatVectorGetIndexes (TInt theAxisNumber)
 Gets a Table of indexes for certain axe. More...
 
TInt GetNbIndexes (TInt theAxisNumber)
 Gets a number of indices per axe. More...
 
TInt GetNbNodes ()
 
TInt GetNbCells ()
 Return count of all points. More...
 
TInt GetNbSubCells ()
 Return count of all cells. More...
 
EGeometrieElement GetGeom ()
 Return count of all entities of <mesh dimension-1>=""> More...
 
EGeometrieElement GetSubGeom ()
 Return geometry of cells (calculated from mesh dimension) More...
 
EEntiteMaillage GetEntity ()
 Return geometry of subcells (calculated from mesh dimension) More...
 
EEntiteMaillage GetSubEntity ()
 Return entity (eMAILLE) More...
 
const TIntVectorGetGrilleStructure () const
 Gets grille structure(const version) More...
 
TIntVector GetGrilleStructure ()
 Gets grille structure. More...
 
void SetGrilleStructure (TInt theAxis, TInt theNb)
 Sets the grille structure of theAxis axe to theNb. More...
 
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...
 
TInt GetFamSubNum (TInt theId) const
 Get number of a MED FAMILY by order number of sub element. More...
 
void SetFamSubNum (TInt theId, TInt theVal)
 Set number of a MED FAMILY for theId-th sub element. More...
 
TInt GetFamNumNode (TInt theId) const
 Get number of a MED FAMILY by order number of the mesh node. More...
 
void SetFamNumNode (TInt theId, TInt theVal)
 Set number of a MED FAMILY for the mesh node with the order number. More...
 
EModeSwitch GetModeSwitch () const
 

Data Fields

PMeshInfo myMeshInfo
 
TNodeCoord myCoord
 Contains all nodal coordinates, now used only for eGRILLE_STANDARD. More...
 
EGrilleType myGrilleType
 Defines grille type (eGRILLE_CARTESIENNE,eGRILLE_POLAIRE,eGRILLE_STANDARD) More...
 
TString myCoordNames
 Contains names for the coordinate dimensions. More...
 
TString myCoordUnits
 Contains units for the coordinate dimensions. More...
 
TIndexes myIndixes
 Map of index of axes and Table of indexes for certain axe, now used for eGRILLE_CARTESIENNE and eGRILLE_POLAIRE. More...
 
TIntVector myGrilleStructure
 Return sub entity. More...
 
TElemNum myFamNum
 *Defines sequence MED Family indexes for corresponding mesh entites More...
 
TElemNum myFamSubNum
 *Defines sequence MED Family indexes for sub entites More...
 
TElemNum myFamNumNode
 *Defines sequence MED Family indexes for corresponding mesh nodes More...
 
EModeSwitch myModeSwitch
 Keeps the. More...
 

Constructor & Destructor Documentation

Member Function Documentation

TIntVector TGrilleInfo::GetConn ( TInt  theId,
const bool  isSub = false 
)
inherited

Gives ids of nodes for mesh cell or sub-cell by its number, array index from 0.

TNodeCoord TGrilleInfo::GetCoord ( TInt  theId)
inherited

Gives coordinates for mesh node by its number, array index from 0.

References MED::eGRILLE_CARTESIENNE, MED::eGRILLE_STANDARD, EXCEPTION, and MED::GetNbNodes().

template<EVersion eVersion>
virtual std::string MED::TTGrilleInfo< eVersion >::GetCoordName ( TInt  theId) const
virtual

Get name of the coordinate dimension by its order number.

Implements MED::TGrilleInfo.

References MED::GetString(), and MED::TGrilleInfo::myCoordNames.

template<EVersion eVersion>
virtual std::string MED::TTGrilleInfo< eVersion >::GetCoordUnit ( TInt  theId) const
virtual

Get name of unit for the coordinate dimension by its order number.

Implements MED::TGrilleInfo.

References MED::GetString(), and MED::TGrilleInfo::myCoordUnits.

EEntiteMaillage TGrilleInfo::GetEntity ( )
inherited

Return geometry of subcells (calculated from mesh dimension)

References MED::eMAILLE.

Referenced by MED::V2_2::TVWrapper::GetGrilleInfo().

TInt TGrilleInfo::GetFamNum ( TInt  theId) const
inherited

Get number of a MED FAMILY by order number of the mesh element.

TInt TGrilleInfo::GetFamNumNode ( TInt  theId) const
inherited

Get number of a MED FAMILY by order number of the mesh node.

TInt TGrilleInfo::GetFamSubNum ( TInt  theId) const
inherited

Get number of a MED FAMILY by order number of sub element.

EGeometrieElement TGrilleInfo::GetGeom ( )
inherited

Return count of all entities of <mesh dimension-1>="">

References MED::eHEXA8, MED::eNONE, MED::eQUAD4, and MED::eSEG2.

Referenced by MED::V2_2::TVWrapper::GetGrilleInfo().

const TIntVector & TGrilleInfo::GetGrilleStructure ( ) const
inherited

Gets grille structure(const version)

TIntVector TGrilleInfo::GetGrilleStructure ( )
inherited

Gets grille structure.

const EGrilleType & TGrilleInfo::GetGrilleType ( ) const
inherited

Gets grille type (const version)

EGrilleType TGrilleInfo::GetGrilleType ( )
inherited

Gets grille type.

const TFloatVector & TGrilleInfo::GetIndexes ( TInt  theAxisNumber) const
inherited

Gets a Table of indexes for certain axe(const version)

References EXCEPTION.

Referenced by MED::V2_2::TVWrapper::GetGrilleInfo(), and MED::V2_2::TVWrapper::SetGrilleInfo().

TFloatVector & TGrilleInfo::GetIndexes ( TInt  theAxisNumber)
inherited

Gets a Table of indexes for certain axe.

References EXCEPTION.

const TIndexes & TGrilleInfo::GetMapOfIndexes ( ) const
inherited

Gets a map of Tables (const version)

TIndexes & TGrilleInfo::GetMapOfIndexes ( )
inherited

Gets a map of Tables.

const PMeshInfo& MED::TGrilleInfo::GetMeshInfo ( ) const
inherited
EModeSwitch MED::TModeSwitchInfo::GetModeSwitch ( ) const
inherited
TInt TGrilleInfo::GetNbCells ( )
inherited

Return count of all points.

Referenced by MED::V2_2::TVWrapper::GetGrilleInfo().

TInt TGrilleInfo::GetNbIndexes ( TInt  theAxisNumber)
inherited

Gets a number of indices per axe.

TInt TGrilleInfo::GetNbNodes ( )
inherited
TInt TGrilleInfo::GetNbSubCells ( )
inherited

Return count of all cells.

Referenced by MED::V2_2::TVWrapper::GetGrilleInfo().

const TNodeCoord & TGrilleInfo::GetNodeCoord ( ) const
inherited

Gives coordinates for mesh nodes (const version)

TNodeCoord & TGrilleInfo::GetNodeCoord ( )
inherited
EEntiteMaillage TGrilleInfo::GetSubEntity ( )
inherited

Return entity (eMAILLE)

References MED::eARETE, and MED::eFACE.

Referenced by MED::V2_2::TVWrapper::GetGrilleInfo().

EGeometrieElement TGrilleInfo::GetSubGeom ( )
inherited

Return geometry of cells (calculated from mesh dimension)

References MED::eNONE, MED::eQUAD4, and MED::eSEG2.

Referenced by MED::V2_2::TVWrapper::GetGrilleInfo().

template<EVersion eVersion>
virtual void MED::TTGrilleInfo< eVersion >::SetCoordName ( TInt  theId,
const std::string &  theValue 
)
virtual

Set name of the coordinate dimension by its order number.

Implements MED::TGrilleInfo.

References MED::TGrilleInfo::myCoordNames, and MED::SetString().

template<EVersion eVersion>
virtual void MED::TTGrilleInfo< eVersion >::SetCoordUnit ( TInt  theId,
const std::string &  theValue 
)
virtual

Set name of unit for the coordinate dimension by its order number.

Implements MED::TGrilleInfo.

References MED::TGrilleInfo::myCoordUnits, and MED::SetString().

void TGrilleInfo::SetFamNum ( TInt  theId,
TInt  theVal 
)
inherited

Set number of a MED FAMILY for the mesh element with the order number.

void TGrilleInfo::SetFamNumNode ( TInt  theId,
TInt  theVal 
)
inherited

Set number of a MED FAMILY for the mesh node with the order number.

void TGrilleInfo::SetFamSubNum ( TInt  theId,
TInt  theVal 
)
inherited

Set number of a MED FAMILY for theId-th sub element.

void TGrilleInfo::SetGrilleStructure ( TInt  theAxis,
TInt  theNb 
)
inherited

Sets the grille structure of theAxis axe to theNb.

Referenced by MED::V2_2::TVWrapper::GetGrilleInfo().

void TGrilleInfo::SetGrilleType ( EGrilleType  theGrilleType)
inherited

Sets grille type.

Field Documentation

TNodeCoord MED::TGrilleInfo::myCoord
inherited

Contains all nodal coordinates, now used only for eGRILLE_STANDARD.

Referenced by MED::V2_2::TVWrapper::GetGrilleInfo(), MED::V2_2::TVWrapper::SetGrilleInfo(), and MED::TTGrilleInfo< eVersion >::TTGrilleInfo().

TElemNum MED::TGrilleInfo::myFamNum
inherited

*Defines sequence MED Family indexes for corresponding mesh entites

Referenced by MED::V2_2::TVWrapper::GetGrilleInfo(), and MED::TTGrilleInfo< eVersion >::TTGrilleInfo().

TElemNum MED::TGrilleInfo::myFamNumNode
inherited

*Defines sequence MED Family indexes for corresponding mesh nodes

Referenced by MED::V2_2::TVWrapper::GetGrilleInfo(), and MED::TTGrilleInfo< eVersion >::TTGrilleInfo().

TElemNum MED::TGrilleInfo::myFamSubNum
inherited

*Defines sequence MED Family indexes for sub entites

Referenced by MED::V2_2::TVWrapper::GetGrilleInfo().

TIntVector MED::TGrilleInfo::myGrilleStructure
inherited

Return sub entity.

*Vector of grille structure (Example: {3,4,5}, 3 nodes in X axe, 4 nodes in Y axe, ...)

Referenced by MED::V2_2::TVWrapper::GetGrilleInfo(), MED::V2_2::TVWrapper::SetGrilleInfo(), and MED::TTGrilleInfo< eVersion >::TTGrilleInfo().

EGrilleType MED::TGrilleInfo::myGrilleType
inherited

Defines grille type (eGRILLE_CARTESIENNE,eGRILLE_POLAIRE,eGRILLE_STANDARD)

Referenced by MED::V2_2::TVWrapper::GetGrilleInfo(), MED::V2_2::TVWrapper::SetGrilleInfo(), and MED::TTGrilleInfo< eVersion >::TTGrilleInfo().

TIndexes MED::TGrilleInfo::myIndixes
inherited

Map of index of axes and Table of indexes for certain axe, now used for eGRILLE_CARTESIENNE and eGRILLE_POLAIRE.

Referenced by MED::TTGrilleInfo< eVersion >::TTGrilleInfo().