#include "SMESH_Gen_i.hxx"
#include "SMESHDS_Mesh.hxx"
#include "SMESH_Algo_i.hxx"
#include "SMESH_Comment.hxx"
#include "SMESH_Group_i.hxx"
#include "SMESH_Hypothesis_i.hxx"
#include "SMESH_Mesh_i.hxx"
#include "SMESH_subMesh_i.hxx"
#include <CORBA_CLIENT_HEADER(SALOME_ModuleCatalog)>
#include <utilities.h>
#include <Utils_ExceptHandlers.hxx>
#include <SALOMEDS_wrap.hxx>
#include <SALOMEDS_Attributes_wrap.hxx>
#include <TCollection_AsciiString.hxx>
#include <TopoDS_Solid.hxx>
#include <cctype>
Functions | |
template<typename T > | |
static T * | objectToServant (CORBA::Object_ptr theIOR) |
static SALOMEDS::SObject_ptr | publish (SALOMEDS::Study_ptr theStudy, CORBA::Object_ptr theIOR, SALOMEDS::SObject_ptr theFatherObject, const int theTag=0, const char *thePixMap=0, const bool theSelectable=true) |
static void | addReference (SALOMEDS::Study_ptr theStudy, SALOMEDS::SObject_ptr theSObject, CORBA::Object_ptr theToObject, int theTag=0) |
Variables | |
static int | MYDEBUG = 0 |
|
static |
References SMESH_Gen_i::ObjectToSObject().
Referenced by SMESH_Gen_i::AddHypothesisToShape(), SMESH_Gen_i::PublishGroup(), SMESH_Gen_i::PublishMesh(), and SMESH_Gen_i::PublishSubMesh().
|
static |
References SMESH_Gen_i::GetServant().
|
static |