From cb69d2e1c7ced951cbf7a31ee286b0ed92cab8a8 Mon Sep 17 00:00:00 2001 From: rcoh Date: Fri, 18 Feb 2011 16:56:43 -0500 Subject: Adding Epydoc generated docs. --- ...erationscore.PixelMapper.PixelMapper-class.html | 291 +++++++++++++++++++++ 1 file changed, 291 insertions(+) create mode 100644 html/SmootLight.operationscore.PixelMapper.PixelMapper-class.html (limited to 'html/SmootLight.operationscore.PixelMapper.PixelMapper-class.html') diff --git a/html/SmootLight.operationscore.PixelMapper.PixelMapper-class.html b/html/SmootLight.operationscore.PixelMapper.PixelMapper-class.html new file mode 100644 index 0000000..cec7e90 --- /dev/null +++ b/html/SmootLight.operationscore.PixelMapper.PixelMapper-class.html @@ -0,0 +1,291 @@ + + + + + SmootLight.operationscore.PixelMapper.PixelMapper + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + Package SmootLight :: + Package operationscore :: + Module PixelMapper :: + Class PixelMapper + + + + + + +
[hide private]
[frames] | no frames]
+
+ +

Class PixelMapper

source code

+
+                                    object --+    
+                                             |    
+operationscore.SmootCoreObject.SmootCoreObject --+
+                                                 |
+                                                PixelMapper
+
+ +
+

PixelMapper is the parent class for PixelMappers. Inheriting classes + should define mappingFunction which takes an eventLocation and a screen + and returns a list of (weight, pixels). PixelMapper handles caching + automatically.

+ + + + + + + + + + + + + + + + + + + +
+ + + + + +
Instance Methods[hide private]
+
+   + + + + + + +
init(self) + source code + +
+ +
+   + + + + + + +
mapEvent(self, + eventLocation, + screen) + source code + +
+ +
+   + + + + + + +
mappingFunction(self, + eventLocation, + screen)
+ Takes a Screen and event location and returns a list of tuples + (pixel,weight) with sum(weights)=1
+ source code + +
+ +
+

Inherited from operationscore.SmootCoreObject.SmootCoreObject: + __contains__, + __getitem__, + __getiter__, + __init__, + __setitem__, + acquireLock, + addDieListener, + className, + die, + releaseLock, + removeDieListener, + validateArgDict, + validateArgs +

+

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) +

+
source code  +
+ + +
+
Overrides: + operationscore.SmootCoreObject.SmootCoreObject.init +
+
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + +
+ + + + -- cgit v1.2.3