#include "SMESH.hxx"
#include <SALOMEconfig.h>
#include <CORBA_SERVER_HEADER(SMESH_Gen)>
#include <CORBA_SERVER_HEADER(SMESH_Mesh)>
#include <CORBA_SERVER_HEADER(SMESH_Hypothesis)>
#include <CORBA_CLIENT_HEADER(GEOM_Gen)>
#include <CORBA_CLIENT_HEADER(SALOMEDS)>
#include <CORBA_CLIENT_HEADER(SALOMEDS_Attributes)>
#include "SMESH_Gen.hxx"
#include "SMESH_Mesh_i.hxx"
#include "SMESH_Hypothesis_i.hxx"
#include <SALOME_Component_i.hxx>
#include <SALOME_NamingService.hxx>
#include <Utils_CorbaException.hxx>
#include <GEOM_Client.hxx>
#include <TCollection_AsciiString.hxx>
#include <Resource_DataMapOfAsciiStringAsciiString.hxx>
#include <TColStd_HSequenceOfAsciiString.hxx>
#include <map>
#include <sstream>
Go to the source code of this file.