Package esys :: Package lsm :: Package vis :: Package vtk :: Module Arrow' :: Class Arrow
[hide private]
[frames] | no frames]

Class Arrow

                   object --+    
                            |    
            core.Arrow'.Arrow --+
                                |
               object --+       |
                        |       |
core.Modifier'.Modifiable --+   |
                            |   |
         Modifier'.Modifiable --+
                                |
                               Arrow

Instance Methods [hide private]
 
__init__(self, tailPt, headPt, tailRadius, headRadius, headLength)
Initialises arrow.
 
addActor(self, addTo)
 
getActor(self)
 
getVtkMapper(self)
 
getVtkSource(self)

Inherited from core.Arrow'.Arrow: getHeadLength, getHeadPt, getHeadRadius, getLength, getTailPt, getTailRadius

Inherited from Modifier'.Modifiable: applyModifiers

Inherited from core.Modifier'.Modifiable: apply, applySequence, applySingle, getModifierList

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, tailPt, headPt, tailRadius, headRadius, headLength)
(Constructor)

 

Initialises arrow.

Overrides: object.__init__
(inherited documentation)