| Trees | Indices | Help |
|
|---|
|
|
object --+
|
GeomAnalyzerBase --+
|
_MaestroAnalysis --+
|
SecondaryStructure
Calculate the secondary-structure property for selected atoms. The result is
a list of C{int} numbers, each of which corresponds to a selected atoms and
is one of the following values:
SecondaryStructure.NONE
SecondaryStructure.LOOP
SecondaryStructure.HELIX
SecondaryStructure.STRAND
SecondaryStructure.TURN
The selected atoms can be obtained by calling the L{aids} method.
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
NONE = -1
|
|||
LOOP = 0hash(x) |
|||
HELIX = 1
|
|||
STRAND = 2
|
|||
TURN = 3hash(x) |
|||
|
|||
|
|||
x.__init__(...) initializes x; see help(type(x)) for signature
|
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Tue May 2 06:33:08 2017 | http://epydoc.sourceforge.net |