#include <nixnode.h>
Inheritance diagram for NixNode:


Definition at line 32 of file nixnode.h.
Public Member Functions | |
| virtual void | AddAdj (nodeid_t a, int w=1) |
| void | AddAdj (nodeid_t) |
| NixVec * | ComputeNixVector (nodeid_t) |
| virtual nodeid_t | GetNeighbor (Nix_t) |
| virtual nodeid_t | GetNeighbor (Nix_t, NixVec *) |
| virtual NixPair_t | GetNix (nodeid_t) |
| virtual Nixl_t | GetNixl () |
| NixVec * | GetNixVector (nodeid_t) |
| NsObject * | GetNsNeighbor (Nix_t) |
| nodeid_t | Id () const |
| void | Id (nodeid_t id) |
| int | IsNeighbor (nodeid_t) |
| int | Map () const |
| virtual const NodeWeight_t | NextAdj (const NodeWeight_t &) |
| NixNode () | |
| void | PopulateObjects (void) |
Static Public Member Functions | |
| static NixNode * | GetNodeObject (nodeid_t) |
| static void | PopulateAllObjects (void) |
Data Fields | |
| nodeid_t | m_id |
Private Attributes | |
| EdgeVec_t | m_Adj |
| ObjVec_t | m_AdjObj |
| int | m_Map |
| NVMap_t * | m_pNixVecs |
|
|
|
|
||||||||||||
|
Reimplemented in Node. |
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
Reimplemented from RNode. |
|
|
Reimplemented from RNode. |
|
|
Referenced by Agent::initpkt(). |
|
|
Referenced by Agent::initpkt(). |
|
|
|
|
|
Definition at line 36 of file nixnode.h. References RNode::m_id. 00036 { return m_id;}
|
|
|
Definition at line 35 of file nixnode.h. References RNode::m_id. 00035 { m_id = id;}
|
|
|
|
|
|
Definition at line 37 of file nixnode.h. References m_Map. 00037 { return m_Map;}
|
|
|
Reimplemented from RNode. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 42 of file rnode.h. Referenced by Id(). |
|
|
Definition at line 53 of file nixnode.h. Referenced by Map(). |
|
|
|
1.4.6