Trees | Indices | Help |
|
---|
|
object --+ | _Ring
Class representing a ring.
Important methods include extractStructure and getAtomList. The atom
attribute returns an iterator over all atoms in the ring, and the number
of atoms can be determined via len(molecule.atom)
. The edge
attribute works in a similar manner for bonds in the ring.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
atom Returns an atom iterator for all atoms in the ring. |
|||
edge Returns a bond iterator for all edges in the ring. |
|||
Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
str(x)
|
Return a new Structure containing only this ring. Structure properties, including the title, are inherited only if copy_props is set to True. |
Applies the given display styles to the atoms and bonds of the ring.
|
|
atomReturns an atom iterator for all atoms in the ring.
|
edgeReturns a bond iterator for all edges in the ring.
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon May 19 23:05:25 2014 | http://epydoc.sourceforge.net |