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

Public Member Functions | |
| NixNode () | |
| void | Id (nodeid_t id) |
| nodeid_t | Id () const |
| int | Map () const |
| void | AddAdj (nodeid_t) |
| int | IsNeighbor (nodeid_t) |
| virtual const NodeWeight_t | NextAdj (const NodeWeight_t &) |
| NixVec * | ComputeNixVector (nodeid_t) |
| virtual NixPair_t | GetNix (nodeid_t) |
| virtual Nixl_t | GetNixl () |
| virtual nodeid_t | GetNeighbor (Nix_t, NixVec *) |
| NixVec * | GetNixVector (nodeid_t) |
| NsObject * | GetNsNeighbor (Nix_t) |
| void | PopulateObjects (void) |
Static Public Member Functions | |
| NixNode * | GetNodeObject (nodeid_t) |
| void | PopulateAllObjects (void) |
Private Attributes | |
| EdgeVec_t | m_Adj |
| ObjVec_t | m_AdjObj |
| int | m_Map |
| NVMap_t * | m_pNixVecs |
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
Reimplemented from RNode. |
|
|
Reimplemented from RNode. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from RNode. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|