|
| TMAGParam () |
|
| TMAGParam (const int &NumNodes, const int &NumAttrs) |
|
| TMAGParam (const int &NumNodes, const TMAGAffMtxV &MtxV) |
|
| TMAGParam (const int &NumNodes, const TStr &ConfFNm) |
|
| TMAGParam (const TMAGParam< TNodeAttr > &MAGParam) |
|
| TMAGParam (const int &NumNodes, const int &NumAttrs, const TNodeAttr &Dist) |
|
TMAGParam< TNodeAttr > & | operator= (const TMAGParam< TNodeAttr > &MAGParam) |
|
void | Clr () |
|
void | LoadTxt (const TStr &InFNm) |
|
void | SaveTxt (const TStr &OutFNm) const |
|
void | SetNodes (const int &Nodes) |
|
const int | GetNodes () const |
|
void | SetAttrs (const int &Attrs) |
|
const int | GetAttrs () const |
|
void | SetNodeAttr (const TNodeAttr &Dist) |
|
const TNodeAttr & | GetNodeAttr () const |
|
const int | GetDim (const int &Attr) const |
|
void | GetDimV (TIntV &DimV) const |
|
void | SetMtxVal (const int &Attr, const int &Row, const int &Col, const double &Val) |
|
void | SetMtx (const int &Attr, const TMAGAffMtx &Mtx) |
|
void | SetMtxV (const TMAGAffMtxV &MtxV) |
|
void | SetMtxAll (const TMAGAffMtx &Mtx) |
|
const double | GetMtxVal (const int &Attr, const int &Row, const int &Col) const |
|
const TMAGAffMtx & | GetMtx (const int &Attr) const |
|
void | GetMtxV (TMAGAffMtxV &MtxV) const |
|
PNGraph | GenMAG (TIntVV &AttrVV, const bool &IsDir=false, const int &Seed=1) |
|
PNGraph | GenAttrMAG (const TIntVV &AttrVV, const bool &IsDir=false, const int &Seed=1) |
|
template<class TNodeAttr>
class TMAGParam< TNodeAttr >
Definition at line 146 of file mag.h.