

Public Member Functions | |
| bool | isEqual (const MEDFileMesh *other, double eps, std::string &what) const |
| int | getMeshDimension () const throw (INTERP_KERNEL::Exception) |
| void | clearNonDiscrAttributes () const |
| const MEDCouplingCMesh * | getMesh () const |
| MEDCouplingMesh * | getGenMeshAtLevel (int meshDimRelToMax, bool renum=false) const throw (INTERP_KERNEL::Exception) |
| void | setMesh (MEDCouplingCMesh *m) throw (INTERP_KERNEL::Exception) |
| void | write (const char *fileName, int mode) const throw (INTERP_KERNEL::Exception) |
| int | getSizeAtLevel (int meshDimRelToMaxExt) const throw (INTERP_KERNEL::Exception) |
| DataArrayInt * | getFamiliesArr (int meshDimRelToMaxExt, const std::vector< std::string > &fams, bool renum=false) const throw (INTERP_KERNEL::Exception) |
| void | setFamilyFieldArr (int meshDimRelToMaxExt, DataArrayInt *famArr) throw (INTERP_KERNEL::Exception) |
| void | setRenumFieldArr (int meshDimRelToMaxExt, DataArrayInt *renumArr) throw (INTERP_KERNEL::Exception) |
| const DataArrayInt * | getFamilyFieldAtLevel (int meshDimRelToMaxExt) const throw (INTERP_KERNEL::Exception) |
| const DataArrayInt * | getNumberFieldAtLevel (int meshDimRelToMaxExt) const throw (INTERP_KERNEL::Exception) |
| const DataArrayInt * | getRevNumberFieldAtLevel (int meshDimRelToMaxExt) const throw (INTERP_KERNEL::Exception) |
Static Public Member Functions | |
| static MEDFileCMesh * | New () |
| static MEDFileCMesh * | New (const char *fileName) throw (INTERP_KERNEL::Exception) |
| static MEDFileCMesh * | New (const char *fileName, const char *mName, int dt=-1, int it=-1) throw (INTERP_KERNEL::Exception) |
Friends | |
| class | MEDFileMesh |
| MEDFileCMesh * MEDFileCMesh::New | ( | ) | [static] |
Referenced by ParaMEDMEM::MEDFileMesh::New().
| MEDFileCMesh * MEDFileCMesh::New | ( | const char * | fileName | ) | throw (INTERP_KERNEL::Exception) [static] |
Reimplemented from ParaMEDMEM::MEDFileMesh.
References MEDLoader::GetMeshNames().
| MEDFileCMesh * MEDFileCMesh::New | ( | const char * | fileName, |
| const char * | mName, | ||
| int | dt = -1, |
||
| int | it = -1 |
||
| ) | throw (INTERP_KERNEL::Exception) [static] |
Reimplemented from ParaMEDMEM::MEDFileMesh.
| bool MEDFileCMesh::isEqual | ( | const MEDFileMesh * | other, |
| double | eps, | ||
| std::string & | what | ||
| ) | const [virtual] |
Reimplemented from ParaMEDMEM::MEDFileMesh.
References clearNonDiscrAttributes(), ParaMEDMEM::DataArrayInt::isEqual(), ParaMEDMEM::MEDCouplingCMesh::isEqual(), and ParaMEDMEM::MEDFileMesh::isEqual().
| int MEDFileCMesh::getMeshDimension | ( | ) | const throw (INTERP_KERNEL::Exception) [virtual] |
Implements ParaMEDMEM::MEDFileMesh.
References ParaMEDMEM::MEDCouplingCMesh::getMeshDimension().
| void MEDFileCMesh::clearNonDiscrAttributes | ( | ) | const [virtual] |
Reimplemented from ParaMEDMEM::MEDFileMesh.
Referenced by isEqual().
| const MEDCouplingCMesh * MEDFileCMesh::getMesh | ( | ) | const |
| MEDCouplingMesh * MEDFileCMesh::getGenMeshAtLevel | ( | int | meshDimRelToMax, |
| bool | renum = false |
||
| ) | const throw (INTERP_KERNEL::Exception) [virtual] |
Implements ParaMEDMEM::MEDFileMesh.
References ParaMEDMEM::RefCountObject::incrRef().
| void MEDFileCMesh::setMesh | ( | MEDCouplingCMesh * | m | ) | throw (INTERP_KERNEL::Exception) |
| void MEDFileCMesh::write | ( | const char * | fileName, |
| int | mode | ||
| ) | const throw (INTERP_KERNEL::Exception) [virtual] |
| int MEDFileCMesh::getSizeAtLevel | ( | int | meshDimRelToMaxExt | ) | const throw (INTERP_KERNEL::Exception) [virtual] |
Implements ParaMEDMEM::MEDFileMesh.
References ParaMEDMEM::MEDCouplingCMesh::getNumberOfCells(), and ParaMEDMEM::MEDCouplingCMesh::getNumberOfNodes().
| DataArrayInt * MEDFileCMesh::getFamiliesArr | ( | int | meshDimRelToMaxExt, |
| const std::vector< std::string > & | fams, | ||
| bool | renum = false |
||
| ) | const throw (INTERP_KERNEL::Exception) [virtual] |
Implements ParaMEDMEM::MEDFileMesh.
References ParaMEDMEM::DataArrayInt::getIdsEqualList().
| void MEDFileCMesh::setFamilyFieldArr | ( | int | meshDimRelToMaxExt, |
| DataArrayInt * | famArr | ||
| ) | throw (INTERP_KERNEL::Exception) [virtual] |
Implements ParaMEDMEM::MEDFileMesh.
| void MEDFileCMesh::setRenumFieldArr | ( | int | meshDimRelToMaxExt, |
| DataArrayInt * | renumArr | ||
| ) | throw (INTERP_KERNEL::Exception) [virtual] |
Implements ParaMEDMEM::MEDFileMesh.
| const DataArrayInt * MEDFileCMesh::getFamilyFieldAtLevel | ( | int | meshDimRelToMaxExt | ) | const throw (INTERP_KERNEL::Exception) [virtual] |
Implements ParaMEDMEM::MEDFileMesh.
| const DataArrayInt * MEDFileCMesh::getNumberFieldAtLevel | ( | int | meshDimRelToMaxExt | ) | const throw (INTERP_KERNEL::Exception) [virtual] |
Implements ParaMEDMEM::MEDFileMesh.
| const DataArrayInt * MEDFileCMesh::getRevNumberFieldAtLevel | ( | int | meshDimRelToMaxExt | ) | const throw (INTERP_KERNEL::Exception) [virtual] |
Implements ParaMEDMEM::MEDFileMesh.
References ParaMEDMEM::DataArrayInt::getMaxValue(), and ParaMEDMEM::DataArrayInt::invertArrayN2O2O2N().
friend class MEDFileMesh [friend] |