#include "SMESH_MEDMesh_i.hxx"#include "SMESH_Gen_i.hxx"#include "SMESH_Mesh_i.hxx"#include "SMESHDS_Mesh.hxx"#include "SMESHDS_SubMesh.hxx"#include <TopExp.hxx>#include <TopExp_Explorer.hxx>#include <TopoDS.hxx>#include <TopoDS_Iterator.hxx>#include <TopoDS_Compound.hxx>#include <TopoDS_CompSolid.hxx>#include <TopoDS_Solid.hxx>#include <TopoDS_Shell.hxx>#include <TopoDS_Face.hxx>#include <TopoDS_Wire.hxx>#include <TopoDS_Edge.hxx>#include <TopoDS_Vertex.hxx>#include <TopoDS_Shape.hxx>#include <TopTools_MapOfShape.hxx>#include "utilities.h"#include "Utils_CorbaException.hxx"#include "SMESH_MEDSupport_i.hxx"#include "SMESH_MEDFamily_i.hxx"#include "Utils_ORB_INIT.hxx"#include "Utils_SINGLETON.hxx"#include "Utils_ExceptHandlers.hxx"#include <stdio.h>
Go to the source code of this file.