#include <SALOMEDSClient_ClientFactory.hxx>
Static Public Member Functions | |
static clt_shared_ptr < SALOMEDSClient_SObject > | SObject (SALOMEDS::SObject_ptr theSObject) |
Returns a client SObject wrapper that corresponds theSObject. More... | |
static clt_shared_ptr < SALOMEDSClient_SComponent > | SComponent (SALOMEDS::SComponent_ptr theSComponent) |
Returns a client SComponent wrapper that corresponds theSComponent. More... | |
static clt_shared_ptr < SALOMEDSClient_Study > | Study (SALOMEDS::Study_ptr theStudy) |
Returns a client Study wrapper that corresponds theStudy. More... | |
static clt_shared_ptr < SALOMEDSClient_StudyBuilder > | StudyBuilder (SALOMEDS::StudyBuilder_ptr theBuilder) |
Returns a client StudyBuilder wrapper that corresponds theStudy. More... | |
static clt_shared_ptr < SALOMEDSClient_StudyManager > | StudyManager () |
Returns a client StudyManager wrapper. More... | |
static clt_shared_ptr < SALOMEDSClient_StudyManager > | createStudyManager (CORBA::ORB_ptr orb, PortableServer::POA_ptr poa) |
Creates and returns a client StudyManager wrapper. More... | |
static clt_shared_ptr < SALOMEDSClient_IParameters > | getIParameters (const clt_shared_ptr< SALOMEDSClient_AttributeParameter > &ap) |
Returns an IParameters interface. More... | |
static SALOMEDS::SObject_ptr | crbSObject (const clt_shared_ptr< SALOMEDSClient_SObject > &theSObject) |
Returns a CORBA SObject that corresponds theStudy. More... | |
static SALOMEDS::Study_ptr | crbStudy (const clt_shared_ptr< SALOMEDSClient_Study > &theStudy) |
Returns a CORBA Study that corresponds theStudy. More... | |
static SALOMEDS::StudyBuilder_ptr | crbStudyBuilder (const clt_shared_ptr< SALOMEDSClient_StudyBuilder > &theStudyBuilder) |
Returns a CORBA StudyBuilder that corresponds theStudyBuilder. More... | |
|
static |
Returns a CORBA SObject that corresponds theStudy.
References _libHandle, aConvertSObject, CONVERT_SOBJECT, and SALOMEDS_LIB_NAME.
|
static |
Returns a CORBA Study that corresponds theStudy.
References _libHandle, aConvertStudy, CONVERT_STUDY, and SALOMEDS_LIB_NAME.
|
static |
Returns a CORBA StudyBuilder that corresponds theStudyBuilder.
References _libHandle, aConvertBuilder, CONVERT_BUILDER, and SALOMEDS_LIB_NAME.
|
static |
Creates and returns a client StudyManager wrapper.
References _libHandle, _PTR, aCreateFactory, SALOMEDS_LIB_NAME, and STUDYMANAGER_CREATE.
|
static |
Returns an IParameters interface.
References _libHandle, _PTR, aGetIParameters, GET_PARAMETERS, and SALOMEDS_LIB_NAME.
|
static |
Returns a client SComponent wrapper that corresponds theSComponent.
References _libHandle, _PTR, aSComponentFactory, SALOMEDS_LIB_NAME, and SCOMPONENT_FACTORY.
|
static |
Returns a client SObject wrapper that corresponds theSObject.
References _libHandle, _PTR, aSObjectFactory, SALOMEDS_LIB_NAME, and SOBJECT_FACTORY.
|
static |
Returns a client Study wrapper that corresponds theStudy.
References _libHandle, _PTR, aStudyFactory, SALOMEDS_LIB_NAME, and STUDY_FACTORY.
|
static |
Returns a client StudyBuilder wrapper that corresponds theStudy.
References _libHandle, _PTR, aBuilderFactory, BUILDER_FACTORY, and SALOMEDS_LIB_NAME.
|
static |
Returns a client StudyManager wrapper.
References _libHandle, _PTR, aManagerFactory, SALOMEDS_LIB_NAME, and STUDYMANAGER_FACTORY.