class <GridKeeper> GridKeeper : public TclObject


Inheritance:


Public Fields

int size_
how many nodes are kept

Public Methods

int command(int argc, const char*const* argv)
void dump()
int get_neighbors(MobileNode *mn, MobileNode **output)
GridKeeper()
static GridKeeper* instance()
void new_moves(MobileNode *)
~GridKeeper()

Protected Fields

int dim_x_
int dim_y_
dimension
GridHandler* gh_
MobileNode*** grid_

Private Fields

static GridKeeper* instance_

Documentation

GridKeeper()

~GridKeeper()

int command(int argc, const char*const* argv)

int get_neighbors(MobileNode *mn, MobileNode **output)

void new_moves(MobileNode *)

void dump()

static GridKeeper* instance()

int size_
how many nodes are kept

MobileNode*** grid_

int dim_x_

int dim_y_
dimension

GridHandler* gh_

static GridKeeper* instance_


This class has no child classes.

alphabetic index hierarchy of classes


this page has been generated automatically by doc++

Adapted for the NS documentation page

(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de