Esempio n. 1
0
 def select(self, selection):
   self.__list = atomselection.create(self.__molid, self.__frame,\
     selection)
   self.__text = selection
Esempio n. 2
0
 def select(self, selection):
     self.__list = atomselection.create(self.__molid, self.__frame,\
       selection)
     self.__text = selection
Esempio n. 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)
Esempio n. 4
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)