コード例 #1
0
 def select(self, selection):
   self.__list = atomselection.create(self.__molid, self.__frame,\
     selection)
   self.__text = selection
コード例 #2
0
ファイル: AtomSel.py プロジェクト: hopefulp/sandbox
 def select(self, selection):
     self.__list = atomselection.create(self.__molid, self.__frame,\
       selection)
     self.__text = selection
コード例 #3
0
 def __init__(self, selection='all', molid=0, frame=0):
   self.__molid = molid
   self.__text = selection
   self.__frame = frame
   self.__list = atomselection.create(molid, frame, selection)
コード例 #4
0
ファイル: AtomSel.py プロジェクト: hopefulp/sandbox
 def __init__(self, selection='all', molid=0, frame=0):
     self.__molid = molid
     self.__text = selection
     self.__frame = frame
     self.__list = atomselection.create(molid, frame, selection)