#include <vcg.h>
Inheritance diagram for vcgWalker::
Public Methods | |
vcgWalker (ostream &ostr, const string &comment, string excludefilename) | |
virtual | ~vcgWalker (void) |
Protected Types | |
typedef list< string > | strings |
Protected Methods | |
bool | excluded (procNode *proc) |
bool | excluded (Coord coord) |
void | start_graph () |
virtual void | finalize_graph () |
void | print_comment (const string &comment="") |
void | print_graph_attribute (const string &attribute, const string &value) |
void | print_node_attribute (const string &attribute, const string &value) |
void | print_node_attribute (const string &attribute, int value) |
void | print_node_value (const string &attribute, const string &value) |
Protected Attributes | |
ostream & | graph |
strings | exclude |
bool | currently_excluded |
Private Methods | |
virtual void | at_proc (procNode *proc, Order order) |
|
|
|
|
|
|
|
Reimplemented from Walker. Reimplemented in vcgASTWalker, and vcgCCGWalker. |
|
|
|
|
|
Reimplemented in vcgASTWalker. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|