26 #ifndef _ADDCOMPONENT_IDL
27 #define _ADDCOMPONENT_IDL
36 double Add( in
double x , in
double y ,
out double z ) ;
57 double Add( in
double x , in
double y ,
out double z ) ;
64 in
string aComponentName ) ;
static std::ostream * out
Definition: DSC_interface.cxx:381
interfaces for EngineComponent and Container
Interface of the component.
Definition: SALOME_Component.idl:328
Definition: AddComponent.idl:35
boolean AdditionObjRefs(in AddComponent AddComponent1, in AddComponent Adder2, in AddComponent Adder3, out AddComponent RetAddComponent1, out AddComponent RetAdder2, out AddComponent RetAdder3)
double AddWithoutSleep(in double x, in double y, out double z)
double Add(in double x, in double y, out double z)
boolean AdditionObjRef1(out Adder anAdder)
double AddyTox(in double y)
void AdditionObjRef2(out boolean FuncValue, out Adder anAdder)
Definition: AddComponent.idl:56
double Add(in double x, in double y, out double z)
double AddWithoutSleep(in double x, in double y, out double z)
void SetLastResult(in double z)
void LastResult(out double z)
double AddAndCompare(in double x, in double y, in Adder anOtherAdder, out double z)
Engines::EngineComponent LccAddComponent(in string aContainer, in string aComponentName)
Definition: AddComponent.idl:31