Home | Trees | Indices | Help |
|
---|
|
ViewerFramework.VFCommand.Command --+ | mvCommand.MVCommand --+ | ComputeSheet2DCommand
The ComputeSheet2DCommand class implements methods to compute the sheet2D for each chain of the contained in the current selection. Need to specify two control atoms. Package : Pmv Module : extrusionCommands Class : ComputeSheet2DCommand Command name : computeSheet2D Synopsis: None <- ComputeSheet2D(nodes, buildIsHelix=1, nbrib=2, nbchords=4, width=1.5, offset=1.2, **kw) Required Arguments: nodes --- any set for MolKit nodes describing molecular components Optional Arguments: ctlAtmsName --- tuple of two atom name specifying the two control atoms the second atom is used to limit the torsion of the sheet 2D. buildIsHelix --- flag when set to 1 specifies that an helix is defined. nbrib --- integer specifying the number of ribbon of the sheet2D. nbchords --- integer specifying the number of points per residues width --- float specifying the width of the sheet2D offset --- float specifying the offset of ? Required Packages: MolKit, DejaVu, mglutil, OpenGL, Tkinter, Pmw, types, ViewerFramework Required Commands: ExtrusionCommands.ComputeSheet2D, Known bugs: None Examples: mol = mv.Mols[0] mv.extrudeCATrace(mv.getSelection())
|
|||
| __init__(self) | ||
|
__call__(self,
nodes,
sheet2DName,
ctlAtmName,
torsAtmName,
buildIsHelix=False,
nbrib=2,
nbchords=4,
width=1.5,
offset=1.2,
**kw) None <- ComputeSheet2D(nodes, sheet2DName, ctlAtmName, torsAtmName, buildIsHelix=0, nbrib=2, nbchords=4, width=1.5, offset=1.2, **kw) nodes --- any set for MolKit nodes describing molecular components ctlAtmName --- tuple of two atom name specifying the two control atoms the second atom is used to limit the torsion of the sheet 2D. |
||
| getSheet2DRes(self, chain, ctlAtmName, torsAtmName, buildIsHelix=False) | ||
|
doit(self,
nodes,
sheet2DName,
ctlAtmName,
torsAtmName,
buildIsHelix=False,
nbrib=2,
nbchords=4,
width=1.5,
offset=1.2) virtual method. |
||
|
buildFormDescr(self,
formName) descr <- buildFormDescr(self, formName): this virtual method is implemented in the classes derived from Command. |
||
| guiCallback(self) | ||
Inherited from Inherited from Inherited from |
|
|||
Inherited from |
|
|
None <- ComputeSheet2D(nodes, sheet2DName, ctlAtmName, torsAtmName, buildIsHelix=0, nbrib=2, nbchords=4, width=1.5, offset=1.2, **kw) nodes --- any set for MolKit nodes describing molecular components ctlAtmName --- tuple of two atom name specifying the two control atoms the second atom is used to limit the torsion of the sheet 2D. buildIsHelix ---- Boolean flag when set to True specifies that an helix is defined. nbrib --- integer specifying the number of ribbon of the sheet2D. nbchords --- integer specifying the number of points per residues width --- float specifying the width of the sheet2D offset --- float specifying the offset of ?
|
|
|
|
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0alpha3 on Fri Nov 2 14:14:31 2007 | http://epydoc.sourceforge.net |