Exemplo n.º 1
0
 def __init__(self, mainWindow):
     self.hppPlugin = mainWindow.getFromSlot("getHppIIOPurl")
     self.basic = BasicClient(url= str(self.hppPlugin.getHppIIOPurl()),
             postContextId= str(self.hppPlugin.getHppContext()))
     self.manipulation = ManipClient(url= str(self.hppPlugin.getHppIIOPurl()),
             postContextId= str(self.hppPlugin.getHppContext()))
     self.viewer = ViewerClient()
Exemplo n.º 2
0
 def __init__(self):
     self.basic = BasicClient()
     self.manipulation = ManipulationClient()
     if WholebodyStepClient:
         self.wholebodyStep = WholebodyStepClient()
Exemplo n.º 3
0
 def __init__ (self):
     self.basic = BasicClient ()
     self.rbprm = RbprmClient ()
Exemplo n.º 4
0
 def __init__(self, url=None, context="corbaserver"):
     self.basic = BasicClient(url=url, context=context)
     self.manipulation = ManipulationClient(url=url, context=context)
Exemplo n.º 5
0
 def __init__ (self):
     self.basic = BasicClient ()
     self.timeopt = WPGClient ()
Exemplo n.º 6
0
 def __init__(self):
     self.basic = BasicClient()
     self.affordance = AffClient()
 def __init__ (self, postContextId=""):
     self.basic = BasicClient (postContextId=postContextId)
     self.affordance = AffClient (postContextId=postContextId)