#include "DriverMED_W_Field.h"
#include "DriverMED.hxx"
#include "DriverMED_W_SMESHDS_Mesh.h"
#include "MED_Factory.hxx"
#include "MED_Utilities.hxx"
#include "MED_Wrapper.hxx"
#include "SMDS_IteratorOnIterators.hxx"
#include "SMDS_MeshElement.hxx"
#include "SMDS_PolyhedralVolumeOfNodes.hxx"
#include "SMDS_SetIterator.hxx"
#include "SMESHDS_Mesh.hxx"
Namespaces | |
namespace | DriverMED |
Functions | |
const std::vector < MED::EGeometrieElement > & | DriverMED::getMedTypesVec () |
Returns a vector containing MED::EGeometrieElement for each SMDSAbs_EntityType. More... | |
int | DriverMED::GetMedGeoType (SMDSAbs_EntityType smdsType) |
Returns MED element geom type (MED::EGeometrieElement) by SMDS type. More... | |
SMDSAbs_EntityType | DriverMED::GetSMDSType (int medType) |
Returns SMDS element geom type by MED type (MED::EGeometrieElement) More... | |