Package esys :: Package lsm :: Package vis :: Package povray :: Module EdgeExtractor' :: Class EdgeExtractor
[hide private]
[frames] | no frames]

Class EdgeExtractor

                   object --+        
                            |        
    core.Extractor'.Extractor --+    
                                |    
core.EdgeExtractor'.EdgeExtractor --+
                                    |
                                   EdgeExtractor

Instance Methods [hide private]
 
__init__(self, pointListMap=<function <lambda> at 0xe69230>, radiusListMap=<function <lambda> at 0xe692a8>, colorValListMap=<function <lambda> at 0xe69320>, radiusScale=1.0)
Constructor.
 
getResizedList(self, lst, newLen)
 
writeSdl(self, f, record)

Inherited from core.EdgeExtractor'.EdgeExtractor: getColorValList, getPointList, getRadiusList, getRadiusScale

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, pointListMap=<function <lambda> at 0xe69230>, radiusListMap=<function <lambda> at 0xe692a8>, colorValListMap=<function <lambda> at 0xe69320>, radiusScale=1.0)
(Constructor)

 

Constructor.

Parameters:
  • pointListMap - Callable which takes a single data-record as an argument and returns a list of coordinates representing the end-points of the linear segments of the edge.
  • radiusListMap - Callable which takes a single data-record as an argument and returns a list of radii values.
  • colorValListMap - Callable which takes a single data-record as an argument and returns a list of color values. Each color value is associated with a linear segment of the edge.
  • radiusScale - Scale which is multiplied by all radii.
Overrides: object.__init__
(inherited documentation)