Home | Trees | Indices | Help |
|
---|
|
ViewerFramework.VFCommand.Command --+ | mvCommand.MVCommand --+ | CustomSplineCommand
This command computes and extrudes spline using the values given or from the widget. Package : Pmv Module : splineCommands Class : CustomSplineCommand Command : customSpline Synopsis: None<---customTrace(nodes, atmtype="CA", curSel=False, nbchords=4,interp='interpolation', continuity=2, closedSpline=False,sortAtms=True, shape2D=None, capsFlag=False, display=True,**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) shape2D --- instance of a DejaVu.Shapes class (Triangle2DDup, Circle2D...)the default shape is a circle2D capsFlag --- Boolean flag to add caps at the end of the spline (default=False) display --- Boolean flag to call or not the displayExtrudedSpline command default value is True.
|
|||
| __init__(self) | ||
|
onAddCmdToViewer(self) method called when an instance of this command is added to the viewer. |
||
|
buildFormDescr(self,
formName) descr <- buildFormDescr(self, formName): this virtual method is implemented in the classes derived from Command. |
||
|
cursel_cb(self,
event=None) if the use curSel checkbutton is on: the entryField should be disabled. |
||
| guiCallback(self) | ||
|
__call__(self,
nodes,
atmtype="CA",
curSel=False,
nbchords=4,
interp='interpolation',
continuity=2,
closedSpline=False,
sortAtms=True,
shape2D=None,
capsFlag=False,
display=True,
**kw) None<---customTrace(nodes, atmtype="CA", curSel=False, nbchords=4,interp='interpolation', continuity=2, closedSpline=False,sortAtms=True, shape2D=None, capsFlag=False, display=True,**kw) Required Arguments: nodes --- self.getSelection() Optional Arguments: atmtype --- specifies the atom type of the control points. |
||
|
doit(self,
nodes,
**kw) virtual method. |
||
Inherited from Inherited from Inherited from |
|
|||
Inherited from |
|
|
|
|
|
|
None<---customTrace(nodes, atmtype="CA", curSel=False, nbchords=4,interp='interpolation', continuity=2, closedSpline=False,sortAtms=True, shape2D=None, capsFlag=False, display=True,**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) shape2D --- instance of a DejaVu.Shapes class (Triangle2DDup, Circle2D...)the default shape is a circle2D capsFlag --- Boolean flag to add caps at the end of the spline (default=False) display --- Boolean flag to call or not the displayExtrudedSpline command default value is True.
|
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0alpha3 on Fri Nov 2 14:14:36 2007 | http://epydoc.sourceforge.net |