Home | Trees | Indices | Help |
|
---|
|
ViewerFramework.VFCommand.Command --+ | mvCommand.MVCommand --+ | ViewerFramework.VFCommand.ICOM --+ | | | mvCommand.MVICOM --+ | | | mvCommand.MVAtomICOM --+ | displayCommands.DisplayCommand --+ | DisplaySplineAsLineCommand
DisplaySplineAsLineCommand implements a set of method to display/ undisplay part of the spline when represented as line. Package : Pmv Module : splineCommands Class : DisplaySplineAsLineCommand Command : displaySplineAsLine Synopsis: None<- displaySplineAsLine(nodes, lineWidth=3, only=0, negate=0,**kw) Required Arguments: nodes --- TreeNodeSet holding the current selection. Can also be a string representing the current selection. Optional Arguments: only --- Boolean flag when set to True only the current selection will be displayed negate --- Boolean flag when set to True undisplay the current selection lineWidth: width of the line representing the spline.
|
|||
| onRemoveObjectFromViewer(self, obj) | ||
|
createGeometries(self,
obj) Methdo creating the lineSpline geometry. |
||
|
pickedVerticesToAtoms(self,
geom,
vertInd) Function called to convert a picked vertex into an atom |
||
|
atomPropToVertices(self,
geom,
atoms,
propName,
propIndex=None) Function called to compute the array of colors |
||
|
setupUndoBefore(self,
nodes,
lineWidth=3,
only=False,
negate=False) This method builds the self.undoCmds string. |
||
| guiCallback(self) | ||
|
__call__(self,
nodes,
lineWidth=3,
only=False,
negate=False,
**kw) None<- displaySplineAsLine(nodes,lineWidth=3,only=0,negate=0,**kw) Required Arguments: nodes --- TreeNodeSet holding the current selection. |
||
|
doit(self,
nodes,
lineWidth=3,
only=False,
negate=False) virtual method. |
||
Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from |
|
|||
Inherited from |
|
|
|
|
|
|
|
None<- displaySplineAsLine(nodes,lineWidth=3,only=0,negate=0,**kw) Required Arguments: nodes --- TreeNodeSet holding the current selection. Can also be a string representing the current selection. Optional Arguments: only --- Boolean flag when set to True only the current selection will be displayed negate --- Boolean flag when set to True undisplay the current selection lineWidth --- width of the line representing the spline.
|
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0alpha3 on Fri Nov 2 14:14:36 2007 | http://epydoc.sourceforge.net |