Class DOTGraphNode#

Inheritance Relationships#

Base Type#

Class Documentation#

class DOTGraphNode : public AstAttributeDOT#

Public Types

enum DOTShapeTypes#

Values:

enumerator UnknownListElementDOTShapeTypes#
enumerator polygon#
enumerator ellipse#
enumerator record#
enumerator mrecord#
enumerator END_OF_NODE_TYPE_LIST_DOTShapeTypes#

Public Functions

DOTGraphNode(SgNode *n)#
SgNode *get_node()#
void set_fillcolor(std::string)#
void set_shape(DOTShapeTypes a_shape)#
std::string get_fillcolor()#
DOTShapeTypes get_shape()#
std::string get_shape_string()#
std::vector<std::string> get_dot_options_list()#
std::string get_dot_options_string()#