
Classes | |
| class | MEDVectorStringIterator |
Namespaces | |
| MEDCoupling | |
Functions | |
| MEDCoupling::MEDCouplingField * | MEDCoupling::ReadFieldCellLike (MEDCoupling::TypeOfField type, const std::string &fileName, const std::string &meshName, int meshDimRelToMax, const std::string &fieldName, int iteration, int order) |
| template<class T > | |
| MCAuto< typename Traits< T >::FieldType > | MEDCoupling::ReadFieldCellLikeT (typename MLFieldTraits< T >::F1TSType *ff, MEDCoupling::TypeOfField type, const std::string &fileName, const std::string &meshName, int meshDimRelToMax, const std::string &fieldName, int iteration, int order) |
| template<class T > | |
| MCAuto< typename Traits< T >::FieldType > | MEDCoupling::ReadFieldNodeT (typename MLFieldTraits< T >::F1TSType *ff, const std::string &fileName, const std::string &meshName, int meshDimRelToMax, const std::string &fieldName, int iteration, int order) |
| template<class T > | |
| void | WriteFieldT (const std::string &fileName, const typename MEDCoupling::Traits< T >::FieldType *f, bool writeFromScratch) |
| template<class T > | |
| void | WriteFieldUsingAlreadyWrittenMeshT (const std::string &fileName, const typename MEDCoupling::Traits< T >::FieldType *f) |
Variables | |
| med_geometry_type | typmai [MED_N_CELL_FIXED_GEO] |
| INTERP_KERNEL::NormalizedCellType | typmai2 [MED_N_CELL_FIXED_GEO] |
| med_geometry_type | typmai3 [INTERP_KERNEL::NORM_MAXTYPE] |
| med_geometry_type | typmainoeud [1] = {MED_NONE} |
| void WriteFieldT | ( | const std::string & | fileName, |
| const typename MEDCoupling::Traits< T >::FieldType * | f, | ||
| bool | writeFromScratch | ||
| ) |
References MEDCoupling::AssignStaticWritePropertiesTo(), MEDCoupling::MEDCouplingPointSet::getCoords(), MEDCoupling::MEDFileUMesh::getMeshAtLevel(), MEDCoupling::MEDCouplingUMesh::getMeshDimension(), MEDCoupling::GetMeshNames(), MEDCoupling::MEDCouplingUMesh::getRenumArrForMEDFileFrmt(), MEDCoupling::DataArrayDouble::isEqualWithoutConsideringStr(), MEDCoupling::MEDFileMesh::New(), and MEDCoupling::ON_NODES.
| void WriteFieldUsingAlreadyWrittenMeshT | ( | const std::string & | fileName, |
| const typename MEDCoupling::Traits< T >::FieldType * | f | ||
| ) |
| med_geometry_type typmai[MED_N_CELL_FIXED_GEO] |
Referenced by MEDCoupling::MEDFileMesh::ConvertFromMEDFileGeoType(), MEDCoupling::MEDFileMesh::ConvertToMEDFileGeoType(), MEDCoupling::GetCellFieldIterations(), MEDCoupling::GetCellFieldNamesOnMesh(), and MEDCoupling::GetUMeshGlobalInfo().
| med_geometry_type typmainoeud[1] = {MED_NONE} |
| INTERP_KERNEL::NormalizedCellType typmai2[MED_N_CELL_FIXED_GEO] |
Referenced by MEDCoupling::MEDFileField1TSWithoutSDA::CheckSBTMesh(), MEDCoupling::MEDFileMesh::ConvertFromMEDFileGeoType(), MEDCoupling::MEDFileMesh::ConvertToMEDFileGeoType(), and MEDCoupling::GetUMeshGlobalInfo().
| med_geometry_type typmai3[INTERP_KERNEL::NORM_MAXTYPE] |
Referenced by MEDCoupling::MEDFileStructuredMesh::GetGeoTypeFromMeshDim().