| ns2 Network Simulator C++ Class Hierarchy of version ns-snapshot-20040722 | |
| | Home | Source Code | Manual | FAQ | Mailing List Archive | Search | | | Download | |
#include <gridkeeper.h>
Inheritance diagram for GridKeeper:

Public Member Functions | |
| GridKeeper () | |
| ~GridKeeper () | |
| int | command (int argc, const char *const *argv) |
| int | get_neighbors (MobileNode *mn, MobileNode **output) |
| void | new_moves (MobileNode *) |
| void | dump () |
Static Public Member Functions | |
| GridKeeper * | instance () |
Public Attributes | |
| int | size_ |
Protected Attributes | |
| MobileNode *** | grid_ |
| int | dim_x_ |
| int | dim_y_ |
| GridHandler * | gh_ |
Static Private Attributes | |
| GridKeeper * | instance_ |
|
|
|
|
|
|
|
||||||||||||
|
Reimplemented from TclObject. |
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|