| Trees | Index | Help |
|
|---|
| Package svs_simulation :: Package terrain :: Module navgraphs :: Class NavGraphNode |
|
Point2D --+
|
NavGraphNode
PathNode| Method Summary | |
|---|---|
__init__(self,
x,
y,
simdata)
| |
Sets self to encoded values. | |
Returns encoded description of self. | |
enterNode(self,
entity)
| |
exitNode(self,
entity)
| |
isOccupied(self)
| |
Returns True if transition node, otherwise
False. | |
| Inherited from Point2D | |
| |
| |
| Method Details |
|---|
decode(self, data)Sets self to encoded values. @type data:dict |
encode(self)Returns encoded description of self. @rtype:dict |
isTransitionNode(self)ReturnsTrue if transition node, otherwise
False.
|
| Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Thu Oct 20 15:30:29 2005 | http://epydoc.sf.net |