#include <network.h>
Definition at line 2753 of file network.h.
| TUndirNet::TNode::TNode |
( |
| ) |
|
|
inline |
| TUndirNet::TNode::TNode |
( |
const int & |
NId | ) |
|
|
inline |
| TUndirNet::TNode::TNode |
( |
const TNode & |
Node | ) |
|
|
inline |
| TUndirNet::TNode::TNode |
( |
TSIn & |
SIn | ) |
|
|
inline |
| int TUndirNet::TNode::GetDeg |
( |
| ) |
const |
|
inline |
| int TUndirNet::TNode::GetId |
( |
| ) |
const |
|
inline |
| int TUndirNet::TNode::GetInDeg |
( |
| ) |
const |
|
inline |
| int TUndirNet::TNode::GetInNId |
( |
const int & |
NodeN | ) |
const |
|
inline |
Definition at line 2767 of file network.h.
int GetNbrNId(const int &NodeN) const
| int TUndirNet::TNode::GetNbrNId |
( |
const int & |
NodeN | ) |
const |
|
inline |
| int TUndirNet::TNode::GetOutDeg |
( |
| ) |
const |
|
inline |
| int TUndirNet::TNode::GetOutNId |
( |
const int & |
NodeN | ) |
const |
|
inline |
Definition at line 2768 of file network.h.
int GetNbrNId(const int &NodeN) const
| bool TUndirNet::TNode::IsInNId |
( |
const int & |
NId | ) |
const |
|
inline |
Definition at line 2771 of file network.h.
bool IsNbrNId(const int &NId) const
| bool TUndirNet::TNode::IsNbrNId |
( |
const int & |
NId | ) |
const |
|
inline |
Definition at line 2770 of file network.h.
TSizeTy SearchBin(const TVal &Val) const
Returns the position of an element with value Val.
| bool TUndirNet::TNode::IsOutNId |
( |
const int & |
NId | ) |
const |
|
inline |
Definition at line 2772 of file network.h.
bool IsNbrNId(const int &NId) const
| void TUndirNet::TNode::PackNIdV |
( |
| ) |
|
|
inline |
Definition at line 2774 of file network.h.
void Pack()
Reduces vector capacity (frees memory) to match its size.
| void TUndirNet::TNode::PackOutNIdV |
( |
| ) |
|
|
inline |
Definition at line 2773 of file network.h.
void Pack()
Reduces vector capacity (frees memory) to match its size.
| void TUndirNet::TNode::Save |
( |
TSOut & |
SOut | ) |
const |
|
inline |
Definition at line 2762 of file network.h.
void Save(TSOut &SOut) const
void Save(TSOut &SOut) const
| friend class TUndirNetMtx |
|
friend |
| TInt TUndirNet::TNode::Id |
|
private |
| TIntV TUndirNet::TNode::NIdV |
|
private |
The documentation for this class was generated from the following file: