Define a base class which represents MED Nodes entity. More...
#include <MED_Structures.hxx>

Public Member Functions | |
| TCCoordSlice | GetCoordSlice (TInt theId) const | 
| Gives coordinates for mesh node by its number (const version)  More... | |
| TCoordSlice | GetCoordSlice (TInt theId) | 
| Gives coordinates for mesh node by its number.  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... | |
| virtual std::string | GetCoordName (TInt theId) const =0 | 
| Get name of the coordinate dimension by its order number.  More... | |
| virtual void | SetCoordName (TInt theId, const std::string &theValue)=0 | 
| Set name of the coordinate dimension by its order number.  More... | |
| virtual std::string | GetCoordUnit (TInt theId) const =0 | 
| Get name of unit for the coordinate dimension by its order number.  More... | |
| virtual void | SetCoordUnit (TInt theId, const std::string &theValue)=0 | 
| Set name of unit for the coordinate dimension by its order 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... | |
| EModeSwitch | GetModeSwitch () const | 
Data Fields | |
| PNodeCoord | myCoord | 
| Contains all nodal coordinates.  More... | |
| ERepere | mySystem | 
| Defines, which coordinate system is used.  More... | |
| TString | myCoordNames | 
| Contains names for the coordinate dimensions.  More... | |
| TString | myCoordUnits | 
| Contains units for the coordinate dimensions.  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... | |
| EModeSwitch | myModeSwitch | 
| Keeps the.  More... | |
Define a base class which represents MED Nodes entity.
      
  | 
  pure virtual | 
Get name of the coordinate dimension by its order number.
Implemented in MED::TTNodeInfo< eVersion >.
| TCCoordSlice TNodeInfo::GetCoordSlice | ( | TInt | theId | ) | const | 
Gives coordinates for mesh node by its number (const version)
References MED::eFULL_INTERLACE.
Referenced by MED::TShapeFun::Eval(), and MED::GetBaryCenter().
| TCoordSlice TNodeInfo::GetCoordSlice | ( | TInt | theId | ) | 
Gives coordinates for mesh node by its number.
References MED::eFULL_INTERLACE.
      
  | 
  pure virtual | 
Get name of unit for the coordinate dimension by its order number.
Implemented in MED::TTNodeInfo< eVersion >.
      
  | 
  pure virtualinherited | 
Get name of the mesh element by its order number.
Implemented in MED::TTElemInfo< eVersion >.
Get a reference number of the mesh element by its order number.
Get number of a MED FAMILY by order number of the mesh element.
      
  | 
  inherited | 
Get a reference to corresponding MED Mesh.
Referenced by MED::TShapeFun::Eval(), and MED::GetBaryCenter().
      
  | 
  inherited | 
      
  | 
  inherited | 
Referenced by MED::TShapeFun::Eval(), and MED::GetBaryCenter().
| ERepere MED::TNodeInfo::GetSystem | ( | ) | const | 
Get which coordinate system is used for the node describing.
      
  | 
  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 virtual | 
Set name of the coordinate dimension by its order number.
Implemented in MED::TTNodeInfo< eVersion >.
      
  | 
  pure virtual | 
Set name of unit for the coordinate dimension by its order number.
Implemented in MED::TTNodeInfo< eVersion >.
      
  | 
  pure virtualinherited | 
Set name of the mesh element by its order number.
Implemented in MED::TTElemInfo< eVersion >.
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().
| void MED::TNodeInfo::SetSystem | ( | ERepere | theSystem | ) | 
Set coordinate system to be used for the node describing.
| PNodeCoord MED::TNodeInfo::myCoord | 
Contains all nodal coordinates.
Referenced by MED::V2_2::TVWrapper::GetNodeInfo(), MED::V2_2::TVWrapper::SetNodeInfo(), and MED::TTNodeInfo< eVersion >::TTNodeInfo().
| TString MED::TNodeInfo::myCoordNames | 
Contains names for the coordinate dimensions.
Referenced by MED::TTNodeInfo< eVersion >::GetCoordName(), MED::V2_2::TVWrapper::GetNodeInfo(), MED::TTNodeInfo< eVersion >::SetCoordName(), MED::V2_2::TVWrapper::SetNodeInfo(), and MED::TTNodeInfo< eVersion >::TTNodeInfo().
| TString MED::TNodeInfo::myCoordUnits | 
Contains units for the coordinate dimensions.
Referenced by MED::TTNodeInfo< eVersion >::GetCoordUnit(), MED::V2_2::TVWrapper::GetNodeInfo(), MED::TTNodeInfo< eVersion >::SetCoordUnit(), MED::V2_2::TVWrapper::SetNodeInfo(), and MED::TTNodeInfo< eVersion >::TTNodeInfo().
      
  | 
  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 | 
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 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 | 
Keeps the.
Referenced by MED::V2_2::TVWrapper::GetCellInfo(), MED::V2_2::TVWrapper::GetGaussInfo(), MED::V2_2::TVWrapper::GetGrilleInfo(), MED::V2_2::TVWrapper::GetNodeInfo(), MED::V2_2::TVWrapper::SetCellInfo(), MED::V2_2::TVWrapper::SetGrilleInfo(), MED::V2_2::TVWrapper::SetNodeInfo(), and MED::TTNodeInfo< eVersion >::TTNodeInfo().
      
  | 
  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().
| ERepere MED::TNodeInfo::mySystem | 
Defines, which coordinate system is used.
Referenced by MED::V2_2::TVWrapper::GetNodeInfo(), MED::V2_2::TVWrapper::SetNodeInfo(), and MED::TTNodeInfo< eVersion >::TTNodeInfo().