Home | Trees | Indices | Help |
|
---|
|
ViewerFramework.VFCommand.Command --+ | mvCommand.MVCommand --+ | ComputeSplineCommand
The CompueSplineCommand omplements a set of method to create an DejaVu.splineObject per chain given:a TreeNodeSet,type of control Atoms (atmtype),number of points per control point in the smooth array (nbchords),continuity of the curves (continuity). Package : Pmv Module : splineCommands Class : ComputeSplineCommand Command : computeSpline keywords: compute spline Synopsis: None <- computeSpline(nodes, atmtype='CA', nbchords=4, interp='interpolation' continuity=2, closedSpline=0, **kw) Required Arguments: nodes --- self.getSelection() Optional Arguments: atmtype --- specifies the atom type of the control points. the atoms of the current selection of the given atom type are used as the control points. atmtype can be 'CA'(default value) 'CA,N' 'O' etc.... curSel --- Boolean flag to use the atoms in current selection as control points. (default=False) nbchords --- number of point per control points in the smooth array interp --- flag if set to 'interpolation' interpolate the control points. continuity --- specifies the continuity of the curve. closedSpline --- Boolean flag when set to True the spline will be closed (1st atom will be connected to the last atom. (default = False) sortAtms --- Boolean flag to sort the ctlAtms or not. (default = True)
|
|||
| __init__(self, func=None) | ||
| onRemoveObjectFromViewer(self, obj) | ||
|
doit(self,
nodes,
atmtype="",
curSel=False,
nbchords=4,
interp='interpolation',
continuity=2,
closedSpline=False,
sortAtms=True) virtual method. |
||
|
__call__(self,
nodes,
atmtype="CA",
curSel=False,
nbchords=4,
interp='interpolation',
continuity=2,
closedSpline=False,
sortAtms=True,
**kw) None <- computeSpline(nodes, atmtype='CA', nbchords=4, interp='interpolation' continuity=2, closedSpline=0, **kw) Required Arguments: nodes --- self.getSelection() Optional Arguments: atmtype --- specifies the atom type of the control points. |
||
Inherited from Inherited from Inherited from |
|
|||
Inherited from |
|
|
|
|
None <- computeSpline(nodes, atmtype='CA', nbchords=4, interp='interpolation' continuity=2, closedSpline=0, **kw) Required Arguments: nodes --- self.getSelection() Optional Arguments: atmtype --- specifies the atom type of the control points. the atoms of the current selection of the given atom type are used as the control points. atmtype can be 'CA'(default value) 'CA,N' 'O' etc.... curSel --- Boolean flag to use the atoms in current selection as control points. (default=False) nbchords --- number of point per control points in the smooth array interp --- flag if set to 'interpolation' interpolate the control points. continuity --- specifies the continuity of the curve. closedSpline --- Boolean flag when set to True the spline will be closed (1st atom will be connected to the last atom. (default = False) sortAtms --- Boolean flag to sort the ctlAtms or not. (default = True)
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0alpha3 on Fri Nov 2 14:14:36 2007 | http://epydoc.sourceforge.net |