csMapNode Class Reference
A node. More...
#include <mapnode.h>
Inheritance diagram for csMapNode:

Public Methods | |
| csMapNode (const char *Name) | |
| The constructor. Requires the Nodes name! | |
| virtual | ~csMapNode () |
| The destructor as usual. | |
| virtual iObject * | QueryObject () |
| Get the iObject. | |
| virtual void | SetPosition (const csVector3 &pos) |
| Set the position of the node. | |
| virtual const csVector3 & | GetPosition () const |
| Get the position of the node. | |
| virtual void | SetSector (iSector *sec) |
| Set the sector of the node. | |
| virtual iSector * | GetSector () const |
| Get the sector of the node. | |
Static Public Methods | |
| iMapNode * | GetNode (iSector *pSector, const char *name, const char *classname=0) |
| Get a node with the given name and a given classname. (shortcut). | |
Detailed Description
A node.This is an iObject that is bound to a position and a sector in the world.
Definition at line 33 of file mapnode.h.
Constructor & Destructor Documentation
|
|
The constructor. Requires the Nodes name!
|
|
|
The destructor as usual.
|
Member Function Documentation
|
||||||||||||||||
|
Get a node with the given name and a given classname. (shortcut).
|
|
|
Get the position of the node.
Implements iMapNode. |
|
|
Get the sector of the node.
Implements iMapNode. |
|
|
Get the iObject.
Implements iMapNode. |
|
|
Set the position of the node.
Implements iMapNode. |
|
|
Set the sector of the node.
Implements iMapNode. |
The documentation for this class was generated from the following file:
- cstool/mapnode.h
Generated for Crystal Space by doxygen 1.2.18
