Trees | Indices | Help |
|
---|
|
object --+ | FrameAslSelection
A class for selecting atoms from frames in a given simulation using ASL.
Note that there is no control over the order of indices retrieved in an ASL selection - they will always be returned in numerical order. As such, FrameAslSelection objects are not appropriate for analyses with more than one selection.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
FrameIndexSelection |
|
||
Inherited from |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
|
|
|
|
Create a FrameIndexSelection from this instance. Because FrameAslSelections do not imply an ordering of atoms, two methods of ordering the new selection are available. The first is to provide a cmp method. This method should expect two _StructureAtom instances as arguments and should behave like the cmp argument to the sort method of the built-in list. The second ordering method is to specify a _StructureAtom attribute on which to sort. If neither of these is specified, the selection will be returned in order of atom indices. In this case, the frame instance is not needed and can be specified as None. Raises a ValueError if the FrameAslSelection is dynamic.
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon May 19 23:05:27 2014 | http://epydoc.sourceforge.net |