#include <MEDFileMeshElt.hxx>

Public Member Functions | |
| int | getDim () const |
| const DataArrayInt * | getNodal () const |
| const DataArrayInt * | getNodalIndex () const |
| const DataArrayInt * | getFam () const |
| const DataArrayInt * | getNum () const |
Static Public Member Functions | |
| static MEDFileUMeshPerType * | New (med_idt fid, const char *mName, int dt, int it, int mdim, med_geometry_type geoElt, INTERP_KERNEL::NormalizedCellType geoElt2) |
| static bool | isExisting (med_idt fid, const char *mName, int dt, int it, med_geometry_type geoElt, med_entity_type &whichEntity) |
| static void | write (med_idt fid, const char *mname, int mdim, const MEDCouplingUMesh *m, const DataArrayInt *fam, const DataArrayInt *num) |
Private Member Functions | |
| MEDFileUMeshPerType (med_idt fid, const char *mName, int dt, int it, int mdim, med_geometry_type geoElt, INTERP_KERNEL::NormalizedCellType type, med_entity_type entity) | |
| void | loadFromStaticType (med_idt fid, const char *mName, int dt, int it, int mdim, int curNbOfElem, med_geometry_type geoElt, INTERP_KERNEL::NormalizedCellType type, med_entity_type entity) |
| void | loadPolyg (med_idt fid, const char *mName, int dt, int it, int mdim, int arraySize, med_geometry_type geoElt, med_entity_type entity) |
| void | loadPolyh (med_idt fid, const char *mName, int dt, int it, int mdim, int connFaceLgth, med_geometry_type geoElt, med_entity_type entity) |
Private Attributes | |
| MEDCouplingAutoRefCountObjectPtr < DataArrayInt > | _conn |
| MEDCouplingAutoRefCountObjectPtr < DataArrayInt > | _conn_index |
| MEDCouplingAutoRefCountObjectPtr < DataArrayInt > | _num |
| MEDCouplingAutoRefCountObjectPtr < DataArrayInt > | _fam |
| INTERP_KERNEL::NormalizedCellType | _type |
| med_entity_type | _entity |
| MEDFileUMeshPerType::MEDFileUMeshPerType | ( | med_idt | fid, |
| const char * | mName, | ||
| int | dt, | ||
| int | it, | ||
| int | mdim, | ||
| med_geometry_type | geoElt, | ||
| INTERP_KERNEL::NormalizedCellType | type, | ||
| med_entity_type | entity | ||
| ) | [private] |
| MEDFileUMeshPerType * MEDFileUMeshPerType::New | ( | med_idt | fid, |
| const char * | mName, | ||
| int | dt, | ||
| int | it, | ||
| int | mdim, | ||
| med_geometry_type | geoElt, | ||
| INTERP_KERNEL::NormalizedCellType | geoElt2 | ||
| ) | [static] |
| bool MEDFileUMeshPerType::isExisting | ( | med_idt | fid, |
| const char * | mName, | ||
| int | dt, | ||
| int | it, | ||
| med_geometry_type | geoElt, | ||
| med_entity_type & | whichEntity | ||
| ) | [static] |
References MED_EN.MED_CELL, and MED_EN.MED_NODAL.
| int MEDFileUMeshPerType::getDim | ( | ) | const |
| const DataArrayInt* ParaMEDMEM.MEDFileUMeshPerType.getNodal | ( | ) | const |
References ParaMEDMEM.MEDFileUMeshPerType._conn.
| const DataArrayInt* ParaMEDMEM.MEDFileUMeshPerType.getNodalIndex | ( | ) | const |
References ParaMEDMEM.MEDFileUMeshPerType._conn_index.
| const DataArrayInt* ParaMEDMEM.MEDFileUMeshPerType.getFam | ( | ) | const |
References ParaMEDMEM.MEDFileUMeshPerType._fam.
| const DataArrayInt* ParaMEDMEM.MEDFileUMeshPerType.getNum | ( | ) | const |
References ParaMEDMEM.MEDFileUMeshPerType._num.
| void MEDFileUMeshPerType::write | ( | med_idt | fid, |
| const char * | mname, | ||
| int | mdim, | ||
| const MEDCouplingUMesh * | m, | ||
| const DataArrayInt * | fam, | ||
| const DataArrayInt * | num | ||
| ) | [static] |
References testRenumbering.conn, Med_Gen_test.dt, INTERP_KERNEL.CellModel.GetCellModel(), ParaMEDMEM.DataArrayInt.getConstPointer(), ParaMEDMEM.MEDCouplingUMesh.getMeshLength(), ParaMEDMEM.MEDCouplingUMesh.getNodalConnectivity(), ParaMEDMEM.MEDCouplingUMesh.getNodalConnectivityIndex(), ParaMEDMEM.MEDCouplingUMesh.getNumberOfCells(), INTERP_KERNEL.CellModel.getNumberOfNodes(), ParaMEDMEM.MEDCouplingMesh.getTime(), ParaMEDMEM.MEDCouplingUMesh.getTypeOfCell(), Med_Gen_test.it, MED_EN.MED_CELL, MED_EN.MED_FULL_INTERLACE, MED_EN.MED_NODAL, medClient_test.nbNodesPerCell, INTERP_KERNEL.NORM_POLYGON, INTERP_KERNEL.NORM_POLYHED, dumpMEDMEM.tab, and typmai3.
| void MEDFileUMeshPerType::loadFromStaticType | ( | med_idt | fid, |
| const char * | mName, | ||
| int | dt, | ||
| int | it, | ||
| int | mdim, | ||
| int | curNbOfElem, | ||
| med_geometry_type | geoElt, | ||
| INTERP_KERNEL::NormalizedCellType | type, | ||
| med_entity_type | entity | ||
| ) | [private] |
References ParaMEDMEM.MEDFileUMeshPerType._conn, ParaMEDMEM.MEDFileUMeshPerType._conn_index, ParaMEDMEM.MEDFileUMeshPerType._fam, ParaMEDMEM.MEDFileUMeshPerType._num, MEDMEM.fill(), MED_EN.MED_FULL_INTERLACE, MED_EN.MED_NODAL, med_2_3.MEDmeshEntityFamilyNumberRd(), med_2_3.MEDmeshEntityNumberRd(), and ParaMEDMEM.MEDFileUMeshPerType.New().
| void MEDFileUMeshPerType::loadPolyg | ( | med_idt | fid, |
| const char * | mName, | ||
| int | dt, | ||
| int | it, | ||
| int | mdim, | ||
| int | arraySize, | ||
| med_geometry_type | geoElt, | ||
| med_entity_type | entity | ||
| ) | [private] |
References ParaMEDMEM.MEDFileUMeshPerType._conn, ParaMEDMEM.MEDFileUMeshPerType._conn_index, ParaMEDMEM.MEDFileUMeshPerType._fam, ParaMEDMEM.MEDFileUMeshPerType._num, MEDMEM.fill(), MED_EN.MED_CELL, MED_EN.MED_NODAL, MED_EN.MED_POLYGON, med_2_3.MEDmeshEntityFamilyNumberRd(), med_2_3.MEDmeshEntityNumberRd(), ParaMEDMEM.MEDFileUMeshPerType.New(), and INTERP_KERNEL.NORM_POLYGON.
| void MEDFileUMeshPerType::loadPolyh | ( | med_idt | fid, |
| const char * | mName, | ||
| int | dt, | ||
| int | it, | ||
| int | mdim, | ||
| int | connFaceLgth, | ||
| med_geometry_type | geoElt, | ||
| med_entity_type | entity | ||
| ) | [private] |
References ParaMEDMEM.MEDFileUMeshPerType._conn, ParaMEDMEM.MEDFileUMeshPerType._conn_index, ParaMEDMEM.MEDFileUMeshPerType._fam, ParaMEDMEM.MEDFileUMeshPerType._num, MEDMEM.fill(), medClient_test.index, MED_EN.MED_CELL, MED_EN.MED_NODAL, med_2_3.MEDmeshEntityFamilyNumberRd(), med_2_3.MEDmeshEntityNumberRd(), ParaMEDMEM.MEDFileUMeshPerType.New(), and INTERP_KERNEL.NORM_POLYHED.
med_entity_type ParaMEDMEM.MEDFileUMeshPerType._entity [private] |