Trees | Index | Help |
|
---|
Package subjectdata :: Module CellCoord :: Class CellCoord |
|
Method Summary | |
---|---|
CellCoord's constructor. | |
Overloading operator == | |
Overloading operator >= | |
Overloading operator > | |
Hash function to be used by built-in python's dictionnaries. | |
Overloading operator <= | |
Overloading operator < | |
Overloading operator != | |
__str__(self)
| |
CellCoord
|
Returns a copy of this object |
Accessors | |
int |
Returns the row of this cell coordinate |
int |
Returns the column of this cell coordinate |
Method Details |
---|
row(self)Returns the row of this cell coordinate
|
col(self)Returns the column of this cell coordinate
|
__init__(self,
col,
row)
CellCoord's constructor.
|
__eq__(self,
obj)
Overloading operator ==
|
__ge__(self,
coord)
Overloading operator >=
|
__gt__(self,
coord)
Overloading operator >
|
__hash__(self)
Hash function to be used by built-in python's dictionnaries.
|
__le__(self,
coord)
Overloading operator <=
|
__lt__(self,
coord)
Overloading operator <
|
__ne__(self, obj)Overloading operator !=
|
clone(self)Returns a copy of this object
|
Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Thu Aug 26 22:55:24 2004 | http://epydoc.sf.net |