コード例 #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()
コード例 #2
0
 def __init__(self):
     self.basic = BasicClient()
     self.manipulation = ManipulationClient()
     if WholebodyStepClient:
         self.wholebodyStep = WholebodyStepClient()
コード例 #3
0
 def __init__ (self):
     self.basic = BasicClient ()
     self.rbprm = RbprmClient ()
コード例 #4
0
 def __init__(self, url=None, context="corbaserver"):
     self.basic = BasicClient(url=url, context=context)
     self.manipulation = ManipulationClient(url=url, context=context)
コード例 #5
0
 def __init__ (self):
     self.basic = BasicClient ()
     self.timeopt = WPGClient ()
コード例 #6
0
 def __init__(self):
     self.basic = BasicClient()
     self.affordance = AffClient()
コード例 #7
0
 def __init__ (self, postContextId=""):
     self.basic = BasicClient (postContextId=postContextId)
     self.affordance = AffClient (postContextId=postContextId)