#include <network.h>
Definition at line 3150 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 3164 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 3165 of file network.h.
int GetNbrNId(const int &NodeN) const
| bool TUndirNet::TNode::IsInNId |
( |
const int & |
NId | ) |
const |
|
inline |
Definition at line 3168 of file network.h.
bool IsNbrNId(const int &NId) const
| bool TUndirNet::TNode::IsNbrNId |
( |
const int & |
NId | ) |
const |
|
inline |
Definition at line 3167 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 3169 of file network.h.
bool IsNbrNId(const int &NId) const
| void TUndirNet::TNode::LoadShM |
( |
TShMIn & |
MStream | ) |
|
|
inline |
| void TUndirNet::TNode::PackNIdV |
( |
| ) |
|
|
inline |
Definition at line 3171 of file network.h.
void Pack()
Reduces vector capacity (frees memory) to match its size.
| void TUndirNet::TNode::PackOutNIdV |
( |
| ) |
|
|
inline |
Definition at line 3170 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 3159 of file network.h.
void Save(TSOut &SOut) const
void Save(TSOut &SOut) const
| void TUndirNet::TNode::SortNIdV |
( |
| ) |
|
|
inline |
Definition at line 3172 of file network.h.
void Sort(const bool &Asc=true)
Sorts the elements of the vector.
| 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: