Package libavg :: Module clusteredEventList :: Class Centroid

Class Centroid

source code


Instance Methods
 
__init__(self)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
isBroken(self) source code
 
reposition(self) source code
 
removeMember(self, member) source code
 
addMember(self, member) source code
 
hasMember(self, member) source code
 
__len__(self) source code
 
__repr__(self)
repr(x)
source code

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __str__

    Inherited from eventList.Cursor
 
__unicode__(self) source code
 
getDelta(self) source code
 
getPos(self) source code
 
getStartPos(self) source code
 
getX(self) source code
 
getY(self) source code
 
resetMotion(self) source code
 
setPos(self, newPos) source code
Properties

Inherited from object: __class__

    Inherited from eventList.Cursor
  x
  y
Method Details

__init__(self)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)

__repr__(self)
(Representation operator)

source code 

repr(x)

Overrides: object.__repr__
(inherited documentation)