ScummVM API documentation
Scumm::Tree Class Reference

Public Member Functions

 Tree (AI *ai)
 
 Tree (IContainedObject *contents, AI *ai)
 
 Tree (IContainedObject *contents, int maxDepth, AI *ai)
 
 Tree (IContainedObject *contents, int maxDepth, int maxNodes, AI *ai)
 
 Tree (const Tree *sourceTree, AI *ai)
 
void duplicateTree (Node *sourceNode, Node *destNode)
 
NodegetBaseNode () const
 
void setMaxDepth (int maxDepth)
 
int getMaxDepth () const
 
void setMaxNodes (int maxNodes)
 
int getMaxNodes () const
 
NodeaStarSearch ()
 
NodeaStarSearch_singlePassInit ()
 
NodeaStarSearch_singlePass ()
 
int IsBaseNode (Node *thisNode)
 

The documentation for this class was generated from the following file: