| 
    SNAP Library 6.0, Developer Reference
    2020-12-09 16:24:20
    
   SNAP, a general purpose, high performance system for analysis and manipulation of large networks 
   | 
 
#include <ds.h>

Public Member Functions | |
| TTree () | |
| TTree (const TTree &Tree) | |
| TTree (TSIn &SIn) | |
| void | Save (TSOut &SOut) const | 
| void | LoadXml (const PXmlTok &XmlTok, const TStr &Nm="") | 
| void | SaveXml (TSOut &SOut, const TStr &Nm) const | 
| TTree & | operator= (const TTree &Tree) | 
| bool | operator== (const TTree &Tree) const | 
| bool | operator< (const TTree &Tree) const | 
| int | GetPrimHashCd () const | 
| int | GetSecHashCd () const | 
| int | GetMemUsed () const | 
| void | Clr () | 
| int | AddNode (const int &ParentNodeId, const TVal &NodeVal=TVal()) | 
| int | AddRoot (const TVal &NodeVal=TVal()) | 
| int | GetNodes () const | 
| void | GetNodeIdV (TIntV &NodeIdV, const int &NodeId=0) | 
| int | GetParentNodeId (const int &NodeId) const | 
| int | GetChildren (const int &NodeId) const | 
| int | GetChildNodeId (const int &NodeId, const int &ChildN) const | 
| TVal & | GetNodeVal (const int &NodeId) | 
| void | GenRandomTree (const int &Nodes, TRnd &Rnd) | 
| void | DelNode (const int &NodeId) | 
| void | CopyTree (const int &SrcNodeId, TTree &DstTree, const int &DstParentNodeId=-1) | 
| void | WrTree (const int &NodeId=0, const int &Lev=0) | 
Private Attributes | |
| TVec< TTriple< TInt, TIntV, TVal > > | NodeV | 
      
  | 
  inline | 
Definition at line 2483 of file ds.h.
References TVec< TVal, TSizeTy >::Add(), IAssert, and TVec< TVal, TSizeTy >::Len().
Referenced by TTree< TVal >::AddRoot(), and TTree< TVal >::CopyTree().


      
  | 
  inline | 
Definition at line 2487 of file ds.h.
References TTree< TVal >::AddNode().

      
  | 
  inline | 
Definition at line 2481 of file ds.h.
References TVec< TVal, TSizeTy >::Clr().

| void TTree< TVal >::CopyTree | ( | const int & | SrcNodeId, | 
| TTree< TVal > & | DstTree, | ||
| const int & | DstParentNodeId = -1  | 
        ||
| ) | 
Definition at line 2542 of file ds.h.
References TTree< TVal >::AddNode().

| void TTree< TVal >::DelNode | ( | const int & | NodeId | ) | 
Definition at line 2531 of file ds.h.
References TVec< TVal, TSizeTy >::SearchForw().

Definition at line 2519 of file ds.h.
References TRnd::GetUniDevInt().

      
  | 
  inline | 
      
  | 
  inline | 
Definition at line 2493 of file ds.h.
References TVec< TVal, TSizeTy >::Len().

      
  | 
  inline | 
Definition at line 2479 of file ds.h.
References TVec< TVal, TSizeTy >::GetMemUsed().

Definition at line 2506 of file ds.h.
References TVec< TVal, TSizeTy >::Add(), and TVec< TVal, TSizeTy >::Clr().

      
  | 
  inline | 
Definition at line 2490 of file ds.h.
References TVec< TVal, TSizeTy >::Len().

      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
Definition at line 2476 of file ds.h.
References TVec< TVal, TSizeTy >::GetPrimHashCd().

      
  | 
  inline | 
Definition at line 2477 of file ds.h.
References TVec< TVal, TSizeTy >::GetSecHashCd().

Definition at line 2468 of file ds.h.
References TVec< TVal, TSizeTy >::Save().

| void TTree< TVal >::WrTree | ( | const int & | NodeId = 0,  | 
        
| const int & | Lev = 0  | 
        ||
| ) | 
Definition at line 2463 of file ds.h.
Referenced by TTree< TVal >::operator=(), and TTree< TVal >::operator==().