Version: 9.12.0
SALOMEDS.cxx File Reference
#include "SALOMEDS.hxx"
#include "SALOMEDS_Study.hxx"
#include "SALOMEDS_Study_i.hxx"
#include "SALOMEDS_StudyBuilder.hxx"
#include "SALOMEDS_SObject.hxx"
#include "SALOMEDS_SComponent.hxx"
#include "SALOMEDSClient.hxx"
#include "SALOMEDSClient_IParameters.hxx"
#include "SALOMEDS_IParameters.hxx"
#include "SALOME_Fake_NamingService.hxx"
#include "SALOMEDS_Defines.hxx"
#include <utilities.h>
#include <SALOMEconfig.h>
#include <CORBA_SERVER_HEADER(SALOMEDS)>
#include <SALOME_NamingService.hxx>
Include dependency graph for SALOMEDS.cxx:

Functions

SALOMEDSClient_StudyStudyFactory (SALOMEDS::Study_ptr theStudy)
 C factory, accessible with dlsym, after dlopen. More...
 
SALOMEDSClient_SObjectSObjectFactory (SALOMEDS::SObject_ptr theSObject)
 
SALOMEDSClient_SComponentSComponentFactory (SALOMEDS::SComponent_ptr theSComponent)
 
SALOMEDSClient_StudyBuilderBuilderFactory (SALOMEDS::StudyBuilder_ptr theBuilder)
 
void CreateStudyNSAbstract (CORBA::ORB_ptr orb, PortableServer::POA_ptr root_poa, SALOME_NamingService_Abstract &namingService)
 
void CreateStudy (CORBA::ORB_ptr orb, PortableServer::POA_ptr root_poa)
 
void CreateStudyWithoutNS (CORBA::ORB_ptr orb, PortableServer::POA_ptr root_poa)
 
SALOMEDSClient_IParametersGetIParameters (const _PTR(AttributeParameter)&ap)
 
SALOMEDS::SObject_ptr ConvertSObject (const _PTR(SObject)&theSObject)
 
SALOMEDS::StudyBuilder_ptr ConvertBuilder (const _PTR(StudyBuilder)&theBuilder)
 

Function Documentation

◆ BuilderFactory()

SALOMEDSClient_StudyBuilder* BuilderFactory ( SALOMEDS::StudyBuilder_ptr  theBuilder)

◆ ConvertBuilder()

SALOMEDS::StudyBuilder_ptr ConvertBuilder ( const _PTR(StudyBuilder)&  theBuilder)

◆ ConvertSObject()

SALOMEDS::SObject_ptr ConvertSObject ( const _PTR(SObject)&  theSObject)

◆ CreateStudy()

void CreateStudy ( CORBA::ORB_ptr  orb,
PortableServer::POA_ptr  root_poa 
)

◆ CreateStudyNSAbstract()

◆ CreateStudyWithoutNS()

void CreateStudyWithoutNS ( CORBA::ORB_ptr  orb,
PortableServer::POA_ptr  root_poa 
)

◆ GetIParameters()

SALOMEDSClient_IParameters* GetIParameters ( const _PTR(AttributeParameter)&  ap)

◆ SComponentFactory()

SALOMEDSClient_SComponent* SComponentFactory ( SALOMEDS::SComponent_ptr  theSComponent)

◆ SObjectFactory()

SALOMEDSClient_SObject* SObjectFactory ( SALOMEDS::SObject_ptr  theSObject)

◆ StudyFactory()

SALOMEDSClient_Study* StudyFactory ( SALOMEDS::Study_ptr  theStudy)

C factory, accessible with dlsym, after dlopen.