#include <network.h>
Definition at line 3971 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 3983 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 3987 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 3984 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 3988 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 3990 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 3989 of file network.h.
TSizeTy SearchBin(const TVal &Val) const
Returns the position of an element with value Val.
void TDirNet::TNode::LoadShM |
( |
TShMIn & |
MStream | ) |
|
|
inline |
Definition at line 3994 of file network.h.
void LoadShM(TShMIn &ShMIn)
Constructs the vector from a shared memory input.
void TDirNet::TNode::PackNIdV |
( |
| ) |
|
|
inline |
Definition at line 3992 of file network.h.
void Pack()
Reduces vector capacity (frees memory) to match its size.
void TDirNet::TNode::PackOutNIdV |
( |
| ) |
|
|
inline |
Definition at line 3991 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 3980 of file network.h.
void Save(TSOut &SOut) const
void Save(TSOut &SOut) const
void TDirNet::TNode::SortNIdV |
( |
| ) |
|
|
inline |
Definition at line 3993 of file network.h.
void Sort(const bool &Asc=true)
Sorts the elements of the vector.
TIntV TDirNet::TNode::InNIdV |
|
private |
TIntV TDirNet::TNode::OutNIdV |
|
private |
The documentation for this class was generated from the following file: