#include <network.h>
Definition at line 3272 of file network.h.
TDirNet::TNode::TNode |
( |
| ) |
|
|
inline |
TDirNet::TNode::TNode |
( |
const int & |
NId | ) |
|
|
inline |
TDirNet::TNode::TNode |
( |
const TNode & |
Node | ) |
|
|
inline |
TDirNet::TNode::TNode |
( |
TSIn & |
SIn | ) |
|
|
inline |
int TDirNet::TNode::GetDeg |
( |
| ) |
const |
|
inline |
int TDirNet::TNode::GetId |
( |
| ) |
const |
|
inline |
int TDirNet::TNode::GetInDeg |
( |
| ) |
const |
|
inline |
Definition at line 3284 of file network.h.
TSizeTy Len() const
Returns the number of elements in the vector.
int TDirNet::TNode::GetInNId |
( |
const int & |
NodeN | ) |
const |
|
inline |
int TDirNet::TNode::GetNbrNId |
( |
const int & |
NodeN | ) |
const |
|
inline |
Definition at line 3288 of file network.h.
int GetOutNId(const int &NodeN) const
int GetInNId(const int &NodeN) const
int TDirNet::TNode::GetOutDeg |
( |
| ) |
const |
|
inline |
Definition at line 3285 of file network.h.
TSizeTy Len() const
Returns the number of elements in the vector.
int TDirNet::TNode::GetOutNId |
( |
const int & |
NodeN | ) |
const |
|
inline |
bool TDirNet::TNode::IsInNId |
( |
const int & |
NId | ) |
const |
|
inline |
Definition at line 3289 of file network.h.
TSizeTy SearchBin(const TVal &Val) const
Returns the position of an element with value Val.
bool TDirNet::TNode::IsNbrNId |
( |
const int & |
NId | ) |
const |
|
inline |
Definition at line 3291 of file network.h.
bool IsInNId(const int &NId) const
bool IsOutNId(const int &NId) const
bool TDirNet::TNode::IsOutNId |
( |
const int & |
NId | ) |
const |
|
inline |
Definition at line 3290 of file network.h.
TSizeTy SearchBin(const TVal &Val) const
Returns the position of an element with value Val.
void TDirNet::TNode::PackNIdV |
( |
| ) |
|
|
inline |
Definition at line 3293 of file network.h.
void Pack()
Reduces vector capacity (frees memory) to match its size.
void TDirNet::TNode::PackOutNIdV |
( |
| ) |
|
|
inline |
Definition at line 3292 of file network.h.
void Pack()
Reduces vector capacity (frees memory) to match its size.
void TDirNet::TNode::Save |
( |
TSOut & |
SOut | ) |
const |
|
inline |
Definition at line 3281 of file network.h.
void Save(TSOut &SOut) const
void Save(TSOut &SOut) const
TIntV TDirNet::TNode::InNIdV |
|
private |
TIntV TDirNet::TNode::OutNIdV |
|
private |
The documentation for this class was generated from the following file: