#include <network.h>
Definition at line 3402 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 |
Definition at line 3413 of file network.h.
TSizeTy Len() const
Returns the number of elements in the vector.
int TUndirNet::TNode::GetId |
( |
| ) |
const |
|
inline |
int TUndirNet::TNode::GetInDeg |
( |
| ) |
const |
|
inline |
int TUndirNet::TNode::GetInNId |
( |
const int & |
NodeN | ) |
const |
|
inline |
Definition at line 3416 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 3417 of file network.h.
int GetNbrNId(const int &NodeN) const
bool TUndirNet::TNode::IsInNId |
( |
const int & |
NId | ) |
const |
|
inline |
Definition at line 3420 of file network.h.
bool IsNbrNId(const int &NId) const
bool TUndirNet::TNode::IsNbrNId |
( |
const int & |
NId | ) |
const |
|
inline |
Definition at line 3419 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 3421 of file network.h.
bool IsNbrNId(const int &NId) const
void TUndirNet::TNode::LoadShM |
( |
TShMIn & |
MStream | ) |
|
|
inline |
Definition at line 3425 of file network.h.
void LoadShM(TShMIn &ShMIn)
Constructs the vector from a shared memory input.
void TUndirNet::TNode::PackNIdV |
( |
| ) |
|
|
inline |
Definition at line 3423 of file network.h.
void Pack()
Reduces vector capacity (frees memory) to match its size.
void TUndirNet::TNode::PackOutNIdV |
( |
| ) |
|
|
inline |
Definition at line 3422 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 3411 of file network.h.
void Save(TSOut &SOut) const
void Save(TSOut &SOut) const
void TUndirNet::TNode::SortNIdV |
( |
| ) |
|
|
inline |
Definition at line 3424 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: