|
HLIBpro
1.2
|
block cluster tree visualisation in PostScript format
#include <TClusterVis.hh>
Public Member Functions | |
| TPSBlockClusterVis () | |
| default ctor | |
| TPSBlockClusterVis & | prn_tree (const bool b) |
| turn on/off printing of tree (default: off) | |
| TPSBlockClusterVis & | proc_tree (const bool b) |
| turn on/off printing tree for one processor (default: off) | |
| TPSBlockClusterVis & | all_nodes (const bool b) |
| turn on/off showing of all nodes in tree, even inner nodes (default: on) | |
| TPSBlockClusterVis & | loc_is (const bool b) |
| turn on/off printing local index sets (default: off) | |
| TPSBlockClusterVis & | legend (const bool b) |
| turn on/off printing of legend (default: off) | |
| TPSBlockClusterVis & | pid (const int p) |
| set processor to restrict visualisation to (default: none) | |
| virtual void | print (const TBlockCluster *c, const String &filename) const |
|
virtual |
visualise block cluster tree
| cl | block cluster tree to visualise |
| filename | name of file to write to |
Implements TBlockClusterVis.
1.8.1.2