Version: 8.3.0
SMESH_Gen_i_1.cxx File Reference
#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>
Include dependency graph for SMESH_Gen_i_1.cxx:

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
 

Function Documentation

static void addReference ( SALOMEDS::Study_ptr  theStudy,
SALOMEDS::SObject_ptr  theSObject,
CORBA::Object_ptr  theToObject,
int  theTag = 0 
)
static
template<typename T >
static T* objectToServant ( CORBA::Object_ptr  theIOR)
static
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

Variable Documentation

int MYDEBUG = 0
static