#include <MEDFileMeshLL.hxx>

Public Member Functions | |
| MEDFileUMeshL2 () | |
| void | loadAll (med_idt fid, int mId, const char *mName, int dt, int it) |
| void | loadConnectivity (med_idt fid, int mdim, const char *mName, int dt, int it) |
| void | loadCoords (med_idt fid, int mId, const std::vector< std::string > &infosOnComp, const char *mName, int dt, int it) throw (INTERP_KERNEL::Exception) |
| int | getNumberOfLevels () const |
| bool | emptyLev (int levId) const |
| const std::vector < MEDCouplingAutoRefCountObjectPtr < MEDFileUMeshPerType > > & | getLev (int levId) const |
| bool | isFamDefinedOnLev (int levId) const |
| bool | isNumDefinedOnLev (int levId) const |
| MEDCouplingAutoRefCountObjectPtr < DataArrayDouble > | getCoords () const |
| MEDCouplingAutoRefCountObjectPtr < DataArrayInt > | getCoordsFamily () const |
| MEDCouplingAutoRefCountObjectPtr < DataArrayInt > | getCoordsNum () const |
Static Public Member Functions | |
| static void | WriteCoords (med_idt fid, const char *mname, int dt, int it, double time, const DataArrayDouble *coords, const DataArrayInt *famCoords, const DataArrayInt *numCoords) |
Private Member Functions | |
| void | sortTypes () |
Private Attributes | |
| std::vector< std::vector < MEDCouplingAutoRefCountObjectPtr < MEDFileUMeshPerType > > > | _per_type_mesh |
| MEDCouplingAutoRefCountObjectPtr < DataArrayDouble > | _coords |
| MEDCouplingAutoRefCountObjectPtr < DataArrayInt > | _fam_coords |
| MEDCouplingAutoRefCountObjectPtr < DataArrayInt > | _num_coords |
| MEDFileUMeshL2::MEDFileUMeshL2 | ( | ) |
References ParaMEDMEM.MEDFileMeshL2._iteration, ParaMEDMEM.MEDFileMeshL2._name, ParaMEDMEM.MEDFileMeshL2._order, ParaMEDMEM.MEDFileMeshL2._time, ParaMEDMEM.MEDFileMeshL2.CheckMeshTimeStep(), Med_Gen_test.dt, ParaMEDMEM.MEDFileMeshL2.getAxisInfoOnMesh(), Med_Gen_test.it, ParaMEDMEM.MEDFileUMeshL2.loadConnectivity(), ParaMEDMEM.MEDFileUMeshL2.loadCoords(), ParaMEDMEM.MEDFileString.set(), and ParaMEDMEM.UNSTRUCTURED.
| void MEDFileUMeshL2::loadCoords | ( | med_idt | fid, |
| int | mId, | ||
| const std::vector< std::string > & | infosOnComp, | ||
| const char * | mName, | ||
| int | dt, | ||
| int | it | ||
| ) | throw (INTERP_KERNEL::Exception) |
| int ParaMEDMEM.MEDFileUMeshL2.getNumberOfLevels | ( | ) | const |
References ParaMEDMEM.MEDFileUMeshL2._per_type_mesh.
| bool ParaMEDMEM.MEDFileUMeshL2.emptyLev | ( | int | levId | ) | const |
References ParaMEDMEM.MEDFileUMeshL2._per_type_mesh.
| const std::vector< MEDCouplingAutoRefCountObjectPtr<MEDFileUMeshPerType> >& ParaMEDMEM.MEDFileUMeshL2.getLev | ( | int | levId | ) | const |
References ParaMEDMEM.MEDFileUMeshL2._per_type_mesh.
| bool MEDFileUMeshL2::isFamDefinedOnLev | ( | int | levId | ) | const |
References ParaMEDMEM.MEDFileUMeshL2._per_type_mesh, med_test1.begin, and Med_Gen_test.it.
| bool MEDFileUMeshL2::isNumDefinedOnLev | ( | int | levId | ) | const |
References ParaMEDMEM.MEDFileUMeshL2._per_type_mesh, med_test1.begin, and Med_Gen_test.it.
| MEDCouplingAutoRefCountObjectPtr<DataArrayDouble> ParaMEDMEM.MEDFileUMeshL2.getCoords | ( | ) | const |
References ParaMEDMEM.MEDFileUMeshL2._coords.
| MEDCouplingAutoRefCountObjectPtr<DataArrayInt> ParaMEDMEM.MEDFileUMeshL2.getCoordsFamily | ( | ) | const |
References ParaMEDMEM.MEDFileUMeshL2._fam_coords.
| MEDCouplingAutoRefCountObjectPtr<DataArrayInt> ParaMEDMEM.MEDFileUMeshL2.getCoordsNum | ( | ) | const |
References ParaMEDMEM.MEDFileUMeshL2._num_coords.
| void MEDFileUMeshL2::WriteCoords | ( | med_idt | fid, |
| const char * | mname, | ||
| int | dt, | ||
| int | it, | ||
| double | time, | ||
| const DataArrayDouble * | coords, | ||
| const DataArrayInt * | famCoords, | ||
| const DataArrayInt * | numCoords | ||
| ) | [static] |
| void MEDFileUMeshL2::sortTypes | ( | ) | [private] |
References ParaMEDMEM.MEDFileUMeshL2._per_type_mesh, and Med_Gen_test.it.
std::vector< std::vector< MEDCouplingAutoRefCountObjectPtr<MEDFileUMeshPerType> > > ParaMEDMEM.MEDFileUMeshL2._per_type_mesh [private] |