ROOT
6.18/05
Reference Guide
TMVA
BinaryTree
TMVA::BinaryTree Member List
This is the complete list of members for
TMVA::BinaryTree
, including all inherited members.
AddXMLTo
(void *parent) const
TMVA::BinaryTree
virtual
BinaryTree
(void)
TMVA::BinaryTree
ClassName
() const =0
TMVA::BinaryTree
pure virtual
CountNodes
(Node *n=NULL)
TMVA::BinaryTree
CreateNode
(UInt_t size=0) const =0
TMVA::BinaryTree
pure virtual
CreateTree
() const =0
TMVA::BinaryTree
pure virtual
DeleteNode
(Node *)
TMVA::BinaryTree
protected
fDepth
TMVA::BinaryTree
protected
fNNodes
TMVA::BinaryTree
protected
fRoot
TMVA::BinaryTree
protected
GetLeftDaughter
(Node *n)
TMVA::BinaryTree
GetNNodes
() const
TMVA::BinaryTree
inline
GetRightDaughter
(Node *n)
TMVA::BinaryTree
GetRoot
() const
TMVA::BinaryTree
inline
virtual
GetTotalTreeDepth
() const
TMVA::BinaryTree
inline
Log
() const
TMVA::BinaryTree
protected
operator<<
TMVA::BinaryTree
friend
operator>>
TMVA::BinaryTree
friend
Print
(std::ostream &os) const
TMVA::BinaryTree
virtual
Read
(std::istream &istr, UInt_t tmva_Version_Code=TMVA_VERSION_CODE)
TMVA::BinaryTree
virtual
ReadXML
(void *node, UInt_t tmva_Version_Code=TMVA_VERSION_CODE)
TMVA::BinaryTree
virtual
SetRoot
(Node *r)
TMVA::BinaryTree
inline
SetTotalTreeDepth
(Int_t depth)
TMVA::BinaryTree
inline
SetTotalTreeDepth
(Node *n=NULL)
TMVA::BinaryTree
~BinaryTree
()
TMVA::BinaryTree
virtual