SubcloneSeeker  1.0.0
Subclone deconvolution software framework
 All Classes Files Functions Variables Macros Pages
NodePrintTraverser Class Reference

A tree traverser that prints the nodes in Graphviz .dot format. More...

Inheritance diagram for NodePrintTraverser:
SubcloneSeeker::TreeTraverseDelegate

Public Member Functions

virtual void processNode (TreeNode *node)
 
- Public Member Functions inherited from SubcloneSeeker::TreeTraverseDelegate
 TreeTraverseDelegate ()
 
virtual ~TreeTraverseDelegate ()
 
void terminate ()
 
bool isTerminated ()
 
virtual void preprocessNode (TreeNode *)
 
virtual void postprocessNode (TreeNode *)
 

Additional Inherited Members

- Protected Attributes inherited from SubcloneSeeker::TreeTraverseDelegate
bool _isTerminated
 

Detailed Description

A tree traverser that prints the nodes in Graphviz .dot format.

Member Function Documentation

virtual void NodePrintTraverser::processNode ( TreeNode )
inlinevirtual

Process the given node during a tree traverse

Parameters
nodethe Node which needs to be processed

Implements SubcloneSeeker::TreeTraverseDelegate.


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