

Public Member Functions | |
| MEDFileFieldLoc * | deepCopy () const |
| int | getDimension () const |
| std::vector< const BigMemoryObject * > | getDirectChildrenWithNull () const |
| const std::vector< double > & | getGaussCoords () const |
| const std::vector< double > & | getGaussWeights () const |
| INTERP_KERNEL::NormalizedCellType | getGeoType () const |
| std::size_t | getHeapMemorySizeWithoutChildren () const |
| std::string | getName () const |
| int | getNbOfGaussPtPerCell () const |
| int | getNumberOfGaussPoints () const |
| int | getNumberOfPointsInCells () const |
| const std::vector< double > & | getRefCoords () const |
| const MEDFileGTKeeper * | getUndergroundGTKeeper () const |
| bool | isEqual (const MEDFileFieldLoc &other, double eps) const |
| bool | isName (const std::string &name) const |
| bool | isOnStructureElement () const |
| std::string | repr () const |
| void | setName (const std::string &name) |
| void | simpleRepr (std::ostream &oss) const |
| void | writeLL (med_idt fid) const |
Static Public Member Functions | |
| static MEDFileFieldLoc * | New (med_idt fid, const std::string &locName) |
| static MEDFileFieldLoc * | New (med_idt fid, int i, const MEDFileEntities *entities) |
| static MEDFileFieldLoc * | New (const std::string &locName, INTERP_KERNEL::NormalizedCellType geoType, const std::vector< double > &refCoo, const std::vector< double > &gsCoo, const std::vector< double > &w) |
Additional Inherited Members | |
Protected Member Functions inherited from MEDCoupling::RefCountObject | |
| RefCountObject () | |
| RefCountObject (const RefCountObject &other) | |
| virtual | ~RefCountObject () |
| void MEDFileFieldLoc::simpleRepr | ( | std::ostream & | oss | ) | const |
| std::string MEDCoupling::MEDFileFieldLoc::getName | ( | ) | const |
Referenced by MEDCoupling::MEDFileFieldGlobsReal::zipLocsNames().
| void MEDFileFieldLoc::setName | ( | const std::string & | name | ) |
Referenced by MEDCoupling::MEDFileAnyTypeField1TS::setLocNameOnLeaf().
|
static |
|
static |
|
static |
|
virtual |
Implements MEDCoupling::BigMemoryObject.
|
virtual |
Implements MEDCoupling::BigMemoryObject.
| MEDFileFieldLoc * MEDFileFieldLoc::deepCopy | ( | ) | const |
| bool MEDFileFieldLoc::isOnStructureElement | ( | ) | const |
| const MEDFileGTKeeper* MEDCoupling::MEDFileFieldLoc::getUndergroundGTKeeper | ( | ) | const |
| int MEDCoupling::MEDFileFieldLoc::getNbOfGaussPtPerCell | ( | ) | const |
| void MEDFileFieldLoc::writeLL | ( | med_idt | fid | ) | const |
References getGeoType(), and typmai3.
| std::string MEDFileFieldLoc::repr | ( | ) | const |
References getGeoType().
| bool MEDCoupling::MEDFileFieldLoc::isName | ( | const std::string & | name | ) | const |
| int MEDCoupling::MEDFileFieldLoc::getDimension | ( | ) | const |
| int MEDCoupling::MEDFileFieldLoc::getNumberOfGaussPoints | ( | ) | const |
| int MEDCoupling::MEDFileFieldLoc::getNumberOfPointsInCells | ( | ) | const |
| const std::vector<double>& MEDCoupling::MEDFileFieldLoc::getRefCoords | ( | ) | const |
| const std::vector<double>& MEDCoupling::MEDFileFieldLoc::getGaussCoords | ( | ) | const |
| const std::vector<double>& MEDCoupling::MEDFileFieldLoc::getGaussWeights | ( | ) | const |
| INTERP_KERNEL::NormalizedCellType MEDCoupling::MEDFileFieldLoc::getGeoType | ( | ) | const |
| bool MEDFileFieldLoc::isEqual | ( | const MEDFileFieldLoc & | other, |
| double | eps | ||
| ) | const |